Skip to content

Commit

Permalink
Disable vulnerabilities in wasm-bench (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Jul 31, 2024
1 parent 474cf67 commit 5df9140
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions crates/wasm-bench/osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TODO(https://github.com/google/osv-scanner/issues/1155): Simplify this file.

# This crate (wasm-bench) is used for benchmarks only. Those alerts can't be fixed because one of
# the comparison point (wasm3) is dead. We can't remove it because it is the best benchmark
# reference so far.
IgnoredVulns = [
{ id = "GHSA-crf8-h2wq-2h9x" },
{ id = "GHSA-g98v-hv3f-hcfr" },
{ id = "GHSA-gq4p-4hxv-5rg9" },
{ id = "GHSA-r7qv-8r2h-pg27" },
{ id = "RUSTSEC-2021-0139" },
]

0 comments on commit 5df9140

Please sign in to comment.