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 3cae75e commit ffc8248Copy full SHA for ffc8248
src/snowflake/connector/secret_detector.py
@@ -43,7 +43,7 @@ class SecretDetector(logging.Formatter):
43
r'"privateKeyData": "([a-z0-9/+=\\n]{10,})"', flags=re.MULTILINE | re.IGNORECASE
44
)
45
CONNECTION_TOKEN_PATTERN = re.compile(
46
- r"(token|assertion content)" r"([\'\"\s:=]+)" r"([a-z0-9=/_\-\+\.]{8,})",
+ r"(token|assertion content)" r"([\'\"\s:= ]+)" r"([a-z0-9=/_\-\+\.]{8,})",
47
flags=re.IGNORECASE,
48
49
0 commit comments