-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some unable to update Snyk ignore
- Loading branch information
Showing
3 changed files
with
62 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.25.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-JS-BOOTSTRAP-7444593: | ||
- '*': | ||
reason: We are not able to update Bootstrap | ||
created: 2024-08-15T05:35:55.694Z | ||
SNYK-JS-BOOTSTRAP-7444617: | ||
- '*': | ||
reason: We are not able to update Bootstrap | ||
created: 2024-08-15T05:36:09.218Z | ||
SNYK-PYTHON-BEAKER-575115: | ||
- '*': | ||
reason: Will probably never be fixed | ||
created: 2024-08-15T05:35:00.817Z | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. | ||
version: v1.25.0 | ||
# ignores vulnerabilities until expiry date; change duration by modifying expiry date | ||
ignore: | ||
SNYK-PYTHON-SETUPTOOLS-3180412: | ||
- '*': | ||
reason: Not compatible with Python 3.6 | ||
created: 2024-08-19T12:48:41.395Z | ||
SNYK-PYTHON-BEAKER-575115: | ||
- '*': | ||
reason: Will probably never been fixed | ||
created: 2024-08-19T12:47:12.462Z | ||
SNYK-JS-BOOTSTRAP-7444593: | ||
- '*': | ||
reason: Unable to update it | ||
created: 2024-08-19T12:47:33.934Z | ||
SNYK-JS-BOOTSTRAP-7444617: | ||
- '*': | ||
reason: Unable to update it | ||
created: 2024-08-19T12:47:47.325Z | ||
SNYK-PYTHON-JINJA2-6150717: | ||
- '*': | ||
reason: Not compatible with Python 3.6 | ||
created: 2024-08-19T12:48:01.460Z | ||
SNYK-PYTHON-JINJA2-6809379: | ||
- '*': | ||
reason: Not compatible with Python 3.6 | ||
created: 2024-08-19T12:48:17.390Z | ||
SNYK-PYTHON-MAKO-3017600: | ||
- '*': | ||
reason: Not compatible with Python 3.6 | ||
created: 2024-08-19T12:48:30.609Z | ||
SNYK-PYTHON-SETUPTOOLS-7448482: | ||
- '*': | ||
reason: Not compatible with Python 3.6 | ||
created: 2024-08-19T12:48:52.936Z | ||
patch: {} |