Skip to content

eric-therond/owasptocvss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;

About

A tool to calculate the CVSS score and the bounty amount of a vulnerability from its Owasp description

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published