File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 1+ version : " 3.0"
2+
3+ scanning-settings :
4+ max-depth : 6
5+ exclude : []
6+ include-files : []
7+ system :
8+ targets : []
9+
10+ report :
11+ dependency-vulnerabilities :
12+ enabled : true
13+ auto-ignore-in-report :
14+ python :
15+ environment-results : true
16+ unpinned-requirements : true
17+ cvss-severity : []
18+
19+ fail-scan-with-exit-code :
20+ dependency-vulnerabilities :
21+ enabled : true
22+ fail-on-any-of :
23+ cvss-severity :
24+ - critical
25+ - medium
26+ - high
27+ exploitability :
28+ - critical
29+ - medium
30+ - high
31+
32+ security-updates :
33+ dependency-vulnerabilities :
34+ auto-security-updates-limit :
35+ - patch
36+
37+ security :
38+ ignore-vulnerabilities :
39+ 70612 :
40+ reason : Jinja2 has no intentions of fixing this vulnerability.
41+ expires : " 2025-01-01"
You can’t perform that action at this time.
0 commit comments