You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): use context-aware regex for ds_password normalization
Replace naive string substitution for ds_password with a regex that
only matches 'password: <value>' in YAML and '"password": "<value>"'
in JSON contexts.
The previous plain-text replacement of 'secret' corrupted values
containing it as a substring (e.g. 'client-secret' in data source IDs).
risk: low
0 commit comments