Skip to content

Commit be94600

Browse files
authored
Merge pull request #13858 from Mab879/update_disa_link
public.cyber.mil -> www.cyber.mil, Part 2
2 parents cd02e4e + 4b11d8e commit be94600

File tree

90 files changed

+246
-246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+246
-246
lines changed

DISCLAIMER

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ serving as the upstream development environment for Red Hat Product STIGS.
55
As a result of the upstream/downstream relationship between the SCAP Security
66
Guide project and the official DISA FSO STIG baseline, users should expect
77
variance between SSG and DISA FSO content. For official DISA FSO STIG content,
8-
refer to https://public.cyber.mil/stigs/.
8+
refer to https://www.cyber.mil/stigs/.
99

1010
While this profile is packaged by Red Hat as part of the SCAP Security Guide
1111
package, please note that commercial support of this SCAP content is NOT

build-scripts/verify_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# we use these strings to look for references within the XCCDF rules
4242
nist_ref_href = "http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-53r4.pdf"
43-
disa_ref_href = "https://public.cyber.mil/stigs/cci/"
43+
disa_ref_href = "https://www.cyber.mil/stigs/cci/"
4444

4545
# default exit value - success
4646
exit_value = 0

controls/stig_slmicro5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
policy: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide
33
title: SUSE Linux Enterprise Micro (SLEM) 5 Security Technical Implementation Guide
44
id: stig_slmicro5
5-
source: https://public.cyber.mil/stigs/downloads/
5+
source: https://www.cyber.mil/stigs/downloads/
66
version: V1R2
77
reference_type: stigid
88
product: slmicro5

controls/stig_ubuntu2204.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ policy: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide (STIG
33
title: Canonical Ubuntu 22.04 LTS Security Technical Implementation Guide (STIG)
44
id: stig_ubuntu2204
55
version: V2R3
6-
source: https://public.cyber.mil/stigs/downloads/
6+
source: https://www.cyber.mil/stigs/downloads/
77

88
levels:
99
- id: high

docs/manual/developer/03_creating_content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ EOF
538538
```
539539
cat << EOF > $NEW_PRODUCT/transforms/xccdf2table-profileccirefs.xslt
540540
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
541-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://public.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
541+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://www.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
542542
543543
<xsl:import href="../../../shared/transforms/shared_xccdf2table-profileccirefs.xslt"/>
544544

docs/manual/developer/05_tools_and_utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ Generate the HTML diffs:
431431
432432
The goal of this script is to compare the result of two ARF files.
433433
It will show what rules are missing, different, and the same between the two files.
434-
The script can take results from content created by this repo and by [DISA](https://public.cyber.mil/stigs/scap/).
434+
The script can take results from content created by this repo and by [DISA](https://www.cyber.mil/stigs/scap/).
435435
If the result files come from the same source the script will use XCCDF ids as basis for the comparison.
436436
Otherwise, the script will use STIG ids to compare.
437437

docs/manual/user/20_scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ See [Red Hat Ansible Engine Life Cycle Page](https://access.redhat.com/support/p
189189
Funded by the Internal Revenue Service, the National Security Agency, and other United States government agencies Naval Information Warfare Center (NIWC) Atlantic has authored a SCAP Compliance Checker (SCC).
190190
The NIWC SCC tool is available to the general public.
191191
The NIWC SCC website is [www.niwcatlantic.navy.mil/scap](https://www.niwcatlantic.navy.mil/scap/).
192-
The SCC tool is available for download at [public.cyber.mil/stigs/scap](https://public.cyber.mil/stigs/scap/).
192+
The SCC tool is available for download at [www.cyber.mil/stigs/scap](https://www.cyber.mil/stigs/scap/).

products/alinux2/transforms/xccdf2table-profileccirefs.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://public.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
2+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://www.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
33

44
<xsl:import href="../../shared/transforms/shared_xccdf2table-profileccirefs.xslt"/>
55

products/alinux3/transforms/xccdf2table-profileccirefs.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://public.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
2+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://www.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
33

44
<xsl:import href="../../shared/transforms/shared_xccdf2table-profileccirefs.xslt"/>
55

products/almalinux9/transforms/xccdf2table-profileccirefs.xslt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2-
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://public.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
2+
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cdf="http://checklists.nist.gov/xccdf/1.1" xmlns:cci="https://www.cyber.mil/stigs/cci" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ovalns="http://oval.mitre.org/XMLSchema/oval-definitions-5">
33

44
<xsl:import href="../../../shared/transforms/shared_xccdf2table-profileccirefs.xslt"/>
55

0 commit comments

Comments
 (0)