feat: V1 hardening, health, CodeQL/Dependabot, templates - #10
Merged
Conversation
Add in-memory rate limits for create/unlock, security headers, expired paste purge, /api/health (Docker healthcheck), robots.txt, Dependabot and CodeQL workflow files, issue/PR templates, CLI --version, and API docs.
Address Dependabot high/moderate alerts: drizzle-orm SQL identifier escaping and PostCSS stringify XSS. Keep tests green.
GitHub default CodeQL setup rejects advanced SARIF uploads. Keep Dependabot in-repo; CodeQL continues via repository default setup.
ArianAr
commented
Jul 15, 2026
ArianAr
left a comment
Owner
Author
There was a problem hiding this comment.
Code review
Verdict: Approve
- Rate limits, security headers, health, cleanup, robots — solid V1 ops bar
- Dependabot in-repo; no advanced CodeQL (default setup conflict fixed)
- Dep security bumps + tests green (47 server / 9 CLI)
- Required
cicheck green
Merging under auto-merge policy. Follow-up: v1.0.0 release PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Road to 1.0 production hardening and repo hygiene:
Security / ops
Retry-After, env-configurable)GET /api/health+ Docker healthcheckpurgeExpiredPastesbatch cleanuprobots.txtblocks crawlers on pastes/APIRepo
.github/dependabot.yml(in-repo; pairs with UI Dependabot)CLI / docs
--version/-VTest plan
pnpm test— 47 server + 9 CLIpnpm typecheck