Skip to content

[Security] Add 2-day minimum release age cooldown (incident-51987)#4446

Draft
SeanMeyer wants to merge 1 commit intoDataDog:mainfrom
SeanMeyer:SeanMeyer/incident-51987-cooldown
Draft

[Security] Add 2-day minimum release age cooldown (incident-51987)#4446
SeanMeyer wants to merge 1 commit intoDataDog:mainfrom
SeanMeyer:SeanMeyer/incident-51987-cooldown

Conversation

@SeanMeyer
Copy link
Copy Markdown

Summary

  • Adds npmMinimalAgeGate: "2d" to .yarnrc.yml to configure Yarn Berry to refuse packages published less than 2 days ago during lockfile generation
  • Part of the security campaign (incident-51987) to add supply chain attack cooldowns across DataDog repositories
  • Requires Yarn Berry >= 4.10.0 (this repo uses 4.12.0)

Test plan

  • Verify yarn install still works with existing lockfile (no-op, existing packages are older than 2 days)
  • Verify .yarnrc.yml is valid YAML and Yarn parses it correctly

🤖 Generated with Claude Code

Adds npmMinimalAgeGate: "2d" to .yarnrc.yml. Configures Yarn Berry to
refuse packages published less than 2 days ago during lockfile generation.
Requires: Yarn Berry >= 4.10.0 (this repo uses 4.12.0)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant