diff --git a/osv-scanner.toml b/osv-scanner.toml index a940404..e80cfd8 100644 --- a/osv-scanner.toml +++ b/osv-scanner.toml @@ -18,3 +18,35 @@ reason = "undici: WebSocket client exception; action does not use WebSockets" [[IgnoredVulns]] id = "GHSA-4992-7rv2-5pvq" reason = "undici: CRLF injection via upgrade option; not used by @actions/github or @actions/http-client" + +[[IgnoredVulns]] +id = "GHSA-35p6-xmwp-9g52" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-8xcm-r25x-g524" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-g8m3-5g58-fq7m" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-m8rv-5g2x-5cg5" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-p88m-4jfj-68fv" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-v3r7-h72x-cjcm" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-vxpw-j846-p89q" +reason = "undici: transitive dependency via @actions/github or @actions/http-client; not directly used" + +[[IgnoredVulns]] +id = "GHSA-w5hq-g745-h8pq" +reason = "uuid: transitive dependency via @actions/warpbuild-cache, @azure/ms-rest-js, and teeny-request; not directly used" diff --git a/tests/osv-scanner.toml b/tests/osv-scanner.toml index 028c069..2a92a80 100644 --- a/tests/osv-scanner.toml +++ b/tests/osv-scanner.toml @@ -53,5 +53,53 @@ id = "RUSTSEC-2026-0098" reason = "It is a a test dependency" [[IgnoredVulns]] -id = "RUSTSEC-2026-0099" +id = "RUSTSEC-2026-0099" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0258" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-8c75-8mhr-p7r9" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-ghm9-cr32-g9qj" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-hppc-g8h3-xhp3" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-phqj-4mhp-q6mq" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-pqf5-4pqq-29f5" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xmgf-hq76-4vx2" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xp3w-r5p5-63rr" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xv59-967r-8726" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0285" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0104" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-82j2-j2ch-gfr8" reason = "It is a a test dependency" diff --git a/tests/wasm-workspace/osv-scanner.toml b/tests/wasm-workspace/osv-scanner.toml index f8b0857..2c0145e 100644 --- a/tests/wasm-workspace/osv-scanner.toml +++ b/tests/wasm-workspace/osv-scanner.toml @@ -69,5 +69,53 @@ id = "RUSTSEC-2026-0099" reason = "It is a a test dependency" [[IgnoredVulns]] -id = "RUSTSEC-2026-0098" +id = "RUSTSEC-2026-0098" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0221" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0258" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-8c75-8mhr-p7r9" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-ghm9-cr32-g9qj" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-hppc-g8h3-xhp3" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-phqj-4mhp-q6mq" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-pqf5-4pqq-29f5" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xmgf-hq76-4vx2" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xp3w-r5p5-63rr" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "GHSA-xv59-967r-8726" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0285" +reason = "It is a a test dependency" + +[[IgnoredVulns]] +id = "RUSTSEC-2026-0104" reason = "It is a a test dependency" \ No newline at end of file