Skip to content

Commit b98028c

Browse files
committed
fix(review-feedback-897): address latest review comments
1 parent 008b8f8 commit b98028c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def _replace_authorization_preview(match) -> str:
130130
),
131131
(
132132
re.compile(
133-
rf'(?i)(["\'])({_LLM_SENSITIVE_FIELD_NAME_PATTERN})\1\s*:\s*(?!["\'])(-?[\w.]+)'
133+
rf'(?i)(["\'])({_LLM_SENSITIVE_FIELD_NAME_PATTERN})\1\s*:\s*(?!["\'])(-?[\w.+\-]+)'
134134
),
135135
r"\1\2\1:[REDACTED]",
136136
),

0 commit comments

Comments
 (0)