-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added tailoring component Windows_10_V1R15_STIG_SCAP_1-2-tailoring.xm…
…l and README.md
- Loading branch information
1 parent
68ac898
commit c659e75
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
13 changes: 13 additions & 0 deletions
13
dita/examples/Windows_10_V1R15_STIG_SCAP_1-2/Windows_10_V1R15_STIG_SCAP_1-2-tailoring.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters