File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ patterns:
100
100
- ^(?:keyPassphrase|password|key|[ \t]+|\$\{[^}]+}|(?:str|string|int|bool)( +#.*)?),?$
101
101
- ^(?:.* = )?(?:None|[Tt]rue|[Ff]alse|[Nn]ull|Default(?:Type)?|Event|[A-Z]+_KEY|VERSION|NAME|update|destroy|(?:dis|en)ableEventListeners|\.\.\.),?$
102
102
- ^(?:(?:this|self|obj)\.)(?:[A-Za-z_]+\,|[A-Za-z_].*)$
103
- - ^(?:(?:[a-zA-Z_]+(?:\(\))?\.)*[a-zA-Z_]+\(\)|\|\s*)$|\{\{[^}]+\}\}|\$\{\{
103
+ - ^(?:(?:[a-zA-Z_]+(?:\(\))?\.)*[a-zA-Z_]+\(\)|\|\s*)$|\{\{[^}]+\}\}|\$\{\{ |^!Ref
104
104
- ^\s*(?:typing\.)?(?:[Tt]uple|[Ll]ist|[Dd]ict|Callable|Iterable|Sequence|Optional|Union)\[.*$
105
105
comments :
106
106
- " The hardcoded password is any length"
@@ -163,6 +163,8 @@ patterns:
163
163
(?:\n|\A)[ \t]*(?i)[a-z_-]*(?:secret|service_pass(wd|word|code|phrase)|pass(?:wd|word|code|phrase)?|key|token)[ \t]*:[ \t]*'
164
164
end : |
165
165
'([ \t]*[\r\n]|\z)
166
+ additional_not_match :
167
+ - \{\{[^{}]+\}\}
166
168
comments :
167
169
- " The hardcoded password is any length"
168
170
- " Some false positives in code might appear"
@@ -187,6 +189,8 @@ patterns:
187
189
(?:\n|\A)[ \t]*(?i)[a-z_-]*(?:secret|service_pass(wd|word|code|phrase)|pass(?:wd|word|code|phrase)?|key|token)[ \t]*:[ \t]*"
188
190
end : |
189
191
"([ \t]*[\r\n]|\z)
192
+ additional_not_match :
193
+ - \{\{[^{}]+\}\}
190
194
comments :
191
195
- " The hardcoded password is any length"
192
196
- " Some false positives in code might appear"
You can’t perform that action at this time.
0 commit comments