-
Notifications
You must be signed in to change notification settings - Fork 1
/
.safety-policy.yml
53 lines (47 loc) · 1.18 KB
/
.safety-policy.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
version: '3.0'
scanning-settings:
max-depth: 6
exclude: []
include-files: []
system:
targets: []
report:
dependency-vulnerabilities:
enabled: true
auto-ignore-in-report:
python:
environment-results: true
unpinned-requirements: true
cvss-severity: []
vulnerabilities:
64459:
reason: Python wide vulnerability.
expires: '2024-12-12'
64396:
reason: Python wide vulnerability.
expires: '2024-12-12'
67599:
reason: Only applies if using private package repo.
expires: '2026-04-17'
51668:
reason: We cannot currently use SQL Alchemy v2.
expires: '2024-12-12'
70612:
reason: We do not use untrusted templates that would require the from_string() method.
expires: '2024-12-12'
fail-scan-with-exit-code:
dependency-vulnerabilities:
enabled: true
fail-on-any-of:
cvss-severity:
- medium
- critical
- high
exploitability:
- medium
- critical
- high
security-updates:
dependency-vulnerabilities:
auto-security-updates-limit:
- patch