-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Hardening: input validation and protocol tightening across 24 subsystems (round 7) #31495
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 all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
b3cbcc2
install: tighten extract folder name handling
Jarred-Sumner a57ad00
install: validate off-registry tarballs during yarn.lock migration
Jarred-Sumner 6c1cd7e
install: source dependency lifecycle scripts from package.json
Jarred-Sumner b39ad6b
pm: resolve cache dir from process env in cache rm
Jarred-Sumner 9a11ac2
install: tighten trusted dependency matching for non-npm packages
Jarred-Sumner 0b2644b
install: keep registry tokens scoped to their host
Jarred-Sumner ac36920
install: include non-npm parents in security scan traversal
Jarred-Sumner 62fb9a8
pack: validate package name and version fields
Jarred-Sumner c38e940
compile: use exclusive creation and tighter modes for output files
Jarred-Sumner 47f7697
repl: tighten history file permissions
Jarred-Sumner 3ff07a1
test: add regression coverage for input validation changes
Jarred-Sumner 93fa7ed
fetch: tighten request header validation
Jarred-Sumner 3fd8ec0
fetch: bound interim response buffering
Jarred-Sumner 827a7ae
fetch: tighten connection reuse handling
Jarred-Sumner a898b73
node:http2: tighten received header validation
Jarred-Sumner ad62e81
node:http2: tighten outbound frame queue handling
Jarred-Sumner d9bfccb
node:http2: tighten read buffer handling
Jarred-Sumner 8d0c582
s3: tighten object key handling
Jarred-Sumner 39b85d9
server: tighten request target normalization
Jarred-Sumner 30c7595
websocket: tighten handshake buffer ownership
Jarred-Sumner 5660958
node:http: tighten request path handling
Jarred-Sumner 4693f20
uws: tighten remote address handling
Jarred-Sumner fd8aaaf
webcore: tighten response status validation
Jarred-Sumner 87f2486
s3: bound list response parsing
Jarred-Sumner f110731
test: add regression coverage for input validation changes
Jarred-Sumner efaa5d0
sql: bound column offset handling
Jarred-Sumner 92a319a
sql: tighten tls option validation
Jarred-Sumner 1650d46
mysql: bound result metadata handling
Jarred-Sumner 12cbe1a
node:tls: tighten authorization state validation
Jarred-Sumner 592062d
io: bound scratch buffer handling
Jarred-Sumner 86bd9c8
sqlite: tighten database handle validation
Jarred-Sumner f77c55f
spawn: bound descriptor range handling
Jarred-Sumner 036fbe5
password: tighten hash parameter validation
Jarred-Sumner b2c7909
tls: tighten read state handling
Jarred-Sumner 340b3c2
socket: tighten handler reload validation
Jarred-Sumner 4b22284
socket: tighten handler ownership validation
Jarred-Sumner 1c1a9ed
test: add regression coverage for input validation changes
Jarred-Sumner d1742ba
yaml: bound alias expansion during parsing
Jarred-Sumner 7f20a00
md: index reference definition lookups
Jarred-Sumner e3ab03e
md: cap table column count
Jarred-Sumner 38c0963
md: bound autolink scanning
Jarred-Sumner f0ff344
node:fs: surface overlong watcher paths as errors
Jarred-Sumner 42bfee3
assert: bound diff size for large operands
Jarred-Sumner daa15f1
test: add regression coverage for input validation changes
Jarred-Sumner eb50d85
errors: keep stack frame callees alive while formatting
Jarred-Sumner ce0f5f7
test: tighten mid-read TLS dispatch coverage
Jarred-Sumner af7ceae
[autofix.ci] apply automated fixes
autofix-ci[bot] df2edc9
socket: move safety comments next to their unsafe expressions
Jarred-Sumner 5349bed
http: forward explicit Content-Length on bodyless node:http client re…
Jarred-Sumner 71165e2
response: drop body for null body statuses instead of throwing
Jarred-Sumner 756b22e
request: keep query string for absolute-form targets without a path
Jarred-Sumner e98ffbc
pm: only resolve the cache directory for display on bun pm cache
Jarred-Sumner cb79034
repl: chmod history file after opening
Jarred-Sumner 339c28a
node:http: normalize https absolute URIs passed in the path option
Jarred-Sumner d28599e
sqlite: take registry lock when closing databases at termination
Jarred-Sumner 0b66d6c
install: keep saved registry token only when the scheme is not downgr…
Jarred-Sumner 785440a
install: keep loading lifecycle scripts from the binary lockfile
Jarred-Sumner f902f02
websocket: release buffered handshake handler when the VM is tearing …
Jarred-Sumner 25b8e47
mysql: only rebuild cached result shape when column definitions change
Jarred-Sumner 1d9211a
test: construct large list-objects payload with Buffer.alloc
Jarred-Sumner f755710
sqlite: serialize lazy library loading
Jarred-Sumner 910dc1f
install: dedupe remote tarball URL validation and bound resolution lo…
Jarred-Sumner 68497c1
test: tighten assertions in install, sqlite, and http tests
Jarred-Sumner 5c3d87b
fetch: reject bodies on null-body status responses
Jarred-Sumner c833175
fetch: keep response construction behavior, restrict the change to th…
Jarred-Sumner 7963009
sql: abort when explicitly requested TLS is declined
Jarred-Sumner b906566
install: keep migrating yarn.lock entries without integrity
Jarred-Sumner f295205
node:http: revert client request target handling for absolute URI paths
Jarred-Sumner a4d0ca0
test: cover connection header case in http2 server header validation …
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
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.