From 7731c494b4e79940d33dc33da24a9d53387b667f Mon Sep 17 00:00:00 2001 From: shubham-stepsecurity Date: Tue, 1 Oct 2024 20:09:39 +0530 Subject: [PATCH] ignore non-relevant vulnerable dependencies --- python/test/osv-scanner.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/test/osv-scanner.toml diff --git a/python/test/osv-scanner.toml b/python/test/osv-scanner.toml new file mode 100644 index 0000000..83d9615 --- /dev/null +++ b/python/test/osv-scanner.toml @@ -0,0 +1,10 @@ +# Not part of the build process, dependencies used for testing + +[[IgnoredVulns]] +id = "PYSEC-2020-176" + +[[IgnoredVulns]] +id = "PYSEC-2020-96" + +[[IgnoredVulns]] +id = "PYSEC-2021-142" \ No newline at end of file