Replies: 2 comments 1 reply
This comment was marked as spam.
This comment was marked as spam.
-
|
Hey, So as of recently the core registry waits for at least 24 hours before updating a package to a new version, this is extended to 72 hours for npm packages. Since Allowing for custom minimum release ages is a bit trickier to implement because of how the registry functions and would require quite some work to properly implement, but certainly not opposed to the idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Mason have any options to reduce the risk of supply chain attacks or does it just rely on upstream mechanisms?
For example, in mise I can use the
install_beforesetting to prevent updates until the package has been out for a number of days: https://mise.jdx.dev/configuration/settings.html#install_before. By setting it to7dfor example I give the open-source-o-sphere plenty of time to spot the attacks and pull the code.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions