Skip to content

Commit

Permalink
added tailoring component Windows_10_V1R15_STIG_SCAP_1-2-tailoring.xm…
Browse files Browse the repository at this point in the history
…l and README.md
  • Loading branch information
joshualubell committed Sep 11, 2019
1 parent 68ac898 commit c659e75
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dita/examples/Windows_10_V1R15_STIG_SCAP_1-2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Microsoft Windows 10 STIG Benchmark - Version 1, Release 15

This example was created using SCAP 1.2 content from the [United States DoD Cyber Exchange](https://public.cyber.mil/stigs/scap).

A tailoring component was added that customizes one of the profiles in the XCCDF checklist component.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<xccdf:Tailoring xmlns:xccdf="http://checklists.nist.gov/xccdf/1.2" id="xccdf_scap-workbench_tailoring_MAC-3-Public">
<xccdf:benchmark href="#scap_com.example_cref_xccdf"/>
<xccdf:version time="2019-09-03T13:42:22">1</xccdf:version>
<xccdf:Profile id="xccdf_mil.disa.stig_profile_MAC-3_Public">
<xccdf:title xml:lang="en-US">III - Administrative Public [CUSTOMIZED]</xccdf:title>
<xccdf:description xml:lang="en-US">This profile requires longer passwords, but with more lenient age limits.</xccdf:description>
<xccdf:select idref="xccdf_mil.disa.stig_group_V-63419" selected="false"/>
<xccdf:select idref="xccdf_mil.disa.stig_rule_SV-77909r1_rule" selected="false"/>
<xccdf:set-value idref="xccdf_mil.disa.stig_value_password_minimum_length_var">15</xccdf:set-value>
<xccdf:set-value idref="xccdf_mil.disa.stig_value_password_maximum_age_var">7776000</xccdf:set-value>
</xccdf:Profile>
</xccdf:Tailoring>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<scapComponent keys="oval" href="U_MS_Windows_10_V1R15_STIG_SCAP_1-2_Benchmark-oval.xml"/>
<scapComponent href="U_MS_Windows_10_V1R15_STIG_SCAP_1-2_Benchmark-cpe-oval.xml" keys="cpe-oval"/>
<scapComponent keys="xccdf" href="U_MS_Windows_10_V1R15_STIG_SCAP_1-2_Benchmark-xccdf.xml"/>
<scapComponent href="Windows_10_V1R15_STIG_SCAP_1-2-tailoring.xml" keys="tailoring"/>
<scapDataStream scapName="sds" scapVersion="1.2" useCase="CONFIGURATION">
<scapDictionaries>
<scapCpeListRef keyref="cpe-dict">
Expand All @@ -22,6 +23,7 @@
<scapUri keyref="oval"/>
</scapExternalLinks>
</scapBenchmarkRef>
<scapTailoringRef keyref="tailoring"/>
</scapChecklists>
<scapChecks>
<scapOvalRef keyref="oval"/>
Expand Down

0 comments on commit c659e75

Please sign in to comment.