Skip to content

agigleux/Benchmark

 
 

Repository files navigation

OWASP Benchmark Reorganized

This is a version of the OWASP Benchmark Project (Java) where all the test cases have been reorganized to make it easy for a human to explore it. Instead of having all the tests cases in a single directory:

  • all the test cases are organized by categories: cmdi, crypto, hash, ldapi, pathtraver, securecookie, sqli, trustbound, weakrand, xpathi and xss
  • on each category, the test cases are organized between: -- "issueexpected" where an issue is expected -- "noissueexpected" where an issue is not expected
  • the "noissueexpected_discarded" directory is containing cases not covered by SonarQube Developer Edition because the engine is not yet ready or because we think the cases are not relevant in real life.

About

Clone of OWASP Benchmark Project (Java) where all test cases have a dedicated directory more easy to manage by a human.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 68.2%
  • HTML 31.8%