-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(secrets): change entropy limit in Combinator plugin #3575
Conversation
@nimrodkor please verify the tests I added are enough :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, looks good 🍹
@nimrodkor does it look OK now? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
…#3575) * inital try - 1 test fails * changed the example in the false positive test * indicate the failed test * adjusted limits for relevant files * removed unnessary added plugins * moved both limits to be together * remove comment * change combinator plugin to examine only non-source-code files * undo the last change to combinator plugin * changed the combinator to combine keywords only in Iac, in sc files scan only with high entropy * remove commented code * improved statement
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Description
Sets a different limit for entropy for the standalone plugin vs. the combinator plugin.
The change would cause finding fewer false positive secrets in source code, but leaves the Iac findings as it.
Checklist: