-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nic Cheneweth <[email protected]>
- Loading branch information
1 parent
b803189
commit c5b1ecf
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
version: v1.22.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-DEBIANUNSTABLE-WGET-1277613: | ||
- wget/[email protected]+b2: | ||
reason: Open Redirect | ||
expires: '2022-10-01T14:26:34.404Z' | ||
# SNYK-DEBIANUNSTABLE-WGET-1277613: | ||
# - wget/[email protected]+b2: | ||
# reason: Open Redirect | ||
# expires: '2022-10-01T14:26:34.404Z' | ||
# SNYK-DEBIANUNSTABLE-E2FSPROGS-2628472: | ||
# - [email protected] > e2fsprogs/[email protected]: | ||
# reason: Out-of-bounds Read | ||
|
@@ -62,4 +62,13 @@ ignore: | |
- git@1:2.37.2-1 > curl/[email protected] > krb5/[email protected]+b1 > krb5/[email protected]+b1 > openssl/[email protected]: | ||
reason: NULL Pointer Dereference | ||
expires: '2022-12-01T14:26:34.404Z' | ||
- [email protected] > curl/[email protected] > openssl/[email protected]: | ||
reason: NULL Pointer Dereference | ||
expires: '2022-12-01T14:26:34.404Z' | ||
- [email protected] > curl/[email protected] > libssh2/[email protected]+b1 > openssl/[email protected]: | ||
reason: NULL Pointer Dereference | ||
expires: '2022-12-01T14:26:34.404Z' | ||
- [email protected] > curl/[email protected] > krb5/[email protected]+b1 > krb5/[email protected]+b1 > openssl/[email protected]: | ||
reason: NULL Pointer Dereference | ||
expires: '2022-12-01T14:26:34.404Z' | ||
patch: {} |