Skip to content

v0.6.0

Latest

Choose a tag to compare

@dpup dpup released this 22 Jun 19:23
16e0f7c

Added

  • Whole-body hasSecretshasSecrets 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.