-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.snyk
More file actions
28 lines (28 loc) · 1.06 KB
/
.snyk
File metadata and controls
28 lines (28 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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:jwcrypto:LGPL-3.0":
- '*':
reason: "Accepting jwcrypto’s LGPL-3.0 license for now"
expires: "2030-12-31T23:59:59Z"
"snyk:lic:pip:cffi:Unknown":
- '*':
reason: "Accepting the Unknown license for now"
expires: "2030-12-31T23:59:59Z"
"snyk:lic:pip:cryptography:Unknown":
- '*':
reason: "Accepting the Unknown license for now"
expires: "2030-12-31T23:59:59Z"
patch: {}