Sha256: b12eef6745b64232204170d851f6e70749ea2b6875c6e5a4f3c28b8c34b0ebc4

Contents?: true

Size: 1.28 KB

Versions: 10

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 (CVSS) Version 3.0 & 3.1 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

10 entries across 10 versions & 1 rubygems

Version Path
dradis-calculator_cvss-4.10.0 README.md
dradis-calculator_cvss-4.9.0 README.md
dradis-calculator_cvss-4.8.0 README.md
dradis-calculator_cvss-4.7.0 README.md
dradis-calculator_cvss-4.6.0 README.md
dradis-calculator_cvss-4.5.0 README.md
dradis-calculator_cvss-4.4.0 README.md
dradis-calculator_cvss-4.3.0 README.md
dradis-calculator_cvss-4.2.0 README.md
dradis-calculator_cvss-4.1.0 README.md