Skip to content

Latest commit

 

History

History
executable file
·
21 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

executable file
·
21 lines (16 loc) · 453 Bytes

Owasp to CVSS

A tool to calculate the CVSS from the OWASP description of a vulnerability

Requirements

here

Usage

At the top of ./files/owasptocvss.js you can configure the calculation of bounty amount :

// min bounty amount 
var b_min = 50;
// max bounty amount 
var b_max = 10000;
// internal parameter
var n = 1;
// max cvss
var Cvss_max = 10;