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.
verify_name_internal(sigkey)
/
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.