Skip to content

Commit ff57a80

Browse files
authored
[Issue #2582] Ignore CVEs in upstream golang CLI (#2606)
## Summary Relates to #2582 ### Time to review: __1 mins__ ## Changes proposed Ignores the CVE originally found in #2572
1 parent 4ffa4d3 commit ff57a80

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.grype.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ ignore:
1818
- fix-state: not-fixed
1919
- fix-state: wont-fix
2020
- fix-state: unknown
21+
22+
# https://github.com/HHS/simpler-grants-gov/issues/2582
23+
- vulnerability: CVE-2024-34158
24+
- vulnerability: CVE-2024-34156
25+
- vulnerability: CVE-2024-34155

analytics/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,4 @@ percent-complete:
200200
sprint-reports: sprint-burndown percent-complete
201201

202202
sprint-reports-with-latest-data: gh-data-export sprint-reports
203+

0 commit comments

Comments
 (0)