-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathruntime.yml
75 lines (74 loc) · 1.28 KB
/
runtime.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
branches:
protection:
patterns: []
bypasschecks:
always: false
topics: ['ncnia']
repodispatch:
createInitialCheck: false
createBranchProtection: false
enableAdvSec: false
policy:
snooze: 20
# policyPath:
# owner:
# repo:
# path:
# ref:
emptyPolicy:
codescanning:
tools:
- Semgrep
- mobsf
- CodeQL
level: critical
conditions:
ids:
- "csrf-protection-disabled"
- "request-forgery"
- "spring-disabled-csrf-protection"
- "reflective-xss"
- "reflected-xss"
- "xss"
- "stored-xss"
- "xss-through-exception"
- "xss-local"
- "cgi-xss"
names: []
cwes:
- cwe-074
- cwe-078
- cwe-079
- cwe-080
- cwe-089
- cwe-095
- cwe-114
- cwe-115
- cwe-121
- cwe-134
- cwe-190
- cwe-242
- cwe-287
- cwe-352
- cwe-434
- cwe-494
- cwe-506
- cwe-564
- cwe-639
- cwe-749
- cwe-798
- cwe-943
ignores:
ids: []
names: []
cwes: []
secretscanning:
conditions:
types:
- "*"
ignores:
types:
- "ECS*"
- "ecs*"
- "ECS *"
- "ecs *"