Update handlebars 4.7.8 → 4.7.9 to fix __lookupSetter__ blocklist omission#3
Draft
Update handlebars 4.7.8 → 4.7.9 to fix __lookupSetter__ blocklist omission#3
Conversation
…cess control gap Agent-Logs-Url: https://github.com/priya-kinthali/setup-node/sessions/1555581f-b25e-4fb5-96af-55631a982266 Co-authored-by: priya-kinthali <147703874+priya-kinthali@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
priya-kinthali
April 1, 2026 07:02
View session
Copilot AI
added a commit
that referenced
this pull request
Apr 1, 2026
macos-latest-large runners are not available in this fork, causing all CI jobs on that runner to fail. Replace with macos-latest to fix check failures on PR #3. Agent-Logs-Url: https://github.com/priya-kinthali/setup-node/sessions/0d610d82-4ebd-4c85-ad66-ba0b3b332829 Co-authored-by: priya-kinthali <147703874+priya-kinthali@users.noreply.github.com>
2 tasks
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.
Description:
Transitive dependency
handlebars4.7.8 (viats-jest) has an incomplete prototype method blocklist —__lookupSetter__was omitted fromproto-access.jswhile its siblings (__defineGetter__,__defineSetter__,__lookupGetter__) were blocked. This creates an asymmetric security boundary whenallowProtoMethodsByDefault: trueis set.handlebarsfrom 4.7.8 to 4.7.9 inpackage-lock.jsonRelated issue:
actions#109
Check list: