From 455eb362a3ec241cfafcbba9d0ee147a493b07f6 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 7 Oct 2016 10:06:54 -0400 Subject: [PATCH] Add release note for security bug 1630822 This should have been included with the original fix, but we should have this in the same release at least. Change-Id: I9ab1f06282ec33034e7b6b11863ea9f9234d6fe0 Related-Bug: #1630822 --- ...ug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml diff --git a/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml b/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml new file mode 100644 index 0000000..d145a13 --- /dev/null +++ b/releasenotes/notes/bug-1630822-mask-password-on-debug-20dcdf1c54e84fa1.yaml @@ -0,0 +1,7 @@ +--- +security: + - | + This release contains the fix for `bug 1630822`_ so that passwords are + no longer leaked when using the ``--debug`` or ``-vv`` options. + + .. _bug 1630822: https://bugs.launchpad.net/python-openstackclient/+bug/1630822