Skip to content

v0.3.11

Choose a tag to compare

@OmarH-creator OmarH-creator released this 03 Jul 22:33

Correctness patch for contextual redaction edge cases.

Fixed:

  • Redacts full key-value secrets when the live value contains the active redaction label as a substring, for example password=real[REDACTED]still-secret.
  • Preserves punctuation wrappers around bare CLI secret arguments, including ), ], }, ,, ;, and >.
  • Makes the browser demo placeholder check exact instead of treating any bracketed value as already redacted.

Validated:

  • python -m unittest discover -s tests -v
  • python -m compileall -q src tests
  • node --check docs/app.js
  • python -m build --sdist --wheel
  • python -m twine check dist/*