From 0479b759280441a0aaae4637d217af9d5a3718e0 Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Thu, 3 Oct 2024 18:39:22 +0530 Subject: [PATCH] update ids in osv-scanner.toml --- tests/wasm-workspace/osv-scanner.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/wasm-workspace/osv-scanner.toml b/tests/wasm-workspace/osv-scanner.toml index 81f9725..0bf42ee 100644 --- a/tests/wasm-workspace/osv-scanner.toml +++ b/tests/wasm-workspace/osv-scanner.toml @@ -1,19 +1,19 @@ # They are not part of the build process, dependencies used for testing" [[IgnoredVulns]] -id = "RUSTSEC-2021-0145" +id = "GHSA-g98v-hv3f-hcfr" [[IgnoredVulns]] -id = "RUSTSEC-2022-0078" +id = "GHSA-f85w-wvc7-crwc" [[IgnoredVulns]] -id = "RUSTSEC-2023-0018" +id = "GHSA-mc8h-8q98-g5hr" [[IgnoredVulns]] -id = "RUSTSEC-2023-0001" +id = "GHSA-7rrj-xr53-82p7" [[IgnoredVulns]] -id = "RUSTSEC-2023-0005" +id = "GHSA-4q83-7cq4-p6wg" [[IgnoredVulns]] id = "RUSTSEC-2024-0375" \ No newline at end of file