Skip to content

Enforce 14-day package cooldown and update dependencies#46

Open
AlexJSully wants to merge 1 commit into
mainfrom
alexjsully-260612-npmrc
Open

Enforce 14-day package cooldown and update dependencies#46
AlexJSully wants to merge 1 commit into
mainfrom
alexjsully-260612-npmrc

Conversation

@AlexJSully

Copy link
Copy Markdown
Member

To proactively mitigate the risk of software supply chain attacks, this PR introduces a 14-day minimum release age requirement for all npm & CRAN packages. This ensures we only install dependencies that have been vetted by the community over a two-week period.

Summary of Changes

  • Configured .npmrc with min-release-age=14 & .Rprofile with "https://packagemanager.posit.co/cran/", Sys.Date() - 14 to block the installation of newly published packages.
  • Updated existing dependencies to their latest safe, 14-day-compliant versions.

@AlexJSully AlexJSully requested a review from asherpasha June 12, 2026 17:16
@AlexJSully AlexJSully self-assigned this Jun 12, 2026
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