Skip to content

Commit b129398

Browse files
committed
Remove YAML external references as FP
1 parent e7bb31a commit b129398

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

configs/patterns.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ patterns:
100100
- ^(?:keyPassphrase|password|key|[ \t]+|\$\{[^}]+}|(?:str|string|int|bool)( +#.*)?),?$
101101
- ^(?:.* = )?(?:None|[Tt]rue|[Ff]alse|[Nn]ull|Default(?:Type)?|Event|[A-Z]+_KEY|VERSION|NAME|update|destroy|(?:dis|en)ableEventListeners|\.\.\.),?$
102102
- ^(?:(?: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
104104
- ^\s*(?:typing\.)?(?:[Tt]uple|[Ll]ist|[Dd]ict|Callable|Iterable|Sequence|Optional|Union)\[.*$
105105
comments:
106106
- "The hardcoded password is any length"
@@ -163,6 +163,8 @@ patterns:
163163
(?:\n|\A)[ \t]*(?i)[a-z_-]*(?:secret|service_pass(wd|word|code|phrase)|pass(?:wd|word|code|phrase)?|key|token)[ \t]*:[ \t]*'
164164
end: |
165165
'([ \t]*[\r\n]|\z)
166+
additional_not_match:
167+
- \{\{[^{}]+\}\}
166168
comments:
167169
- "The hardcoded password is any length"
168170
- "Some false positives in code might appear"
@@ -187,6 +189,8 @@ patterns:
187189
(?:\n|\A)[ \t]*(?i)[a-z_-]*(?:secret|service_pass(wd|word|code|phrase)|pass(?:wd|word|code|phrase)?|key|token)[ \t]*:[ \t]*"
188190
end: |
189191
"([ \t]*[\r\n]|\z)
192+
additional_not_match:
193+
- \{\{[^{}]+\}\}
190194
comments:
191195
- "The hardcoded password is any length"
192196
- "Some false positives in code might appear"

0 commit comments

Comments
 (0)