From 961465aeb539eb09e4a0991d3b7fb0629ab40964 Mon Sep 17 00:00:00 2001 From: Raj Kumar Panda Date: Tue, 11 Feb 2025 13:12:48 +0530 Subject: [PATCH] ignoring test Vulnerabilities --- tests/osv-scanner.toml | 7 +++++++ tests/wasm-workspace/osv-scanner.toml | 11 ++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) 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..4080725 --- /dev/null +++ b/tests/osv-scanner.toml @@ -0,0 +1,7 @@ +# They are not part of the build process, dependencies used for testing" + +[[IgnoredVulns]] +id = "RUSTSEC-2024-0421" + +[[IgnoredVulns]] +id = "RUSTSEC-2025-0004" diff --git a/tests/wasm-workspace/osv-scanner.toml b/tests/wasm-workspace/osv-scanner.toml index 81f9725..1168d6d 100644 --- a/tests/wasm-workspace/osv-scanner.toml +++ b/tests/wasm-workspace/osv-scanner.toml @@ -16,4 +16,13 @@ id = "RUSTSEC-2023-0001" id = "RUSTSEC-2023-0005" [[IgnoredVulns]] -id = "RUSTSEC-2024-0375" \ No newline at end of file +id = "RUSTSEC-2024-0375" + +[[IgnoredVulns]] +id = "RUSTSEC-2024-0421" + +[[IgnoredVulns]] +id = "RUSTSEC-2024-0384" + +[[IgnoredVulns]] +id = "RUSTSEC-2025-0004"