fix: global JSON 404/error handlers + docs sync#123
Merged
Merged
Conversation
… state ZAP DAST flagged 500s on unmatched routes (cloud metadata probes) and HTML Content-Type on non-API paths. Add catch-all JSON 404 handler and global error handler with safeErrorMessage(). Update README, internals, and env-vars docs: correct lib/ structure (auth/, cards/ split), fix test counts (434 total), add missing env vars (JWT_SECRET, ADMIN_SUB, TOGETHER_API_KEY, GOOGLE_OAUTH), fix Binary Auth from audit to enforced, remove stale v1/drops curl example.
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
api.js— fixes ZAP DAST findings (500s on cloud metadata probes, HTML Content-Type on unmatched routes)docs/internals.mdlib/ tree to match actualauth/+cards/splitdocs/env-vars.md:CASECOMP_JWT_SECRET,CASECOMP_ADMIN_SUB,TOGETHER_API_KEY, fixGOOGLE_OAUTH_CLIENT_IDdescriptionv1/dropscurl example from READMETest plan
{"error":"Not found"}withContent-Type: application/json