OWASP-Benchmark / BenchmarkUtils

OWASP Benchmark Project Utilities - Provides scorecard generation and crawling tools for Benchmark style test suites.
https://owasp.org/www-project-benchmark/
GNU General Public License v3.0
15 stars 49 forks source link

Create Tool for Detecting which codeblocks are causing tools to fail #5

Open davewichers opened 3 years ago

davewichers commented 3 years ago

It should be relatively straightforward to create a tool that can determine many of the code constructs that are causing a specific tool problems. Using the expected results full details file and yaml file from a generated test suite, and the actual results for a particular tool (from BenchmarkScore), do something like:

Generate a list of every code snippet used to generate that test suite (Straight from the YAML file?).

Create bidirectional data structure like so:

I was thinking this might require multiple analysis phases, but I think that's it?

Stage 2: