-
Notifications
You must be signed in to change notification settings - Fork 1
fix(security): re-land CWE-209 response protections from closed PR #831 #1690
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
Draft
linear-code
wants to merge
14
commits into
main
Choose a base branch
from
execution-remove-cwe-209-response-body-leaks-pr-831-grv-94-91c5
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
d14e7de
fix(security): sanitize exception text in non-500 response bodies (CW…
claude edeb0cf
test(security): track exception aliases in response-body guard
claude cbe08d4
fix(security): close remaining CWE-209 read-boundary gaps
groupthinking 78526ea
fix(security): close remaining CWE-209 pass-through bypasses
groupthinking 8e3260d
fix(security): sanitize plural errors list and nested ai_analysis (CW…
claude bb83fcd
test(security): cover annotated processor pass-throughs
groupthinking b4597bd
fix(security): close remaining response leak guards
groupthinking bed22ff
fix(security): sanitize complete cloud result trees
groupthinking 0b564b2
fix(security): sanitize non-string scalar leaves under errors (CWE-209)
claude 7f8697a
fix(security): sanitize validate-video message and guard returned-exc…
claude 15f6341
fix: restore CWE-209 guards on current main
groupthinking eef5da0
test: align sanitized invalid URL response
groupthinking 1a0ce65
merge: refresh canonical #831 onto verified main
groupthinking 12e09d8
Merge PR #831 CWE-209 protections onto current main (partial conflict…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
GET /api/v2/videos/{video_id}serves cached error text verbatim because_read_video_analysis_syncnever applies the CWE-209 sanitizer it is documented to apply.