From 71d94a6a2a659d566190f2b5cd6ddc34d32068c8 Mon Sep 17 00:00:00 2001 From: amianthus <49116958+SirTenzin@users.noreply.github.com> Date: Fri, 24 Apr 2026 18:50:34 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20socket=20security=20sca?= =?UTF-8?q?nner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bun.lock | 3 +++ bunfig.toml | 5 ++++- package.json | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bun.lock b/bun.lock index 5fa99fcec..388d901c1 100644 --- a/bun.lock +++ b/bun.lock @@ -19,6 +19,7 @@ "devDependencies": { "@better-auth/cli": "^1.4.21", "@biomejs/biome": "^2.2.7", + "@socketsecurity/bun-security-scanner": "^1.1.2", "@types/node": "^24.9.1", "concurrently": "^9.2.1", "dotenv": "^16.6.1", @@ -1947,6 +1948,8 @@ "@socket.io/component-emitter": ["@socket.io/component-emitter@3.1.2", "", {}, "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA=="], + "@socketsecurity/bun-security-scanner": ["@socketsecurity/bun-security-scanner@1.1.2", "", {}, "sha512-TdsAg6SMolubyZ6HfIjLWlANfHvhV6i7pdWof4OQ33zPEwXJm2ilA755levHMR618MKq22+06Ag8efiVKowxqA=="], + "@squircle/core": ["@squircle/core@1.0.6", "", { "peerDependencies": { "@squircle/paint-polyfill": "^1.0.3" } }, "sha512-jvAIehtarEHBl6W80LNiZ9KWVKdJw6jGj/avwwbCoGVs9t+AUA5YVmUyAtEasFtoocHwxbbRsdnTeKxQ+061aQ=="], "@squircle/paint-polyfill": ["@squircle/paint-polyfill@1.0.6", "", {}, "sha512-w3FotA1v53MG+R6eGM37wv1aVoW3jwymwGteGCGXEM10Gq7zYeCus5dTgcyW6fhc9piRqsFLyU8MIl+EbtM9RA=="], diff --git a/bunfig.toml b/bunfig.toml index b3634d47b..0d7b6017f 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -9,4 +9,7 @@ preload = ["./scripts/preload-env.ts", "./server/tests/setup-integration-tests.t timeout = 0 [test.env] -NODE_ENV = "test" \ No newline at end of file +NODE_ENV = "test" + +[install.security] +scanner = "@socketsecurity/bun-security-scanner" \ No newline at end of file diff --git a/package.json b/package.json index 1366c48cc..f2f864865 100644 --- a/package.json +++ b/package.json @@ -137,6 +137,7 @@ "devDependencies": { "@better-auth/cli": "^1.4.21", "@biomejs/biome": "^2.2.7", + "@socketsecurity/bun-security-scanner": "^1.1.2", "@types/node": "^24.9.1", "concurrently": "^9.2.1", "dotenv": "^16.6.1",