cvss_vulnerability_scoring 1.0.0 copy "cvss_vulnerability_scoring: ^1.0.0" to clipboard
cvss_vulnerability_scoring: ^1.0.0 copied to clipboard

CVSS v2.0, v3.0, and v3.1 score calculation and parsing for Dart

Changelog #

1.0.0 #

Breaking changes #

  • Restructured the library to be more sane, see README.md for updated usage.

1.0.0-beta.1+2 #

This version only contains fixes and improvements for dartdoc generation

1.0.0-beta.1+1 #

This version only contains fixes and improvements for dartdoc generation

1.0.0-beta.1 #

Initial Beta Release of the CVSS Vulnerability Scoring Library 1.0.0

  • Update Dart SDK Constraint to ">=3.1.0 <4.0.0"
  • Documented code
  • Added support for CVSS v2.0, v3.0, and v3.1 base metrics
  • Added Qualitative Severity Rating
  • Added initial tests for CVSS calculations

0.0.3 (Owl) #

Third Release of the CVSS Vulnerability Scoring Library

  • Support for Qualitative Severity Rating
  • Support CVSS v3.0 and CVSS v2.0

0.0.2 #

Second Release of the CVSS Vulnerability Scoring Library

  • Correct minimum Dart version to v3.1
  • Added error handling
    • InvalidCVSSStringFormatException
    • InvalidMetricValueException
  • Added tests for invalid configurations
  • Added tests for calculating CVSS Score with 10.0 Critical

0.0.1 #

Initial Release of the CVSS Vulnerability Scoring

  • Basic support for CVSS v3.1
  • Initial tests for CVSS v3.1
1
likes
160
points
159
downloads

Documentation

API reference

Publisher

verified publishernullcube.me

Weekly Downloads

CVSS v2.0, v3.0, and v3.1 score calculation and parsing for Dart

Repository (GitHub)
View/report issues

Topics

#cvss #vulnerability #security #scoring

Funding

Consider supporting this project:

github.com

License

Apache-2.0 (license)

More

Packages that depend on cvss_vulnerability_scoring