Skip to content

Commit 568cccd

Browse files
authored
Merge pull request #2 from aspectsecurity/main
Drop test cases that were already there so I can add them through a PR
2 parents 882cca3 + bbb10e4 commit 568cccd

File tree

7 files changed

+2
-514
lines changed

7 files changed

+2
-514
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.settings/
66

77
data/out.csv
8+
owasp-benchmark/
89
reports/
910
target/
1011
testfiles/

scripts/runCodeQLFull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# ../../Tools/codeql-home/codeql/codeql database create owasp-benchmark --language=java
1010
#../../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
1111
benchmark_version=$(scripts/getBenchmarkVersion.sh)
12-
../../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
12+
../../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
1313

src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00001.java

Lines changed: 0 additions & 105 deletions
This file was deleted.

src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00002.java

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00003.java

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)