Skip to content

Commit

Permalink
Updated "no vulnerabilities" text to "with the active configuration"
Browse files Browse the repository at this point in the history
Signed-off-by: ywittmann <[email protected]>
  • Loading branch information
YanWittmann committed Oct 1, 2024
1 parent e1dfca2 commit 527aab1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<title>$status.getCapitalized()</title>
<body>
<p>
The following vulnerabilities are considered <codeph>$status.getCapitalized()</codeph> in the given context:
The following vulnerabilities are considered <codeph>$status.getCapitalized()</codeph> with the active configuration:
</p>
<p>
#vulnerabilityOverview($status.getAsXmlId(), "$report.xmlEscapeString($status.getCapitalized()) Category$reportContext.inContextOf()", $vulnerabilitiesByStatus.get($status), $status.shouldModifiedCvssBeDisplayed())
Expand All @@ -46,7 +46,7 @@
<title>$status.getCapitalized()</title>
<body>
<p>
No vulnerabilities are considered <codeph>$report.xmlEscapeString($status.getCapitalized())</codeph> in the given context.
No vulnerabilities are considered <codeph>$report.xmlEscapeString($status.getCapitalized())</codeph> with the active configuration.
</p>
</body>
</topic>
Expand Down

0 comments on commit 527aab1

Please sign in to comment.