Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[STAL-3035] Update OWASP BenchmarkJava scorecard #533

Merged
merged 1 commit into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/imgs/owasp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions doc/owasp-benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### Benchmark results

These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 04/09/2024.
These are the results of the OWASP Benchmark for the Datadog Static Analyzer as of 10/23/2024.

![Datadog Static Analysis OWASP Benchmark](imgs/owasp.png)

Expand Down Expand Up @@ -37,7 +37,7 @@ cd BenchmarkUtils && mvn compile && mvn install


### Step 2: Clone BenchmarkJava
The [BenchmarKjava](https://github.com/OWASP-Benchmark/BenchmarkJava.git) repository contains
The [BenchmarkJava](https://github.com/OWASP-Benchmark/BenchmarkJava.git) repository contains
all the code to analyze and generate the scorecards.

Clone it on your local machine.
Expand All @@ -59,7 +59,7 @@ git clone https://github.com/DataDog/datadog-static-analyzer.git
Then, run it. At the top directory of the static analyzer, use

```
cargo run --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
cargo run --release --bin datadog-static-analyzer -- --format sarif --output /path/to/BenchmarkJava/results/Benchmark_1.2-DatadogSast.sarif --directory /path/to/BenchmarkJava
```


Expand Down
Loading