forked from road-core/service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.woke.yaml
116 lines (104 loc) · 2.31 KB
/
.woke.yaml
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
default_severity: off
ignore_files:
- '.venv/**/*' # Exclude all files within .venv
- '**/*.cache' # Exclude files ending with .cache
- '__pycache__/**/*' # Exclude Python cache directories
- '.*' # Exclude all files starting with .
- 'ols/utils/keywords.py'
rules:
- name: abort
terms:
- abort
alternatives:
- User-Initiated Termination
- Force quit
- Cancel
- System-Initiated Termination
- Fail
- Close (app, program, connection)
- End
- Halt
- Hard stop
- Stop (something you triggered)
severity: warning
- name: blackhat-whitehat
terms:
- blackhat-whitehat
alternatives:
- ethical hacker
- unethical hacker, attacker
severity: error
- name: cripple
terms:
- cripple
alternatives:
- Impacted
- Degraded
- Restricted
- Immobilized
severity: error
- name: hallucinate
terms:
- hallucinate
alternatives:
- inaccurate information (noun)
- "*create* or *generate* inaccurate information (verb)"
severity: warning
- name: man-in-the-middle
terms:
- man-in-the-middle
alternatives:
- Adversary-in-the-middle attack
- Interceptor attack
- Intermediary attack
severity: warning
- name: master
terms:
- master
alternatives:
- main
- original
- source
- control plane
severity: error
- name: master-slave
terms:
- master-slave
alternatives:
- Control plane/control plane node
- Controller/doer
- Primary/replica
- Primary/secondary
- Leader/follower
- Parent/child
severity: error
- name: sanity-check
terms:
- sanity-check
alternatives:
- confidence check
- coherence check
- test
- verification
severity: warning
- name: segregate
terms:
- Segregate
alternatives:
- Segment/segmentation
- Separate/separation
severity: warning
- name: tribe
terms:
- Tribe
alternatives:
- Squad of squads
- Team
severity: warning
- name: whitelist
terms:
- whitelist
alternatives:
- allowedNouns/deniedNouns (or other verbs)
- allowlist/denylist
severity: error