You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess with #56 solved, this comes down to an extention of the "unique version" check:
Versions within a package should be non-empty and unique, after they passed through safe_filename.
Package with "name" and "version" of non-ASCII characters will have a filename "-.tar.gz".
This is because
_safe_name()
removes any non-ASCII (well, give or take).We should refuse these uploads, as this is most likely not what the uploaded intended.
The text was updated successfully, but these errors were encountered: