Skip to content

Simplify validation of package and signature filenames

David Runge requested to merge simplify_file_validation into main

Simplify the validation for filenames in various places. Relying on regular expressions proved to brittle and cumbersome to maintain.

Fixes #122 (closed)

Merge request reports