8000 Enable remediations for sensitive rules by matejak · Pull Request #10815 · ComplianceAsCode/content · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Dismiss alert

Enable remediations for sensitive rules #10815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora
# reboot = true
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora

{{{ bash_instantiate_variables("sshd_approved_ciphers") }}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora
# reboot = true
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora

{{{ bash_instantiate_variables("sshd_approved_ciphers") }}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora
# reboot = true
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora

{{{ bash_instantiate_variables("sshd_approved_macs") }}}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora
# reboot = true
# strategy = restrict
# complexity = low
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# platform = Oracle Linux 8,Red Hat Enterprise Linux 8,multi_platform_fedora
# platform = multi_platform_rhel,multi_platform_ol,multi_platform_fedora

{{{ bash_instantiate_variables("sshd_approved_macs") }}}

Expand Down
0