-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is possible to publish a package with empty version to the registry #246
Comments
this is interesting, will double check on the backend as well, at least the backend should have caught it. weird. thanks for the fix, will review |
I'm reopening this so i can keep track to solve on the backend |
@mario-eth would it be possible for you and any other maintainer with access to the backend to yank an invalid published (empty) version? In particular, at vlayer we are currently blocked by this in vlayer package. If you list more versions you will see this bug manifested itself between |
Yep, exactly right! |
solved, we run the integrity checker. |
I have checked the following:
Soldeer Version
soldeer 0.5.2
What Happened?
We use automated pushing of our contracts to the soldeer registry and somehow a bug crept in that erroneously pushed our package with missing version:
I have since repro'ed the issue using a dummy test project and managed to push the project with an empty version:
Expected Behavior
(Should return an error that version cannot be empty.)
Reproduction Steps
(Should never succeed.)
Configuration
The text was updated successfully, but these errors were encountered: