Skip to content

Commit 3378fc2

Browse files
committedFeb 13, 2025·
Adjusted stub model sample file
1 parent 302a9ab commit 3378fc2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎demo/stub/threagile.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,12 @@ individual_risk_categories: # used for adding custom manually identified risks
246246
# seeding the risk tracking part here based on already identified and not yet handled risks.
247247
risk_tracking:
248248

249-
unencrypted-asset@some-component: # wildcards "*" between the @ characters are possible
250-
status: accepted # values: unchecked, in-discussion, accepted, in-progress, mitigated, false-positive
251-
justification: Risk accepted as tolerable
252-
ticket: XYZ-1234
253-
date: 2020-01-04
254-
checked_by: John Doe
249+
# unencrypted-asset@some-component: # wildcards "*" between the @ characters are possible
250+
# status: accepted # values: unchecked, in-discussion, accepted, in-progress, mitigated, false-positive
251+
# justification: Risk accepted as tolerable
252+
# ticket: XYZ-1234
253+
# date: 2020-01-04
254+
# checked_by: John Doe
255255

256256

257257

0 commit comments

Comments
 (0)
Please sign in to comment.