Skip to content

Commit 20ddd72

Browse files
committed
Update xccdf-references.xsl for new STIG Viewer
1 parent 2e48a69 commit 20ddd72

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

xsl/xccdf-references.xsl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ Authors:
8282
<xsl:when test="starts-with($href, 'https://www.iso.org/standard/54534.html')">
8383
<xsl:text>ISO 27001-2013</xsl:text>
8484
</xsl:when>
85-
<xsl:when test="starts-with($href, 'https://iase.disa.mil/stigs/pages/stig-viewing-guidance')">
85+
<xsl:when test="starts-with($href, 'https://iase.disa.mil/stigs/pages/stig-viewing-guidance') or
86+
starts-with($href, 'https://public.cyber.mil/stigs/srg-stig-tools/') or
87+
starts-with($href, 'https://www.cyber.mil/stigs/srg-stig-tools/')">
8688
<xsl:text>STIG Viewer</xsl:text>
8789
</xsl:when>
8890
<xsl:otherwise>

0 commit comments

Comments
 (0)