-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #756 from snyk/fix/ignore-glibc-vuln-for-ubi
fix: gnore glibc vuln for UBI images
- Loading branch information
Showing
3 changed files
with
15 additions
and
12 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
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.12.0 | ||
version: v1.25.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
'npm:debug:20170905': | ||
- primus > setheader > debug: | ||
reason: Not vulnerable as `primus` doesn't run in debug mode | ||
expires: '2024-02-09T12:00:00.000Z' | ||
'SNYK-JS-PREDEFINE-1054935': | ||
- primus > fusing > predefine: | ||
reason: Fixed in https://github.com/snyk/broker/pull/336 | ||
expires: '2023-07-06T09:47:29.283Z' | ||
SNYK-RHEL8-GLIBC-6656573: | ||
- '*': | ||
reason: No fix from RHEL available | ||
expires: 2024-05-14T11:13:02.169Z | ||
created: 2024-05-07T11:13:02.174Z | ||
SNYK-RHEL8-GLIBC-6684409: | ||
- '*': | ||
reason: No fix from RHEL available | ||
expires: 2024-05-14T11:13:13.154Z | ||
created: 2024-05-07T11:13:13.157Z | ||
patch: {} |
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