Package: python-oslo.middleware / 3.19.0-3

Metadata

Package Version Patches format
python-oslo.middleware 3.19.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove privacy breach in README.rst.patch | (download)

README.rst | 8 0 + 8 - 0 !
1 file changed, 8 deletions(-)

 remove privacy breach in readme.rst
CVE 2017 2592_Filter token data out of catch_errors middleware.patch | (download)

oslo_middleware/catch_errors.py | 6 5 + 1 - 0 !
oslo_middleware/tests/test_catch_errors.py | 25 25 + 0 - 0 !
2 files changed, 30 insertions(+), 1 deletion(-)

 filter token data out of catch_errors middleware
 If an exception is caught by the catch_errors middleware the entire
 request is dumped into the log including sensitive information like
 tokens. Filter that information before outputting the failed request.