Actions
Task #3940
closedverify_release() should remove whitespaces from fingerprints
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.17.1
Target Release - Debian:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
In importers/sync.rb the allowed_keys config should be sanitized before usage.
Otherwise remaining whitespaces within the fingerprint (e.g. "FFFF EEEE ...") will be interpreted as separator by the GPG-class.
That means GPG will look for key-id "FFFF" and key-id "EEEE".
Added by mbucher about 6 years ago
Updated by mbucher about 6 years ago
- Status changed from NEW to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 4c1fc934f84af2250e75ef6f628c7cdea5b9ea62.
Updated by mihai.ibanescu@gmail.com about 6 years ago
- Platform Release set to 2.17.1
Updated by ttereshc about 6 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Remove whitespaces from fingerprints
Fixes #3940 https://pulp.plan.io/issues/3940