Преглед изворни кода

core: Wait 3 days before installing new package versions to reduce supply chain risk

Dax Raad пре 3 месеци
родитељ
комит
5a4596c879
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      bunfig.toml

+ 2 - 1
bunfig.toml

@@ -1,6 +1,7 @@
 [install]
 [install]
 exact = true
 exact = true
+# Only install newly resolved package versions published at least 3 days ago.
+minimumReleaseAge = 259200
 
 
 [test]
 [test]
 root = "./do-not-run-tests-from-root"
 root = "./do-not-run-tests-from-root"
-