Skip to content

Commit

Permalink
commandline pass for openssl prefix 'pass:'
Browse files Browse the repository at this point in the history
  • Loading branch information
babenek committed Aug 29, 2024
1 parent ae75d71 commit c58991e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credsweeper/rules/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
confidence: moderate
type: pattern
values:
- (^|\W|\\[tnr])(?P<variable>-{1,2}(root-)?[Pp]ass(in|out|word|phrase))\s\s*(?P<value_leftquote>(\\?[\"']){1,3})?(?P<value>(?(value_leftquote)[^\"'\\]|[^\s\"'\\]){4,800})(?(value_leftquote)(?P<value_rightquote>(\\?[\"']){1,3}))
- (^|\W|\\[tnr])(?P<variable>-{1,2}(root-)?[Pp]ass(in|out|word|phrase))\s\s*(?P<value_leftquote>(\\?[\"']){1,3})?(pass:)?(?P<value>(?(value_leftquote)[^\"'\\]|[^\s\"'\\]){4,800})(?(value_leftquote)(?P<value_rightquote>(\\?[\"']){1,3}))
filter_type: GeneralKeyword
use_ml: true
required_substrings:
Expand Down

0 comments on commit c58991e

Please sign in to comment.