Wallaby Series Release Notes¶
4.8.2¶
Security Issues¶
This patch ensures that we mask sensitive data when masking passwords, even if double quotes are used as password values.
4.8.1¶
Bug Fixes¶
Fix regex used to mask the password. The
strutils.mask_password
function will now correctly handle passwords that contain single or double quotes. Previously, only the characters before the quote were masked.
4.8.0¶
New Features¶
Add a
strict
flag tonetutils.is_valid_ipv4
to allowing users to restrict validation to IP addresses in presentation format (a.b.c.d
) as opposed to address format (a.b.c.d
,a.b.c
,a.b
,a
).