-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Hardening: input validation and bounds checking across 12 subsystems (round 8) #31559
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
74a3b43
node:http: tighten host option validation
Jarred-Sumner fd804a3
debugger: tighten inspector event validation
Jarred-Sumner 0c327b7
v8: bound string length handling
Jarred-Sumner bc04040
debug-adapter: bound signal listener handling
Jarred-Sumner 0cda3fd
node:http2: tighten upgrade option handling
Jarred-Sumner 9f11fe1
test: add regression coverage for input validation changes
Jarred-Sumner 2a18007
install: gate cache index creation on safe folder names
Jarred-Sumner c313159
install: validate git dependency tags when loading bun.lockb
Jarred-Sumner 5daffe4
webview: create the default chrome profile dir privately
Jarred-Sumner 9786c09
compile: bounds-check macho segment offsets before patching
Jarred-Sumner 860577b
fs: tighten read argument handling
Jarred-Sumner 97adcbf
fs: hold buffer path arguments across async ops
Jarred-Sumner f5409ee
s3: tighten multipart upload id validation
Jarred-Sumner 8db23c4
path: size format scratch buffer correctly
Jarred-Sumner 6c1ffb2
test: add regression coverage for input validation changes
Jarred-Sumner 99b6a0a
test: add regression coverage for input validation changes
Jarred-Sumner c545eb6
Merge branch 'claude/security-round-8-shard-1' into claude/security-r…
Jarred-Sumner e79d0e0
Merge branch 'claude/security-round-8-shard-2' into claude/security-r…
Jarred-Sumner 342d39d
Merge branch 'claude/security-round-8-shard-3' into claude/security-r…
Jarred-Sumner ae77ef3
[autofix.ci] apply automated fixes
autofix-ci[bot] 7bee3c7
node:fs: capture the read destination buffer once after argument coer…
Jarred-Sumner d342992
node:fs: convert buffer path arguments in a single pass
Jarred-Sumner 07eabcc
install: move resolved tag validation into the lockfile deserializer …
Jarred-Sumner 4e2b03a
test: split addon output on CRLF as well as LF
Jarred-Sumner f082d95
http: include hostname on synthetic lookup errors
Jarred-Sumner 002e8f0
debug-adapter: let TCPSocketSignal report the OS-assigned port
Jarred-Sumner 077ee84
test: tidy lockb git fixture port and assert exit code
Jarred-Sumner 7a35ffa
install tests: make offline git fixtures fail fast over ssh
Jarred-Sumner bd18e22
Merge branch 'main' into claude/security-round-8
Jarred-Sumner 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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.