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

Fix unbounded ellipsis match in tar-insecure-flags rule #49

Merged
merged 5 commits into from
Feb 8, 2024
Merged

Fix unbounded ellipsis match in tar-insecure-flags rule #49

merged 5 commits into from
Feb 8, 2024

Commits on Jan 24, 2024

  1. Add test case to tar-insecure-flags.sh

    There are edge cases wherein the unbounded ellipsis in the rule set will unintentionally wrap across multiple lines and match on a flag in a completely different command. This test case illustrates one such condition.
    muschempax authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fe5f660 View commit details
    Browse the repository at this point in the history
  2. Add span boundary for ellipsis patterns

    This prevents multiline span matching across different commands in some edge cases.
    muschempax authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    b8e2c7b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    5ad1b0b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update generic/tar-insecure-flags.sh

    Co-authored-by: mschwager <[email protected]>
    muschempax and mschwager authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    64457d3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    1d65d9e View commit details
    Browse the repository at this point in the history