From 61f23b73318be7bfc29d681bc36cbccc1650b577 Mon Sep 17 00:00:00 2001 From: syn Date: Tue, 28 Apr 2026 20:49:20 +0100 Subject: [PATCH 1/5] Revise SECURITY.md for clarity and contact details Updated security policy with contact information and supported versions. --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3bce26e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +_no releases yet_ + +## Reporting a Vulnerability + +Please contact l8npjhnpy@mozmail.com with details. + +We can't stop you from disclosing and don't want to, but we'd appreciate a period of time to get the fix in before you go public. + +Just a request, I'm not your Dad. From bc4ba293761ec169a9cd7cb83b1945aa79a0cdad Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 29 Apr 2026 02:12:07 +0100 Subject: [PATCH 2/5] Update security policy for supported versions --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3bce26e..fcb7657 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -_no releases yet_ +no releases yet. ## Reporting a Vulnerability From f7cd1d1d71bcefca4b99ae66718777a2d501ad3d Mon Sep 17 00:00:00 2001 From: syn Date: Tue, 28 Apr 2026 20:49:20 +0100 Subject: [PATCH 3/5] Revise SECURITY.md for clarity and contact details Updated security policy with contact information and supported versions. --- SECURITY.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3bce26e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security Policy + +## Supported Versions + +_no releases yet_ + +## Reporting a Vulnerability + +Please contact l8npjhnpy@mozmail.com with details. + +We can't stop you from disclosing and don't want to, but we'd appreciate a period of time to get the fix in before you go public. + +Just a request, I'm not your Dad. From 2f0ae482ef8e3d2add0d238f8a3f5eb5ced7342b Mon Sep 17 00:00:00 2001 From: syn Date: Wed, 29 Apr 2026 02:12:07 +0100 Subject: [PATCH 4/5] Update security policy for supported versions --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 3bce26e..fcb7657 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,7 @@ ## Supported Versions -_no releases yet_ +no releases yet. ## Reporting a Vulnerability From 1b2019cad71f3628039b22741a627d408af563af Mon Sep 17 00:00:00 2001 From: Dave Williams Date: Wed, 29 Apr 2026 02:21:45 +0100 Subject: [PATCH 5/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependencies?= =?UTF-8?q?=20across=20development=20tooling=20and=20runtime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates include: - Trunk linter tools (actionlint, checkov, eslint, prettier, trufflehog) - Runtime versions (bun 1.3.13, node 24.15.0, rust 1.95.0) - Nuxt ecosystem packages and core dependencies - Development tools (playwright, vitest, wrangler) - VSCode extension recommendations expanded Removes deprecated Nuxt modules (@nuxt/a11y, @nuxt/hints) and streamlines postinstall scripts. Adds Vite optimization for Vue devtools and updates worker configuration types with new Cloudflare platform features including AI Search, Artifacts, Flagship feature flags, and Stream bindings. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 46adcc3..a8051e6 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "lint:trunk": "bun run trunk check -a", "lint:trunk:fix": "bun run trunk check -a --fix", "lint:types": "bun run tsc --noEmit", - "postinstall": "bun run-s postinstall:trunk:install postinstall:trunk:upgrade postinstall:prepare types format", + "postinstall": "bun run-s postinstall:prepare types format", "postinstall:prepare": "bun run nuxt prepare", "postinstall:trunk:install": "bun run trunk install --ci", "postinstall:trunk:upgrade": "bun run trunk upgrade --ci",