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
13 stars 48 forks source link

CodeQL: Add CWE-501 (Trust Boundary Violation) #57

Closed egregius313 closed 7 months ago

egregius313 commented 8 months ago

As of https://github.com/github/codeql/pull/13413, CodeQL for Java covers CWE-501.

This adds CWE-501 to the CodeQLReader class.

davewichers commented 7 months ago

@egregius313 - Thanks for these contributions!