Skip to content

Commit a9775fc

Browse files
ci: restore static and unit baseline gates (#3219)
* test: use valid artifact fixture hashes * chore(deps): override newly vulnerable transitive packages
1 parent eb47a7c commit a9775fc

3 files changed

Lines changed: 11 additions & 59 deletions

File tree

bun.lock

Lines changed: 5 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,13 @@
181181
"overrides": {
182182
"ast-v8-to-istanbul": "1.0.4",
183183
"brace-expansion": "5.0.7",
184-
"dompurify": "3.4.11",
184+
"dompurify": "3.4.12",
185185
"esbuild": "0.28.1",
186+
"fast-uri": "3.1.4",
186187
"js-yaml": "4.3.0",
187188
"next": "16.2.6",
188189
"postcss": "8.5.12",
190+
"sharp": "0.35.3",
189191
"shell-quote": "1.10.0",
190192
"undici": "7.28.0",
191193
"ws": "8.21.0"

scripts/security/run-codex-scan-worker.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,19 +464,19 @@ describe("run-codex-scan-worker diagnostics", () => {
464464
files: [
465465
{
466466
path: "scripts",
467-
sha256: "empty",
467+
sha256: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
468468
size: 0,
469469
url: "data:application/octet-stream,",
470470
},
471471
{
472472
path: "scripts/run.sh",
473-
sha256: "script",
473+
sha256: "277cfe839808c4010d970694be37f2a28cc592396a68d8868b85c8303497319b",
474474
size: 18,
475475
url: "data:text/plain,echo%20ready%0A",
476476
},
477477
{
478478
path: "EMPTY",
479-
sha256: "empty",
479+
sha256: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
480480
size: 0,
481481
url: "data:application/octet-stream,",
482482
},

0 commit comments

Comments
 (0)