Skip to content
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

cis-dil-benchmark-5.3.4 should match spaces better #119

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

fargburger
Copy link
Contributor

@fargburger fargburger commented Jan 25, 2022

5.3.3 uses this matching logic and it works,

password [success=1 default=ignore] pam_unix.so obscure use_authtok try_first_pass sha512 remember=5

is matched by 5.3.3 regular expression, but didn't match 5.3.4 because of a space between "1" and "default"

Signed-off-by: Peter Turner pturner@uwalumni.com

5.3.3 uses this matching logic and it works,

password        [success=1 default=ignore]      pam_unix.so obscure use_authtok try_first_pass sha512  remember=5

is matched by 5.3.3 regular expression, but  didn't match 5.3.4 because of a space between "1" and "default"

Signed-off-by: Peter Turner <pturner@uwalumni.com>
@schurzi
Copy link
Contributor

schurzi commented Feb 22, 2022

nice catch, thank you!

I transferred your sign-off from the Github message to your commit, so we have a clean history in git.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants