#4443 Don't allow slash in sigkey value
Closed: Fixed by mikem. Opened by mikem.

PR #4373 allows the client to set sigkey values for rpm signatures. It uses verify_name_internal(sigkey) to validate, but this uses RegexNameInternal, which by default includes /. We don't want to allow / here because the value is used in a path.


Metadata Update from @mikem:
- Custom field Size adjusted to None
- Issue tagged with: testing-basic

Metadata Update from @mikem:
- Issue set to the milestone: 1.36

Metadata Update from @mfilip:
- Issue tagged with: testing-done

Commit fb3fd879 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/4443

Please continue any further discussion there.

Metadata
Related Pull Requests