From be9f83681167e75143c78586cfdd87a1ba652615 Mon Sep 17 00:00:00 2001 From: Anurag Rajawat Date: Tue, 14 Jul 2026 16:44:42 +0530 Subject: [PATCH] fix: Resolve security vulnerabilities in example Signed-off-by: Anurag Rajawat --- examples/pytest/osv-scanner.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/pytest/osv-scanner.toml diff --git a/examples/pytest/osv-scanner.toml b/examples/pytest/osv-scanner.toml new file mode 100644 index 0000000..ef0acf8 --- /dev/null +++ b/examples/pytest/osv-scanner.toml @@ -0,0 +1,7 @@ +[[IgnoredVulns]] +id = "PYSEC-2026-1845" +reason = "pytest@5.2.4 is only used in this example, not a production dependency" + +[[IgnoredVulns]] +id = "GHSA-6w46-j5rx-g56g" +reason = "pytest@5.2.4 is only used in this example, not a production dependency" \ No newline at end of file