Skip to content

Commit

Permalink
Due to ESAPI 2.6.0.0 upgrade, have to drop esapi logging properties file
Browse files Browse the repository at this point in the history
to get Benchmark to start. Fix minor issues in two run scripts.
  • Loading branch information
davewichers committed Nov 29, 2024
1 parent 4b4ce2b commit 70a0838
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scripts/runSemgrep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source scripts/requireCommand.sh

requireCommand docker

docker pull docker.io/semgrep/semgrep
docker pull semgrep/semgrep

benchmark_version=$(scripts/getBenchmarkVersion.sh)
semgrep_version=$(docker run --rm semgrep/semgrep semgrep --version)
Expand Down
2 changes: 1 addition & 1 deletion scripts/translateCodeQL.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#a This translates the current app, and builds up the rules databases. This only has to be run once after each code change.
../../Tools/codeql-home/codeql/codeql database create owasp-benchmark --language=java --overwrite
../../tools/codeql-home/codeql/codeql database create owasp-benchmark --language=java --overwrite

6 changes: 0 additions & 6 deletions src/main/resources/esapi-java-logging.properties

This file was deleted.

0 comments on commit 70a0838

Please sign in to comment.