Sha256: 6f223aefe43ab8cf424ad2f473e1d0abaa28e694d84b2bc19167f7ca6b2637e7

Contents?: true

Size: 1.28 KB

Versions: 18

Compression:

Stored size: 1.28 KB

Contents

# CVSS score calculator for Dradis

This simple add-on adds a new page under `/calculators/cvss` for you to perform CVSS score calculations:

![cvss_calculator](https://cloud.githubusercontent.com/assets/53006/12947493/f01cb53a-cffb-11e5-8f48-19072a3bd8c8.png)

The Common Vulnerability Scoring System Version 3.0 (CVSSv3) Calculator is heavily inspired in the one provided by [FIRST](https://www.first.org/cvss/calculator/3.0).


## Install

Add this to your `Gemfile.plugins`:

    gem 'dradis-calculator_cvss'

And

    bundle install

Restart your Dradis server and you should be good to go.


## More information

See the Dradis Framework's [README.md](https://github.com/dradis/dradisframework/blob/master/README.md)


## Contributing

See the Dradis Framework's [CONTRIBUTING.md](https://github.com/dradis/dradisframework/blob/master/CONTRIBUTING.md)


## License

Dradis Framework and all its components are released under [GNU General Public License version 2.0](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html) as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.


## Feature requests and bugs

Please use the [Dradis Framework issue tracker](https://github.com/dradis/dradis-ce/issues) for add-on improvements and bug reports.

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
dradis-calculator_cvss-4.0.0 README.md
dradis-calculator_cvss-3.22.0 README.md
dradis-calculator_cvss-3.21.0 README.md
dradis-calculator_cvss-3.20.0 README.md
dradis-calculator_cvss-3.19.0 README.md
dradis-calculator_cvss-3.18.0 README.md
dradis-calculator_cvss-3.17.0 README.md
dradis-calculator_cvss-3.16.0 README.md
dradis-calculator_cvss-3.15.0 README.md
dradis-calculator_cvss-3.14.0 README.md
dradis-calculator_cvss-3.13.0 README.md
dradis-calculator_cvss-3.12.0 README.md
dradis-calculator_cvss-3.11.0 README.md
dradis-calculator_cvss-3.10.0 README.md
dradis-calculator_cvss-3.9.0 README.md
dradis-calculator_cvss-3.8.0 README.md
dradis-calculator_cvss-3.7.0 README.md
dradis-calculator_cvss-3.6.0 README.md