-
Notifications
You must be signed in to change notification settings - Fork 479
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
Support url-safe base64 secrets #245
Commits on Oct 7, 2019
-
Support url-safe base64 secrets
This commit updates the base64 plugin to support url-safe plugins by just adding - and _ to the charset.
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for e10b9a3 - Browse repository at this point
Copy the full SHA e10b9a3View commit details -
Scan string directly in YAML parser
We already check for whitelists in `ignored_lines = parser.get_ignored_lines()` call above, so calling `analyze_string` wastes time with the duplicated check.
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for de2cbd8 - Browse repository at this point
Copy the full SHA de2cbd8View commit details -
Scan string directly in INI parser
We already check for whitelists in the IniFileParser, so doing another whitelist check here is redundant.
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for d61baab - Browse repository at this point
Copy the full SHA d61baabView commit details -
Ignore id's in the high-entropy plugin
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for e1fa566 - Browse repository at this point
Copy the full SHA e1fa566View commit details -
Rename
analyze_string
toanalyze_line
This renaming more accurately reflects what the function does in all the plugins (at the moment) and more clearly distinguishes it from `analyze_string_content`
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 0c9e97e - Browse repository at this point
Copy the full SHA 0c9e97eView commit details -
Ignore yaml high-entropy secrets whose keys are ids
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for ab78151 - Browse repository at this point
Copy the full SHA ab78151View commit details -
Victor Zhou committed
Oct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 3d0dc36 - Browse repository at this point
Copy the full SHA 3d0dc36View commit details -
Capitalize comments by PR request
Victor Zhou committedOct 7, 2019 Configuration menu - View commit details
-
Copy full SHA for 2cfea37 - Browse repository at this point
Copy the full SHA 2cfea37View commit details
Commits on Oct 9, 2019
-
Ignore UUID values in high-entropy plugin
Victor Zhou committedOct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 0115efd - Browse repository at this point
Copy the full SHA 0115efdView commit details -
Make some filter regexes case-insensitive
Victor Zhou committedOct 9, 2019 Configuration menu - View commit details
-
Copy full SHA for b402f51 - Browse repository at this point
Copy the full SHA b402f51View commit details
Commits on Oct 10, 2019
-
Adjust filter regex usage per Yelp#245 comments
Victor Zhou committedOct 10, 2019 Configuration menu - View commit details
-
Copy full SHA for ece342b - Browse repository at this point
Copy the full SHA ece342bView commit details
Commits on Oct 11, 2019
-
Refactor secret filtering to be a instance method
Victor Zhou committedOct 11, 2019 Configuration menu - View commit details
-
Copy full SHA for 488334f - Browse repository at this point
Copy the full SHA 488334fView commit details