feat: prove repository rename continuity
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a049a4-ee9f-78e1-9d66-2cb0f9bea3e3
This commit is contained in:
parent
037c8360e2
commit
9f0a104b56
11 changed files with 1186 additions and 96 deletions
|
|
@ -88,7 +88,7 @@ def _redact_text(value: str) -> str:
|
|||
flags=re.IGNORECASE,
|
||||
)
|
||||
value = re.sub(
|
||||
r"([?&][^=&#\s]*(?:api[_-]?key|password|secret|signature|token|credential)"
|
||||
r"((?:^|[\s?&])[^=&#\s]*(?:api[_-]?key|authorization|password|secret|signature|token|credential)"
|
||||
r"[^=&#\s]*=)[^&#\s]+",
|
||||
r"\1[REDACTED]",
|
||||
value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue