Enforce minimum age limitation for packages#545
Conversation
|
|
|
@taylanpince is attempting to deploy a commit to the Foundry development Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Sorry @Dargon789, you have reached your weekly rate limit of 500000 diff characters.
Please try again later or upgrade to continue using Sourcery
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
There was a problem hiding this comment.
Code Review
This pull request introduces a minimumReleaseAge configuration to pnpm-workspace.yaml intended to prevent the installation of package releases less than two weeks old. However, feedback indicates that this property is not a standard pnpm configuration and will be ignored by the package manager, meaning the security policy is not actually enforced. Additionally, the reviewer pointed out that the exclusion list mentioned in the comments is missing a corresponding configuration key.
No description provided.