Skip to content

Commit bc25484

Browse files
authored
Merge pull request #50 from devsecopsmaturitymodel/bug/50-dependson-uuid
Fixed typo in dependsOn reference
2 parents 0ff93cc + 21dd7a6 commit bc25484

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Test and Verification:
198198
usefulness: 3
199199
level: 2
200200
dependsOn:
201-
- uuid: c1acc8af-312e-4503-a817-a26220c993a0 # Simple false positive treatment
201+
- c1acc8af-312e-4503-a817-a26220c993a0 # Simple false positive treatment
202202
implementation:
203203
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/owasp-defectdojo
204204
- $ref: src/assets/YAML/default/implementations.yaml#/implementations/purify
@@ -345,8 +345,8 @@ Test and Verification:
345345
usefulness: 4
346346
level: 3
347347
dependsOn:
348-
- uuid: 8f2b4d5a-3c1e-4b7a-9d8f-2e6c4a1b5d7f # Artifact-based false positive treatment
349-
- uuid: 85ba5623-84be-4219-8892-808837be582d # Usage of a vulnerability management system
348+
- 8f2b4d5a-3c1e-4b7a-9d8f-2e6c4a1b5d7f # Artifact-based false positive treatment
349+
- 85ba5623-84be-4219-8892-808837be582d # Usage of a vulnerability management system
350350
implementation:
351351
references:
352352
samm2:

0 commit comments

Comments
 (0)