Skip to content

Commit 1503cf2

Browse files
kleyowvijayg10
andauthored
fix: remove fulfil depdendant from being timedout (#1219)
* fix: remove fulfil depdendant from being timedout * chore: grype * fix: int tests --------- Co-authored-by: Vijay <[email protected]>
1 parent 7d981aa commit 1503cf2

File tree

6 files changed

+675
-678
lines changed

6 files changed

+675
-678
lines changed

.grype.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ignore:
77
- vulnerability: CVE-2025-9230
88
- vulnerability: CVE-2025-9232
99
- vulnerability: CVE-2025-9231
10+
- vulnerability: GHSA-9965-vmph-33xx
1011

1112

1213
# Set output format defaults

audit-ci.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
55
"moderate": true,
66
"allowlist": [ // NOTE: Please add as much information as possible to any items added to the allowList
7-
7+
"GHSA-9965-vmph-33xx"
88
]
99
}

0 commit comments

Comments
 (0)