Skip to content

Commit 2226bae

Browse files
committed
Fix typo.
1 parent 9ad6d09 commit 2226bae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2023-04-25-mrac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This can be very difficult to achieve exhaustively, but a partial and good enoug
114114
### Polymorphic rules
115115

116116
Rules that try to do two things don't sound like a good idea, but what if those two things would heavily overlap?
117-
Great candidats for polymorphism are changes when component configuration doesn't change, as it is the way of how to achieve this configuration that does.
117+
Great candidates for polymorphism are changes when component configuration doesn't change, as it is the way of how to achieve this configuration that does.
118118
In cases like this, a rule can get a polymorphic remediation and keep the `CCE` identifier if it has one, as `CCE`s don't change if the configuration stays the same.
119119

120120
For instance, the rule [no_empty_passwords](https://github.com/ComplianceAsCode/content/tree/master/linux_os/guide/system/accounts/accounts-restrictions/password_storage/no_empty_passwords) also mentioned earlier, has polymorphic Bash remediation and a rather simple OVAL check.

0 commit comments

Comments
 (0)