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

Weak hash and weak random Java rules need to guard from none #426

Merged
merged 1 commit into from
Apr 14, 2024

Commits on Apr 14, 2024

  1. Weak hash and weak random Java rules need to guard from none

    The algorithm string might have a None value if the parser cannot
    determine its actual value.
    
    For example, in the added testcase, if a value goes through a
    Properties class, the parser does track this value.
    
    Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
    ericwb committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    5f5a60d View commit details
    Browse the repository at this point in the history