This file has been truncated, but you can view the full file.
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="xccdf_org.ssgproject.content_benchmark_FEDORA" resolved="1" xml:lang="en-US" style="SCAP_1.2"> | |
| <status date="2018-07-25">draft</status> | |
| <title xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en-US">Guide to the Secure Configuration of Fedora</title> | |
| <description xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en-US">This guide presents a catalog of security-relevant | |
| configuration settings for Fedora. It is a rendering of | |
| content structured in the eXtensible Configuration Checklist Description Format (XCCDF) | |
| in order to support security automation. The SCAP content is | |
| is available in the <html:code xmlns:html="http://www.w3.org/1999/xhtml">scap-security-guide</html:code> package which is developed at |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Benchmark xmlns="http://checklists.nist.gov/xccdf/1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="xccdf_org.ssgproject.content_benchmark_RHEL-7" resolved="1" xml:lang="en-US" style="SCAP_1.2"> | |
| <status date="2018-10-01">draft</status> | |
| <title xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en-US">Guide to the Secure Configuration of Red Hat Enterprise Linux 7</title> | |
| <description xmlns:xhtml="http://www.w3.org/1999/xhtml" xml:lang="en-US">This guide presents a catalog of security-relevant | |
| configuration settings for Red Hat Enterprise Linux 7. It is a rendering of | |
| content structured in the eXtensible Configuration Checklist Description Format (XCCDF) | |
| in order to support security automation. The SCAP content is | |
| is available in the <html:code xmlns:html="http://www.w3.org/1999/xhtml">scap-security-guide</html:code> package which is developed at |
This file contains hidden or 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
| [2] pry(#<XCCDFReportParser>)> profiles | |
| => {"xccdf_org.ssgproject.content_profile_hipaa"=>"Health Insurance Portability and Accountability Act (HIPAA)", | |
| "xccdf_org.ssgproject.content_profile_ospp42"=>"OSPP - Protection Profile for General Purpose Operating Systems v. 4.2", | |
| "xccdf_org.ssgproject.content_profile_standard"=>"Standard System Security Profile for Red Hat Enterprise Linux 7", | |
| "xccdf_org.ssgproject.content_profile_nist-800-171-cui"=> | |
| "Unclassified Information in Non-federal Information Systems and Organizations (NIST 800-171)", | |
| "xccdf_org.ssgproject.content_profile_pci-dss"=>"PCI-DSS v3 Control Baseline for Red Hat Enterprise Linux 7", | |
| "xccdf_org.ssgproject.content_profile_cjis"=>"Criminal Justice Information Services (CJIS) Security Policy", | |
| "xccdf_org.ssgproject.content_profile_stig-rhel7-disa"=>"DISA STIG for Red Hat Enterprise Linux 7", | |
| "xccdf_org.ssgproject.content_profile_ospp"=>"United States Government Configuration Baseline", |
This file contains hidden or 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
| pry(#<XCCDFReportParser>)> @benchmark.profiles | |
| => {"xccdf_org.ssgproject.content_profile_hipaa"=> | |
| #<OpenSCAP::Xccdf::Profile:0x0000556697b68660 @raw=#<FFI::Pointer address=0x00007f9ba1d1abf0>>, | |
| "xccdf_org.ssgproject.content_profile_ospp42"=> | |
| #<OpenSCAP::Xccdf::Profile:0x0000556697b685c0 @raw=#<FFI::Pointer address=0x00007f9ba1d2d910>>, | |
| "xccdf_org.ssgproject.content_profile_standard"=> | |
| #<OpenSCAP::Xccdf::Profile:0x0000556697b68520 @raw=#<FFI::Pointer address=0x00007f9ba1d3f7a0>>, | |
| "xccdf_org.ssgproject.content_profile_nist-800-171-cui"=> | |
| #<OpenSCAP::Xccdf::Profile:0x0000556697b68480 @raw=#<FFI::Pointer address=0x00007f9ba1d4c450>>, | |
| "xccdf_org.ssgproject.content_profile_pci-dss"=> |
This file contains hidden or 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
| module.exports.routes = { | |
| '/r/insights/platform/compliance' : { host: 'http://localhost:3000' }, | |
| } |
This file contains hidden or 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
| Uncaught (in promise) TypeError: Cannot read property 'hasOwnProperty' of undefined | |
| at TableBody.createCol (Inventory.82eb0158.js:40631) | |
| at Inventory.82eb0158.js:40708 | |
| at Array.map (<anonymous>) | |
| at TableBody.createRow (Inventory.82eb0158.js:40707) | |
| at Inventory.82eb0158.js:40732 | |
| at Array.map (<anonymous>) | |
| at TableBody.render (Inventory.82eb0158.js:40731) | |
| at finishClassComponent (vendor.js:294137) | |
| at updateClassComponent (vendor.js:294100) |
This file contains hidden or 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
| --- | |
| - name: "Playbook" | |
| hosts: localhost | |
| tasks: | |
| - name: "Create CI Location" | |
| foreman_location: | |
| username: "admin" | |
| password: "changeme" | |
| server_url: "http://localhost:3000" | |
| name: "LocByAnsible" |
This file contains hidden or 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
| {"data":[{"id":"0668f98b-7055-4bd0-9f1e-b43100b8b4b6","type":"profile","attributes":{"name":"Standard System Security Profile for Fedora","ref_id":"xccdf_org.ssgproject.content_profile_standard","description":"This guide presents a catalog of security-relevant\nconfiguration settings for Fedora. It is a rendering of\ncontent structured in the eXtensible Configuration Checklist Description Format (XCCDF)\nin order to support security automation. The SCAP content is\nis available in the scap-security-guide package which is developed at\n\n https://www.open-scap.org/security-policies/scap-security-guide.\n\nProviding system administrators with such guidance informs them how to securely\nconfigure systems under their control in a variety of network roles. Policy\nmakers and baseline creators can use this catalog of settings, with its\nassociated references to higher-level security control catalogs, in order to\nassist them in security baseline creation. This guide is a catalog, not a\nchecklist, and satisfact |
This file contains hidden or 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
| {"data":[{"id":"67ee230b-b1c9-4579-b229-a7efbc2710a4","type":"rule","attributes":{"created_at":"2018-12-10T13:53:47.212Z","updated_at":"2018-12-10T13:53:47.212Z","ref_id":"xccdf_org.ssgproject.content_rule_sshd_set_keepalive","title":"Set SSH Client Alive Count","rationale":"This ensures a user login will be terminated as soon as the ClientAliveInterval\nis reached.","description":"To ensure the SSH idle timeout occurs precisely when the ClientAliveInterval is set,\nedit /etc/ssh/sshd_config as follows:\nClientAliveCountMax 0","severity":"Medium","total_systems_count":0,"affected_systems_count":0}},{"id":"5eea3eb2-6222-4ab5-8b1a-f36f67463787","type":"rule","attributes":{"created_at":"2018-12-10T13:53:47.240Z","updated_at":"2018-12-10T13:53:47.240Z","ref_id":"xccdf_org.ssgproject.content_rule_sshd_limit_user_access","title":"Limit Users' SSH Access","rationale":"Specifying which accounts are allowed SSH access into the system reduces the\npossibility of unauthorized access to the system.","description":"By def |
This file contains hidden or 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
| vendor.js:224521 The above error occurred in the <InventoryDetail> component: | |
| in InventoryDetail (created by Connect(InventoryDetail)) | |
| in Connect(InventoryDetail) (created by RouterParams) | |
| in RouterParams (created by Connect(RouterParams)) | |
| in Connect(RouterParams) (created by Route) | |
| in Route (created by withRouter(Connect(RouterParams))) | |
| in withRouter(Connect(RouterParams)) (created by Route) | |
| in Route (created by Inventory) | |
| in Switch (created by Inventory) | |
| in Inventory (created by RouterParams) |