stevespringett / owasp-risk-rating-calculator

A Java library for programmatically calculating OWASP Risk Rating scores
https://www.owasp.org/index.php/OWASP_Risk_Rating_Methodology
Apache License 2.0
18 stars 4 forks source link

Usage of the risk rating library #14

Open anotherrohit opened 3 years ago

anotherrohit commented 3 years ago

I was able to build this project and generate the owasp-risk-rating-calulator.jar however in order to use this API, what input parameters should be provided and can itbe provided as arguments while running the java command, or would it be a file that has the score values for all threatagentfactors eg skillelvel=6,Motive=9. etc. Can you please suggest the best way to run this library?@stevespringett

stevespringett commented 3 years ago

This is a library and is intended to be incorporated into other tools that provide support for OWASP RR. Use of the library as a standalone thing isn't the objective of this project.

Official releases, including the Javadoc are available here: https://repo1.maven.org/maven2/us/springett/owasp-risk-rating-calculator/1.0.0/