Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fixes-keystone-default-catalog.patch | Fix default keystone catalog Fix default catalog so that it matches the region name which is set by default by debconf in all of the Openstack Debian packages. diff --git a/etc/default_catalog.templates b/etc/default_catalog.templates index e885b52..936be8b 100644 |
Thomas Goirand <zigo@debian.org> | no | 2016-03-03 | ||
install-missing-files.patch | install missing files | Thomas Goirand <zigo@debian.org> | not-needed | 2019-08-18 | ||
CVE-2021-38155_Hide_AccountLocked_exception_from_end_users.patch | Description:: CVE-2021-38155 Hide AccountLocked exception from end users This change hides the AccountLocked exception from being returned to the end user to hide sensitive information that a potential malicious person could gain insight from. . The notification handler catches the AccountLocked exception as before, but after sending the audit notification, it instead bubbles up Unauthorized rather than AccountLocked. diff --git a/keystone/notifications.py b/keystone/notifications.py index e536ebd..a59b1d0 100644 |
Gage Hugo <gagehugo@gmail.com> | no | debian | upstream, https://review.opendev.org/c/openstack/keystone/+/790442/ | 2021-08-14 |