From 8bf3228d1212cc02bedd6550ab696f480a1065eb Mon Sep 17 00:00:00 2001 From: Raj-StepSecurity Date: Fri, 17 Apr 2026 12:01:48 +0530 Subject: [PATCH] fix: test vulns fixed fix: test vulns fixed fix: test vulns fixed --- tests/osv-scanner.toml | 8 ++++++++ tests/wasm-workspace/osv-scanner.toml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/tests/osv-scanner.toml b/tests/osv-scanner.toml index a63050b..028c069 100644 --- a/tests/osv-scanner.toml +++ b/tests/osv-scanner.toml @@ -47,3 +47,11 @@ reason = "It is a a test dependency" [[IgnoredVulns]] id = "RUSTSEC-2025-0047" reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0098" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0099" +reason = "It is a a test dependency" diff --git a/tests/wasm-workspace/osv-scanner.toml b/tests/wasm-workspace/osv-scanner.toml index c3e2874..f8b0857 100644 --- a/tests/wasm-workspace/osv-scanner.toml +++ b/tests/wasm-workspace/osv-scanner.toml @@ -55,3 +55,19 @@ reason = "It is a a test dependency" [[IgnoredVulns]] id = "RUSTSEC-2025-0052" reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0007" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0049" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0099" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0098" +reason = "It is a a test dependency" \ No newline at end of file