Skip to content

Commit facd84f

Browse files
authored
Merge pull request #34 from sergiomarotco/patch-1
Divided the search for secrets into two practices
2 parents 8b249cf + 6bf7960 commit facd84f

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

src/assets/YAML/default/TestAndVerification/StaticDepthForInfrastructure.yaml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,41 @@ Test and Verification:
157157
isImplemented: false
158158
evidence: ""
159159
comments: ""
160-
Test for stored secrets:
160+
Test for stored secrets in code:
161161
uuid: c6e3c812-56e2-41b0-ae01-b7afc41a004c
162162
risk:
163-
Stored secrets in git history, in container images or directly in code
163+
Stored secrets in git history or directly in code
164164
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
166195
difficultyOfImplementation:
167196
knowledge: 2
168197
time: 1

0 commit comments

Comments
 (0)