Skip to content

Commit

Permalink
ignore non-relevant vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham-stepsecurity committed Oct 1, 2024
1 parent 4a4b9a2 commit f1e26f8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# They are not part of the build process, dependencies used for testing"

[[IgnoredVulns]]
id = "RUSTSEC-2021-0145"

[[IgnoredVulns]]
id = "RUSTSEC-2022-0078"

[[IgnoredVulns]]
id = "RUSTSEC-2023-0018"


[[IgnoredVulns]]
id = "RUSTSEC-2023-0001"


[[IgnoredVulns]]
id = "RUSTSEC-2023-0005"

0 comments on commit f1e26f8

Please sign in to comment.