From f1e26f8be0b06a4fdde0958dd972e8c03ea4422a Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Tue, 1 Oct 2024 19:49:11 +0530 Subject: [PATCH] ignore non-relevant vulnerable dependencies --- tests/osv-scanner.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/osv-scanner.toml diff --git a/tests/osv-scanner.toml b/tests/osv-scanner.toml new file mode 100644 index 0000000..1296478 --- /dev/null +++ b/tests/osv-scanner.toml @@ -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" \ No newline at end of file