Package: python-keystonemiddleware / 1.0.0-3+deb8u1
Metadata
Package | Version | Patches format |
---|---|---|
python-keystonemiddleware | 1.0.0-3+deb8u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
removes discover from test requirements.txt | (download) |
test-requirements.txt |
1 0 + 1 - 0 ! |
no python-discover in tests-requirements. |
no intersphinx.patch | (download) |
doc/source/conf.py |
1 0 + 1 - 0 ! |
remove the intersphinx plugin. Do not use the intersphinx plugin which is doing network access during the build. |
CVE 2014 7144_convert_the_conf_value_into_correct_type.patch | (download) |
keystonemiddleware/auth_token.py |
26 25 + 1 - 0 ! |
convert the conf value into correct type If options are set in paste file e.g. api-paste.ini for nova, all the option values passed into AuthProtocol.conf are string type. So, we should convert the conf value into correct type. |
cve 2015 1852_Fix_s3_token_middleware_parsing_insecure_option.patch | (download) |
keystonemiddleware/s3_token.py |
3 2 + 1 - 0 ! |
fix s3_token middleware parsing insecure option The "insecure" option was being treated as a bool when it was actually provided as a string. The fix is to parse the string to a bool. |