We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e2edf commit a7746a0Copy full SHA for a7746a0
detect_secrets/plugins/keyword.py
@@ -49,17 +49,26 @@
49
FALSE_POSITIVES = {
50
'""',
51
'""):',
52
+ '"\'',
53
'")',
54
'#pass',
55
'#password',
56
+ '$(shell',
57
+ "'\"",
58
"''",
59
"''):",
60
"')",
61
"'this",
62
'(nsstring',
63
+ '-default}',
64
'<a',
65
'<aws_secret_access_key>',
66
+ '<input',
67
'<password>',
68
+ '=',
69
+ '\\k.*"',
70
+ "\\k.*'",
71
+ '`grep',
72
'dummy_secret',
73
'false',
74
'false):',
0 commit comments