/usr/share/openscap/xsl/xccdf-share.xsl is in libopenscap8 1.2.15-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 | <?xml version="1.0" encoding="utf-8" ?>
<!--
Copyright 2010 - 2014 Red Hat Inc., Durham, North Carolina.
All Rights Reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Authors:
Martin Preisler <mpreisle@redhat.com>
Lukas Kuklinek <lkuklinek@redhat.com>
-->
<xsl:stylesheet version="1.1"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:cdf="http://checklists.nist.gov/xccdf/1.2">
<xsl:param name="verbosity"/>
<xsl:key name="values" match="//cdf:Value" use="concat(ancestor::cdf:Benchmark/@id, '|', @id)"/>
<xsl:template name="rule-result-tooltip">
<xsl:param name="ruleresult"/>
<!-- The texts are sourced from XCCDF 1.2 specification with minor modifications -->
<xsl:choose>
<xsl:when test="$ruleresult = 'pass'">The target system or system component satisfied all the conditions of the rule.</xsl:when>
<xsl:when test="$ruleresult = 'fixed'">The Rule had failed, but was then fixed (possibly by a tool that can automatically apply remediation, or possibly by the human auditor).</xsl:when>
<xsl:when test="$ruleresult = 'informational'">The Rule was checked, but the output from the checking engine is simply information for auditors or administrators; it is not a compliance category. This status value is designed for Rule elements whose main purpose is to extract information from the target rather than test the target.</xsl:when>
<xsl:when test="$ruleresult = 'fail'">The target system or system component did not satisfy at least one condition of the rule.</xsl:when>
<xsl:when test="$ruleresult = 'error'">The checking engine could not complete the evaluation, therefore the status of the target's compliance with the rule is not certain. This could happen, for example, if a testing tool was run with insufficient privileges and could not gather all of the necessary information.</xsl:when>
<xsl:when test="$ruleresult = 'unknown'">The testing tool encountered some problem and the result is unknown. For example, a result of 'unknown' might be given if the testing tool was unable to interpret the output of the checking engine (the output has no meaning to the testing tool).</xsl:when>
<xsl:when test="$ruleresult = 'notchecked'">The Rule was not evaluated by the checking engine. This status is designed for Rule elements that have no check elements or that correspond to an unsupported checking system. It may also correspond to a status returned by a checking engine if the checking engine does not support the indicated check code.</xsl:when>
<xsl:when test="$ruleresult = 'notselected'">The Rule was not selected in the evaluation. This may be caused by the rule not being selected by default in the benchmark or by the profile unselecting it.</xsl:when>
<xsl:when test="$ruleresult = 'notapplicable'">The Rule was not applicable to the target of the test. For example, the Rule might have been specific to a different version of the target OS, or it might have been a test against a platform feature that was not installed.</xsl:when>
</xsl:choose>
</xsl:template>
<xsl:template match="cdf:ident" mode="ident">
<xsl:choose>
<xsl:when test="starts-with(@system, 'http://cve.mitre.org')">
<a href="{concat('https://cve.mitre.org/cgi-bin/cvename.cgi?name=', text())}"><abbr title="{concat(@system, concat(': ', text()))}"><xsl:value-of select="text()"/></abbr></a>
</xsl:when>
<xsl:when test="starts-with(@system, 'https://rhn.redhat.com/errata')">
<a href="{concat('https://rhn.redhat.com/errata/', concat(text(), '.html'))}"><abbr title="{concat(@system, concat(': ', text()))}"><xsl:value-of select="text()"/></abbr></a>
</xsl:when>
<xsl:otherwise>
<abbr title="{concat(@system, concat(': ', text()))}"><xsl:value-of select="text()"/></abbr>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template match="cdf:reference" mode="reference">
<xsl:choose>
<xsl:when test="@href">
<a href="{@href}">
<xsl:choose>
<xsl:when test="text()">
<xsl:value-of select="text()"/>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="@href"/>
</xsl:otherwise>
</xsl:choose>
</a>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="text()"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="item-title">
<xsl:param name="item"/>
<xsl:param name="profile"/>
<xsl:choose>
<xsl:when test="$item/cdf:title">
<xsl:apply-templates mode="sub-testresult" select="$item/cdf:title">
<xsl:with-param name="benchmark" select="$item/ancestor::cdf:Benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
ID: <xsl:value-of select="$item/@id"/>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="item-idents-refs">
<xsl:param name="item"/>
<xsl:if test="$item/cdf:ident">
<p>
<span class="label label-info" title="A globally meaningful identifiers for this rule. MAY be the name or identifier of a security configuration issue or vulnerability that the rule remediates. By setting an identifier on a rule, the benchmark author effectively declares that the rule instantiates, implements, or remediates the issue for which the name was assigned.">Identifiers:</span> 
<xsl:for-each select="$item/cdf:ident">
<xsl:apply-templates mode="ident" select="."/>
<xsl:if test="position() != last()">, </xsl:if>
</xsl:for-each>
</p>
</xsl:if>
<xsl:if test="$item/cdf:reference">
<p>
<span class="label label-default" title="Provide a reference to a document or resource where the user can learn more about the subject of the Rule or Group.">References:</span> 
<xsl:for-each select="$item/cdf:reference">
<xsl:apply-templates mode="reference" select="."/>
<xsl:if test="position() != last()">, </xsl:if>
</xsl:for-each>
</p>
</xsl:if>
</xsl:template>
<!-- works for both XCCDF Rule elements and rule-result elements -->
<xsl:template name="item-severity">
<xsl:param name="item"/>
<xsl:choose><xsl:when test="$item/@severity"><xsl:value-of select="$item/@severity"/></xsl:when><xsl:otherwise>unknown</xsl:otherwise></xsl:choose>
</xsl:template>
<!-- substitution for testresults, used in HTML report -->
<xsl:template mode="sub-testresult" match="text()">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:value-of select="."/>
</xsl:template>
<xsl:template mode="sub-testresult" match="cdf:fix//cdf:instance">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:variable name='ctx' select='@context'/>
<xsl:choose>
<xsl:when test="$testresult/cdf:rule-result/cdf:instance[@context=$ctx]">
<abbr title="context: {$ctx}"><xsl:value-of select="$testresult/cdf:rule-result/cdf:instance[@context=$ctx]"/></abbr>
</xsl:when>
<xsl:otherwise>
<abbr class="cdf-sub-context" title="replace with actual {$ctx} context"><xsl:value-of select="$ctx"/></abbr>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template mode="sub-testresult" match="cdf:sub">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:variable name="subid" select="./@idref"/>
<xsl:choose>
<xsl:when test="$testresult and $testresult/cdf:set-value[@idref = $subid]">
<abbr title="from TestResult: {$subid}"><xsl:value-of select="$testresult/cdf:set-value[@idref = $subid][last()]"/></abbr>
</xsl:when>
<xsl:when test="$profile and $profile/cdf:set-value[@idref = $subid]">
<abbr title="from Profile/set-value: {$subid}"><xsl:value-of select="$profile/cdf:set-value[@idref = $subid][last()]/text()"/></abbr>
</xsl:when>
<xsl:otherwise>
<!-- We have to look up the cdf:Value in benchmark and that's a
performance hit. Let's treat it as a special case and do
do the lookup once -->
<xsl:variable name="value" select="key('values', concat($benchmark/@id, '|', $subid))"/>
<xsl:choose>
<xsl:when test="$profile and $profile/cdf:refine-value[@idref = $subid]">
<xsl:variable name="selector" select="$profile/cdf:refine-value[@idref = $subid][last()]/@selector"/>
<abbr title="from Profile/refine-value: {$subid}"><xsl:value-of select="$value/cdf:value[@selector = $selector][last()]/text()"/></abbr>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="value_lastselector" select="$value/cdf:value[not(@selector)][last()]"/>
<xsl:choose>
<xsl:when test="$value_lastselector and $value[@prohibitChanges='true']">
<xsl:value-of select="$value_lastselector"/>
</xsl:when>
<xsl:when test="$value_lastselector">
<abbr title="from Benchmark/Value: {$subid}"><xsl:value-of select="$value_lastselector"/></abbr>
</xsl:when>
<xsl:otherwise>
<abbr title="Substitution failed: {$subid}">(N/A)</abbr>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template mode="sub-testresult" match="*[namespace-uri()='http://www.w3.org/1999/xhtml']">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:choose>
<xsl:when test="local-name() = 'br'">
<!-- <br></br> shows up as 2 <br> elements in HTML5, this horrible hack prevents that -->
<xsl:text disable-output-escaping="yes"><br></xsl:text>
</xsl:when>
<xsl:otherwise>
<xsl:element name="{local-name()}">
<xsl:copy-of select="@*"/>
<xsl:apply-templates select="./text() | ./*" mode="sub-testresult">
<xsl:with-param name="testresult" select="$testresult"/>
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:element>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template mode="sub-testresult" match="node() | @*">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:copy>
<xsl:copy-of select="@*"/>
<xsl:apply-templates select="node()" mode="sub-testresult">
<xsl:with-param name="testresult" select="$testresult"/>
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:copy>
</xsl:template>
<xsl:template mode="sub-testresult" match="cdf:title | cdf:description | cdf:fix | cdf:fixtext | cdf:front-matter | cdf:rear-matter | cdf:rationale | cdf:warning | cdf:notice">
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:apply-templates select="node()" mode="sub-testresult">
<xsl:with-param name="testresult" select="$testresult"/>
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:template>
<xsl:template name="show-fixtext">
<xsl:param name="fixtext"/>
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<span class="label label-success">Remediation description:</span>
<div class="panel panel-default"><div class="panel-body">
<xsl:apply-templates mode="sub-testresult" select="$fixtext">
<xsl:with-param name="testresult" select="$testresult"/>
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</div></div>
</xsl:template>
<xsl:template name="show-fix">
<xsl:param name="fix"/>
<xsl:param name="testresult"/>
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<xsl:variable name="fix_type">
<xsl:choose>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:sh'">Shell script</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:ansible'">Ansible snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:xccdf:fix:script:puppet'">Puppet snippet</xsl:when>
<xsl:when test="$fix/@system = 'urn:redhat:anaconda:pre'">Anaconda snippet</xsl:when>
<xsl:otherwise>script</xsl:otherwise>
</xsl:choose>
</xsl:variable>
<span class="label label-success">Remediation <xsl:value-of select="$fix_type"/>:</span>   <a data-toggle="collapse" data-target="#{generate-id($fix)}">(show)</a><br />
<div class="panel-collapse collapse" id="{generate-id($fix)}">
<xsl:if test="$fix/@complexity or $fix/@disruption or $fix/@reboot or $fix/@strategy">
<table class="table table-striped table-bordered table-condensed">
<xsl:if test="$fix/@complexity">
<tr>
<th>Complexity:</th>
<td><xsl:value-of select="$fix/@complexity" /></td>
</tr>
</xsl:if>
<xsl:if test="$fix/@disruption">
<tr>
<th>Disruption:</th>
<td><xsl:value-of select="$fix/@disruption" /></td>
</tr>
</xsl:if>
<xsl:if test="$fix/@reboot">
<tr>
<th>Reboot:</th>
<td><xsl:value-of select="$fix/@reboot" /></td>
</tr>
</xsl:if>
<xsl:if test="$fix/@strategy">
<tr>
<th>Strategy:</th>
<td><xsl:value-of select="$fix/@strategy" /></td>
</tr>
</xsl:if>
</table>
</xsl:if>
<pre><code>
<xsl:apply-templates mode="sub-testresult" select="$fix">
<xsl:with-param name="testresult" select="$testresult"/>
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</code></pre>
</div>
</xsl:template>
<xsl:template name="show-title-front-matter-description-notices">
<!-- TODO: please invent a better name for this template -->
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<h2>
<xsl:choose>
<xsl:when test="$benchmark/cdf:title">
<xsl:apply-templates mode="sub-testresult" select="$benchmark/cdf:title[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$benchmark/@id"/>
</xsl:otherwise>
</xsl:choose>
</h2>
<xsl:if test="$profile">
<blockquote>with profile <mark>
<xsl:choose>
<xsl:when test="$profile/cdf:title">
<xsl:apply-templates mode="sub-testresult" select="$profile/cdf:title[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$profile/@id"/>
</xsl:otherwise>
</xsl:choose></mark>
<xsl:if test="$profile/cdf:description">
<div class="col-md-12 well well-lg horizontal-scroll">
<div class="description"><small>
<xsl:apply-templates mode="sub-testresult" select="$profile/cdf:description[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates></small>
</div>
</div>
</xsl:if>
</blockquote>
</xsl:if>
<div class="col-md-12 well well-lg horizontal-scroll">
<xsl:if test="$benchmark/cdf:front-matter">
<div class="front-matter">
<xsl:apply-templates mode="sub-testresult" select="$benchmark/cdf:front-matter[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</div>
</xsl:if>
<xsl:if test="$benchmark/cdf:description">
<div class="description">
<xsl:apply-templates mode="sub-testresult" select="$benchmark/cdf:description[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</div>
</xsl:if>
<xsl:if test="$benchmark/cdf:notice">
<div class="top-spacer-10">
<xsl:for-each select="$benchmark/cdf:notice">
<div class="alert alert-info">
<xsl:apply-templates mode="sub-testresult" select=".">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</div>
</xsl:for-each>
</div>
</xsl:if>
</div>
</xsl:template>
<xsl:template name="rear-matter">
<xsl:param name="benchmark"/>
<xsl:param name="profile"/>
<div id="rear-matter">
<div class="row top-spacer-10">
<div class="col-md-12 well well-lg">
<xsl:if test="$benchmark/cdf:rear-matter">
<div class="rear-matter">
<xsl:apply-templates mode="sub-testresult" select="$benchmark/cdf:rear-matter[1]">
<xsl:with-param name="benchmark" select="$benchmark"/>
<xsl:with-param name="profile" select="$profile"/>
</xsl:apply-templates>
</div>
</xsl:if>
</div>
</div>
</div>
</xsl:template>
<xsl:template name="warn-unresolved">
<xsl:param name="benchmark"/>
<xsl:if test="$benchmark[not(@resolved=1)][not(@resolved='true')]">
<xsl:message>WARNING: Processing an unresolved XCCDF document. This may have unexpected results.</xsl:message>
<xsl:message>You can resolve the document using "oscap xccdf resolve -o resolved-xccdf.xml xccdf.xml"</xsl:message>
</xsl:if>
</xsl:template>
</xsl:stylesheet>
|