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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Whole-body hasSecrets — hasSecrets now accepts a map or list in addition to a string, scanning every string leaf recursively (map values only — keys are field names). hasSecrets(params.body) now works over a parsed JSON request body instead of returning false; previously only a scalar field (hasSecrets(params.body.token)) was detected. Recursion uses the original-case value via the existing _originalParams rewrite, so case normalization does not weaken detection.