-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
src,permission: add --allow-inspector ability #59711
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
src,permission: add --allow-inspector ability #59711
Conversation
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59711 +/- ##
==========================================
- Coverage 89.93% 88.26% -1.68%
==========================================
Files 667 701 +34
Lines 196790 206759 +9969
Branches 38423 39757 +1334
==========================================
+ Hits 176982 182494 +5512
- Misses 12240 16281 +4041
- Partials 7568 7984 +416
🚀 New features to boost your workflow:
|
Ready to review @nodejs/security-wg |
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.
LGTM with a nit.
'--allow-net', | ||
'--allow-inspector', |
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.
Use alphabetical order here?
'--allow-net', | |
'--allow-inspector', | |
'--allow-inspector', | |
'--allow-net', |
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.
Will do it in a follow-up PR so I don't need to re-run the tests
Landed in 29738c7 |
There are many conflicts with v24.x-staging. |
Refs: #48534
Remaining questions:
--allow-inspector
The test case I included makes sure we won't reintroduce 3df13d5
cc: @nodejs/security-wg