Victoria Series Release Notes¶
4.6.1-1¶
Security Issues¶
This patch ensures that we mask sensitive data when masking password, even if double quotes are used as password value.
4.6.1¶
Bug Fixes¶
Fix regex used to mask 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.5.0¶
New Features¶
New method
is_json
is_yaml
added in fileutils. These can be used to check if file is JSON or YAML formatted.
4.4.0¶
New Features¶
New method
netutils.get_mac_addr_by_ipv6(ipv6, dialect)
extracts the MAC address from IPv6 addresses generated from MACs.