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

Check for no action passed in argparse rule #396

Merged
merged 1 commit into from
Mar 28, 2024

Commits on Mar 28, 2024

  1. Check for no action passed in argparse rule

    The default value for action when no value is passed is "store"
    which is the exact value we are trying to detect for issues. So
    if a program creates CLI arguments via add_argument with api-key
    or password arg and unset action, it needs to surface this as an
    issue.
    
    Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
    ericwb committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4590c55 View commit details
    Browse the repository at this point in the history