summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix_mask_password_regex-c0661f95a23369a4.yaml
blob: e7bc5582ec2d700664c93b3a873c0e19bc8cc3e0 (plain)
1
2
3
4
5
6
7
---
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.