Description
Logging Redactor is a Python library designed to redact sensitive data in logs based on regex patterns and / or dictionary keys. Prior to version 0.0.6, non-string types are converted into string types, leading to type errors in %d conversions. The problem has been patched in version 0.0.6. No known workarounds are available.
Problem types
CWE-704: Incorrect Type Conversion or Cast
Product status
References
github.com/armurox/loggingredactor/issues/7
github.com/...dactor/security/advisories/GHSA-rvjx-cfjh-5mc9
github.com/armurox/loggingredactor/issues/7
github.com/armurox/loggingredactor/releases/tag/0.0.6