Skip to content

Commit 1ae1dcb

Browse files
authored
[Issue #9105] Add some ignored CVEs (#9103)
## Summary <!-- Use "Fixes" to automatically close issue upon PR merge. Use "Work for" when UAT is required. --> Fixes #9105 ## Changes proposed <!-- What was added, updated, or removed in this PR. --> ## Context for reviewers <!-- Technical or background context, more in-depth details of the implementation, and anything else you'd like reviewers to know about that will help them understand the changes in the PR. --> ## Validation steps <!-- Manual testing instructions, as well as any helpful references (screenshots, GIF demos, code examples or output). -->
1 parent eba2f3c commit 1ae1dcb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.grype.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,16 @@ ignore:
6969
# Not fixed in GA Python yet
7070
# Last checked 3/6/2026
7171
- vulnerability: CVE-2026-2297
72+
73+
# Not fixed in GA Python yet
74+
# Last checked 3/18/2026
75+
- vulnerability: CVE-2026-4224
76+
- vulnerability: CVE-2025-13462
77+
- vulnerability: CVE-2026-3644
78+
79+
# ignoring so we can get today's release out
80+
- vulnerability: GHSA-3x4c-7xq6-9pq8
81+
- vulnerability: GHSA-ggv3-7p47-pfv8
82+
- vulnerability: GHSA-h27x-g6w4-24gq
83+
- vulnerability: GHSA-mq59-m269-xvcx
84+
- vulnerability: GHSA-jcc7-9wpm-mj36

0 commit comments

Comments
 (0)