-
Notifications
You must be signed in to change notification settings - Fork 483
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
Keyword detector optimization #396
Closed
pablosnt
wants to merge
10
commits into
Yelp:pre-v1-launch
from
pablosnt:feature/v1-keyword-xml-plugin
Closed
Changes from 1 commit
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
0bd4dda
Keyword plugin optimization
pablosnt 1ed4084
Keyword plugin test adjustment
pablosnt 4e6c2c9
New items in DENYLIST and FALSE_POSITIVES
pablosnt 181e9a8
Keyword XML plugin implementation
pablosnt 6814e49
Keyword XML plugin test
pablosnt 010e929
Removal of probably_false_positive function
pablosnt e594e0d
Merge branch 'pre-v1-launch' into feature/v1-keyword-xml-plugin
pablosnt 5a445dc
Correction of keyword regexes
pablosnt ca2c9ce
Keyword plugin correction
pablosnt 25030de
Merge branch 'pre-v1-launch' into feature/v1-keyword-xml-plugin
pablosnt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Did you mean to skip this test? All filters have been migrated already.
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.
I'm sorry, when I have implemented this feature, the filters haven't been migrated already. I will commit it comming soon.
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.
Hi @domanchi, I have reviewed the default filters of detect-secrets:
In the default filters, we haven't found any adequate to our test's needs. I think that the most useful filter in this case, can be
heuristic.is_templated_secret
. We haven't found any references to this filter in the documentation and we think that it should be established by default. Are this tasks in your roadmap?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.
Good catch. I must have missed this during my migration effort. I'll cut a ticket for this.
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.
#405