Actions
Story #7855
closedPulp - Task #7960: FIPS and support for ALLOWED_CONTENT_CHECKSUMS
Task #7537: Add support for ALLOWED_CONTENT_CHECKSUMS
FIPS: Serializer needs to build checksum-algorithm-choice from Artifact.DIGEST_FIELDS, not its own constants
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 89
Quarter:
Description
See https://github.com/pulp/pulp_rpm/blob/master/pulp_rpm/app/constants.py#L3-L24
These lists need a) to be driven directly by Artifact, rather than matching Artifact's supported digests by sheer coincidence, and b) need to be limited to Artifact.DIGEST_FIELDS only.
See https://hackmd.io/d5y1IaW_QaSJ-DsosMDkjg?view for discussion.
Updated by daviddavis about 4 years ago
These fields[0] for example shouldn't allow you to set any checksum which is not in ALLOWED_CONTENT_CHECKSUMS[1]
Updated by ppicka about 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to ppicka
Updated by dalley about 4 years ago
- Tracker changed from Issue to Story
- % Done set to 0
- Parent issue set to #7537
- Severity deleted (
2. Medium) - Triaged deleted (
Yes) - Sprint set to Sprint 86
Updated by pulpbot almost 4 years ago
- Status changed from ASSIGNED to POST
Added by ppicka almost 4 years ago
Updated by ppicka almost 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ad19ad28e6cc999323836f48395ab2a862b3cf8a.
Updated by pulpbot almost 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Checksum type check when publish
Check allowed checksum types when publish.
closes: #7855 https://pulp.plan.io/issues/7855
[nocoverage]