-
-
Notifications
You must be signed in to change notification settings - Fork 938
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
Should I be able to download a gem marked as yanked? (bootstrap-sass 3.2.0.3) #1941
Comments
Yes, we normally only remove gems from the index on yank, not from the backend storage. Because everything should be using the index, the fact that they exist in the backend storage doesn't matter. We only delete gems from the backend storage in very specific situations. |
If it's in your |
I also read in the other thread about the issue where users had complained about cached versions of modules etc. If you however check dependencies based on projects that have Accepted the feedback and edited. Apologies for the strong message. |
3.2.0.3 contains malware, could you please delete it? |
Evan's original message was actually incorrect. Since 2015 we do remove the file from the backend storage which makes it impossible to download from RubyGems.org. (This doesn't impact any 3rd party mirrors, which we have no control over.) In this case, since the gem was not yanked via the normal methods it was yanked incorrectly which left it in an invalid half-yanked state, as you noticed. This has been resolved and the gem should no longer be able to be downloaded. |
A follow up question: |
Yes, as mentioned in the blog post the s3 bucket is versioned, but they are not accessible without admin interaction. |
Here is the gem in question: https://rubygems.org/gems/bootstrap-sass/versions/3.2.0.3
Original issue: twbs/bootstrap-sass#1195
This gem is marked as yank but from my testing I can still install it via Ruby gems. I'm not entirely sure that this is not a local caching issue but I'm seeing the same behavior on Heroku.
The text was updated successfully, but these errors were encountered: