-
Notifications
You must be signed in to change notification settings - Fork 182
Expand file tree
/
Copy path.snyk
More file actions
20 lines (20 loc) · 798 Bytes
/
.snyk
File metadata and controls
20 lines (20 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-PYTHON-REQUESTS-72435:
- '*':
reason: 'unaffected, only affects https->http authorization header redirection.'
expires: 2019-11-05T00:00:00.000Z
SNYK-PYTHON-REQUESTS-40470:
- '*':
reason: 'patched in latest python versions: https://bugs.python.org/issue27568'
"snyk:lic:pip:certifi:MPL-2.0":
- '*':
reason: "Accepting certifi's MPL-2.0 license for now"
expires: "2030-12-31T23:59:59Z"
"snyk:lic:pip:cryptography:Unknown":
- '*':
reason: "Accepting cryptography's license for now"
expires: "2030-12-31T23:59:59Z"
patch: {}