We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e48a69 commit 20ddd72Copy full SHA for 20ddd72
1 file changed
xsl/xccdf-references.xsl
@@ -82,7 +82,9 @@ Authors:
82
<xsl:when test="starts-with($href, 'https://www.iso.org/standard/54534.html')">
83
<xsl:text>ISO 27001-2013</xsl:text>
84
</xsl:when>
85
- <xsl:when test="starts-with($href, 'https://iase.disa.mil/stigs/pages/stig-viewing-guidance')">
+ <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/')">
88
<xsl:text>STIG Viewer</xsl:text>
89
90
<xsl:otherwise>
0 commit comments