Skip to content

Commit

Permalink
Drop FIPS references from oval definition
Browse files Browse the repository at this point in the history
  • Loading branch information
teacup-on-rockingchair committed Jun 26, 2023
1 parent 40cf036 commit dab9787
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<def-group>
<definition class="compliance" id="sshd_use_strong_macs" version="1">
{{{ oval_metadata("Limit the Message Authentication Codes (MACs) to those which are FIPS-approved.") }}}
{{{ oval_metadata("Ensure only strong MAC algorithms are used" }}}
<criteria operator="AND">
<extend_definition comment="Installed OS is FIPS certified" definition_ref="installed_OS_is_FIPS_certified" />
<criteria comment="SSH is configured correctly or is not installed"
operator="OR">
<criteria comment="sshd is not installed" operator="AND">
Expand Down Expand Up @@ -65,7 +64,7 @@
<variable_component var_ref="sshd_strong_macs" />
</split>
</local_variable>
<external_variable comment="SSH approved MACs by FIPS" datatype="string" id="sshd_strong_macs" version="1" />
<external_variable comment="SSH MAC algorithms considered strong" datatype="string" id="sshd_strong_macs" version="1" />
</def-group>


0 comments on commit dab9787

Please sign in to comment.