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

Generate list of unverifiable test cases during Verification Crawl #2

Closed JonathonWichers closed 3 years ago

JonathonWichers commented 3 years ago

Dump the list into a file under /data. Makes is easier to figure out which ones are still missing.

Ideally, rather than dumping out the list of test cases, it would dump out the list of sinks that are unverifiable. This would require knowing which sink code block is associated with each test case. When a test case is unverifiable, dump the sink filename into a set (so duplicates are eliminated), then at the end, sort this set and dump out the list of sinks.

davewichers commented 3 years ago

Fixed per merged Pull request.