2023-05-03 14:49:32 +00:00
|
|
|
# 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
|
2023-10-26 15:28:37 +00:00
|
|
|
ignore:
|
2023-11-28 16:58:54 +00:00
|
|
|
# in case snyk wants werkzeug v3, in the future:
|
2023-10-26 15:28:37 +00:00
|
|
|
# we cannot upgrade werkzeug because it breaks connexion
|
|
|
|
# and we can't upgrade connexion because it downgrades werkzeug.
|
|
|
|
# this means we cannot satisfy the snyk requiement to upgrade werkzeug to v3.
|
2023-11-15 19:54:03 +00:00
|
|
|
# we have a ticket to workaround it:
|
2023-10-26 15:28:37 +00:00
|
|
|
# https://github.com/sartography/spiff-arena/issues/592
|
2023-11-15 19:54:03 +00:00
|
|
|
SNYK-PYTHON-CRYPTOGRAPHY-6050294:
|
|
|
|
- '*':
|
|
|
|
reason: No current resolution
|
2023-12-18 15:26:38 +00:00
|
|
|
expires: 2024-12-15T19:52:08.948Z
|
2023-11-15 19:54:03 +00:00
|
|
|
created: 2023-11-15T19:52:08.954Z
|
2023-12-18 15:26:38 +00:00
|
|
|
SNYK-PYTHON-CRYPTOGRAPHY-6126975:
|
|
|
|
- '*':
|
|
|
|
reason: No current resolution
|
|
|
|
expires: 2024-12-15T19:52:08.948Z
|
|
|
|
created: 2023-12-18T19:52:08.954Z
|
2023-11-15 19:54:03 +00:00
|
|
|
|
2023-05-03 14:49:32 +00:00
|
|
|
patch: {}
|
2023-10-19 18:22:52 +00:00
|
|
|
|
|
|
|
# when running snyk ignore to ignore issues with "snyk code test"
|
|
|
|
# make sure to EXCLUDE the id option. Otherwise a bad file is created.
|
|
|
|
#
|
|
|
|
# Works:
|
|
|
|
# snyk ignore --file-path=src/spiffworkflow_backend/routes/debug_controller.py
|
|
|
|
#
|
|
|
|
# Des not work:
|
|
|
|
# snyk ignore --file-path=src/spiffworkflow_backend/routes/debug_controller.py --id=whatever
|
|
|
|
#
|
|
|
|
# a single vulnerability cannot be ignored for "snyk code test". Only whole files can be ingored.
|
|
|
|
exclude:
|
|
|
|
global:
|
|
|
|
- src/spiffworkflow_backend/routes/debug_controller.py
|