Skip to content

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

License

Notifications You must be signed in to change notification settings

agigleux/Benchmark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%