Skip to content

Commit

Permalink
show protection approach for mitigation controls
Browse files Browse the repository at this point in the history
verinice-veo#1116
  • Loading branch information
jochenkemnade committed Sep 26, 2024
1 parent 7f38e7e commit db60729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/libs/itbp-risk.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ${riskValuesForCategory.riskTreatmentExplanation}
<#list icom.sortModules(risk.mitigation.parts) as part>
<#assign ri = targetObject.requirementImplementations?filter(it->it.control._self == part._self)?first!>
<tr>
<td>${icom.title(part)}</td>
<td>${icom.controlTitle(part)}</td>
<td>${(bundle[ri.status])!}</td>
<td>${ri.implementationStatement!}</td>
<td>${(ri.implementationUntil?date.iso)!}</td>
Expand Down

0 comments on commit db60729

Please sign in to comment.