agigleux / Benchmark

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:Java 68.2%Language:HTML 31.8%Language:Shell 0.0%Language:Batchfile 0.0%Language:JavaScript 0.0%Language:Dockerfile 0.0%