Skip to content

Commit a8c8131

Browse files
committed
Fixed additional matches name for Azure client secret
1 parent 6e3d4ec commit a8c8131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendors/patterns.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ patterns:
524524
(?i)(client|azure[a-z_.-]{0,10})(key|secret|password|pwd|token)[a-z_.-]{0,9}\b['"`]?(\s{0,5}[\]\)])?\s{0,3}([:,=]|[=-]>|to|[!=]={1,2}|<>)?\s{0,5}([[{])?['"`]?
525525
end: |
526526
\z|["'`]|\s
527-
additional_matches:
527+
additional_match:
528528
- "[A-Z][a-z]|[A-Z][a-z]"
529529
- "[0-9][A-Za-z]|[A-Za-z][0-9]"
530530
- "[.~_-][A-Za-z0-9]|[A-Za-z0-9][.~_-]"

0 commit comments

Comments
 (0)