File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
### Benchmark results
11
11
12
- These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 10/23/2024 .
12
+ These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 05/15/2025 .
13
13
14
14
![ Datadog Static Analysis OWASP Benchmark] ( imgs/owasp.png )
15
15
@@ -26,13 +26,13 @@ git clone https://github.com/juli1/BenchmarkUtils
26
26
Switch to the branch ` juli1/add-datadog-support `
27
27
28
28
```
29
- ( cd BenchmarkUtils && git checkout juli1/add-datadog-support)
29
+ cd BenchmarkUtils && git checkout juli1/add-datadog-support
30
30
```
31
31
32
32
Then, compile and install the library. It will install it in your local maven repository.
33
33
34
34
```
35
- cd BenchmarkUtils && mvn compile && mvn install
35
+ mvn compile && mvn install
36
36
```
37
37
38
38
@@ -59,7 +59,7 @@ git clone https://github.com/DataDog/datadog-static-analyzer.git
59
59
Then, run it. At the top directory of the static analyzer, use
60
60
61
61
```
62
- cargo run --locked --release --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
62
+ cd datadog-static-analyzer && cargo run --locked --release --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
63
63
```
64
64
65
65
You can’t perform that action at this time.
0 commit comments