Описание
loggingredactor converts non-string types to string types in logs
Impact
Non-string types are converted into string types, leading to type errors in %d conversions.
Patches
The problem has been patched in version 0.0.6.
Workarounds
None without patching.
Resources
Issue report: https://github.com/armurox/loggingredactor/issues/7 Release: https://github.com/armurox/loggingredactor/releases/tag/0.0.6
Пакеты
Наименование
loggingredactor
pip
Затронутые версииВерсия исправления
< 0.0.6
0.0.6
Связанные уязвимости
CVSS3: 5.3
nvd
30 дней назад
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.