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

3-5 Fix loopback address match #161

Merged

Commits on Dec 4, 2023

  1. 3-5 Fix loopback address match

    Fix regression introduced since ad53969,
    in this CIS checks 3.5.1.4 and 3.5.2.4 were updated to filter open ports
    with address `127.0.0.1` to `127.` which never matches.
    
    Update filtering to check for a full IPv4 address corresponding to
    CIDR 127.0.0.0/8
    
    Signed-off-by: Ivo van Doorn <ivovandoorn@samotics.com>
    IvDoorn committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    95a2a7a View commit details
    Browse the repository at this point in the history