File tree Expand file tree Collapse file tree 1 file changed +32
-3
lines changed
src/assets/YAML/default/TestAndVerification Expand file tree Collapse file tree 1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,41 @@ Test and Verification:
157
157
isImplemented : false
158
158
evidence : " "
159
159
comments : " "
160
- Test for stored secrets :
160
+ Test for stored secrets in code :
161
161
uuid : c6e3c812-56e2-41b0-ae01-b7afc41a004c
162
162
risk :
163
- Stored secrets in git history, in container images or directly in code
163
+ Stored secrets in git history or directly in code
164
164
shouldn't exists because they might be exposed to unauthorized parties.
165
- measure : Test for secrets in code, container images and history
165
+ measure : Test for secrets in code and git history
166
+ difficultyOfImplementation :
167
+ knowledge : 2
168
+ time : 1
169
+ resources : 2
170
+ usefulness : 2
171
+ level : 1
172
+ implementation :
173
+ - $ref : src/assets/YAML/default/implementations.yaml#/implementations/trufflehog
174
+ - $ref : src/assets/YAML/default/implementations.yaml#/implementations/go-pillage-registrie
175
+ references :
176
+ samm2 :
177
+ - V-ST-1-A
178
+ iso27001-2017 :
179
+ - vcs usage is not explicitly covered by ISO 27001 - too specific
180
+ - 9.4.3
181
+ - 10.1.2
182
+ iso27001-2022 :
183
+ - vcs usage is not explicitly covered by ISO 27001 - too specific
184
+ - 5.17
185
+ - 8.24
186
+ isImplemented : false
187
+ evidence : " "
188
+ comments : " "
189
+ Test for stored secrets in build artifacts :
190
+ uuid : c6e3c812-56e2-41b0-ae01-b7afc41a004c
191
+ risk :
192
+ Stored secrets in container images or other build artifacts
193
+ shouldn't exists because they might be exposed to unauthorized parties.
194
+ measure : Test for secrets in container images and other artifacts
166
195
difficultyOfImplementation :
167
196
knowledge : 2
168
197
time : 1
You can’t perform that action at this time.
0 commit comments