-
Notifications
You must be signed in to change notification settings - Fork 0
Revise security policy and upgrade development dependenciesds #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
be57967
d738e11
aabb461
afc4a18
61f23b7
bc4ba29
f7cd1d1
2f0ae48
1b2019c
5ce8c60
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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": "bun run-s postinstall:prepare types format", | |
| "postinstall": "bun run-s postinstall:prepare types postinstall:trunk:install format", |
Copilot
AI
Apr 29, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title mentions upgrading development dependencies, but this change set doesn’t update any dependency/devDependency versions in package.json. Consider updating the PR title/description to match the actual changes, or include the intended dependency upgrades.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“Supported Versions” currently just says “no releases yet.” which is ambiguous for reporters. Consider stating explicitly what is supported (e.g., default branch / latest commit) and, if applicable, providing a simple supported-versions table (as GitHub’s SECURITY.md template expects). Also capitalize the sentence start.