Stein Series Release Notes¶
3.40.6¶
Bug Fixes¶
qemu 4.1.0 output shifts to scientific notation at 1000mb, breaking oslo.utils.
QemuImgInfo
is now fixed to support this notation.
3.40.5¶
Security Issues¶
This patch ensures that we mask sensitive data when masking dicts, even if the case doesn’t match. This means the behaviour of mask_password and mask_dict_password is now the same.
Additional password names were included from real world logs that contained sensitive information.
This patch ensures we actually mask sensitive data, even if case doesn’t match the static entry we have in the patterns.
It also ensures that some fancy names with a common base, but added number are actually taken care of.