Task #8270
Release 3.11.0
Start date:
Due date:
% Done:
0%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
3.11.0 milestone: https://pulp.plan.io/versions/174 Tentative GA: March 2, 2021
release shepherd: ipanova
History
#1
Updated by daviddavis about 17 hours ago
For 3.11, can we add a note about the change to ALLOWED_CONTENT_CHECKSUMS? I had something like this in mind:
For 3.11, in order to make Pulp more secure, we removed 'md5' and 'sha1' from the default setting for ALLOWED_CONTENT_CHECKSUMS
. If you would like to continue using 'md5' and 'sha1', you can add this to your Pulp settings:
ALLOWED_CONTENT_CHECKSUMS = ["md5", "sha1", "sha224", "sha256", "sha384", "sha512"]
If you wish to exclude "md5" and "sha1" or any other checksum, consult our guide at <insert link to doc from https://pulp.plan.io/issues/8325>.
Please register to edit this issue