Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Conversation

@alan-agius4
Copy link
Collaborator

This change configures pnpm's minimumReleaseAge setting to 1 day (1440 minutes). This is a security measure to mitigate dependency chain attacks, where malicious actors publish a new version of a dependency with malicious code and then trick users into updating to it before it can be discovered and reported.

By delaying the adoption of new releases, we reduce the window of opportunity for such attacks. The list of excluded packages contains trusted and frequently updated dependencies from the Angular team, which are considered safe to use without this delay.

@alan-agius4 alan-agius4 changed the title ld: enable minimumReleaseAge to mitigate dependency chain attacks build: enable minimumReleaseAge to mitigate dependency chain attacks Sep 17, 2025
This change configures pnpm's `minimumReleaseAge` setting to 1 day (1440 minutes). This is a security measure to mitigate dependency chain attacks, where malicious actors publish a new version of a dependency with malicious code and then trick users into updating to it before it can be discovered and reported.

By delaying the adoption of new releases, we reduce the window of opportunity for such attacks. The list of excluded packages contains trusted and frequently updated dependencies from the Angular team, which are considered safe to use without this delay.
@alan-agius4 alan-agius4 added action: merge Ready to merge target: minor This PR is targeted for the next minor release labels Sep 17, 2025
@alan-agius4 alan-agius4 merged commit 4d53b71 into angular:main Sep 17, 2025
6 checks passed
@alan-agius4 alan-agius4 deleted the min-age branch September 17, 2025 13:15
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Oct 18, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge Ready to merge area: build & ci target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants