Skip to content

Commit

Permalink
Merge pull request #2 from aspectsecurity/main
Browse files Browse the repository at this point in the history
Drop test cases that were already there so I can add them through a PR
  • Loading branch information
davewichers authored Apr 15, 2024
2 parents 882cca3 + bbb10e4 commit 568cccd
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 514 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.settings/

data/out.csv
owasp-benchmark/
reports/
target/
testfiles/
Expand Down
2 changes: 1 addition & 1 deletion scripts/runCodeQLFull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# ../../Tools/codeql-home/codeql/codeql database create owasp-benchmark --language=java
#../../Tools/codeql-home/codeql/codeql database analyze owasp-benchmark java-security-extended.qls --format=sarifv2.1.0 --output=results/Benchmark_1.2-codeql_java-security-extended.sarif
benchmark_version=$(scripts/getBenchmarkVersion.sh)
../../Tools/codeql-home/codeql/codeql database analyze owasp-benchmark java-security-and-quality.qls --format=sarifv2.1.0 --output=results/Benchmark_$benchmark_version-codeql_java-security-and-quality.sarif
../../tools/codeql-home/codeql/codeql database analyze owasp-benchmark java-security-and-quality.qls --format=sarifv2.1.0 --output=results/Benchmark_$benchmark_version-codeql_java-security-and-quality.sarif

105 changes: 0 additions & 105 deletions src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00001.java

This file was deleted.

92 changes: 0 additions & 92 deletions src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00002.java

This file was deleted.

119 changes: 0 additions & 119 deletions src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00003.java

This file was deleted.

Loading

0 comments on commit 568cccd

Please sign in to comment.