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 6700783 commit 1ad022fCopy full SHA for 1ad022f
vendors/patterns.yml
@@ -563,7 +563,7 @@ patterns:
563
description: OpenStack password or API key
564
regex:
565
pattern: |
566
- [^'",\r\n\x00-\x08]+
+ [^'",\r\n \t\x00-\x08]+
567
start: |
568
(?i)OPEN_?STACK_(PASSWORD|API_?KEY)[_A-Z]*['"`]?(\s*[\]\)])?\s*([:,=]|[=-]>|to|[!=]={1,2}|<>)?\s*([[{])?['"`]?
569
end: |
@@ -572,7 +572,7 @@ patterns:
572
- ^(ENV|[a-z_]+)\[$
573
- ^<%=.*%>$
574
- ^([a-z_]+\.api_?key|self\.[a-z_]+|os\.environ\.get\()$
575
- - ^(\$\{?[A-Z]+\}?|<password>)$
+ - ^(\$\{?[A-Z]+\}?|<password>|\s+)$
576
- ^(@?[a-z_]+\[:.*\]|@[a-z_]+)$
577
test:
578
data: |
0 commit comments