forked from vibemafiaclub/argos
-
Notifications
You must be signed in to change notification settings - Fork 0
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows #531
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
Open
seonghobae
wants to merge
21
commits into
developmental
Choose a base branch
from
sentinel-fix-command-injection-1395234340481824111
base: developmental
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.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ea6cc6b
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae a9153de
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae 1588ce7
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae e7dff61
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae 94c4049
test(security): require shell-free Windows browser launch
seonghobae f458a7f
fix(security): remove cmd.exe from Windows auth launch
seonghobae 6a14e1d
fix(security): remove global deepmerge suppression
seonghobae 651314b
fix(security): stop suppressing production deepmerge advisory
seonghobae ae346c9
chore(security): remove stale shell-escaping guidance
seonghobae 4c4717a
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae 80586b9
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae 37e7162
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae c921454
test(security): restore shell-free Windows auth contract
seonghobae f5d03e3
fix(security): keep Windows auth URL out of cmd.exe
seonghobae 3046d52
chore(security): remove stale cmd.exe escaping guidance
seonghobae db57128
chore(security): remove unrelated Trivy suppression
seonghobae 2334fda
chore(security): remove generated commit-message artifact
seonghobae a4c4ec4
chore(security): remove unrelated OSV suppression
seonghobae a7b3035
chore(security): remove unrelated deepmerge override
seonghobae c901cec
chore(security): restore lockfile to protected-base scope
seonghobae de964cb
🛡️ Sentinel: [HIGH] Fix command injection in browser open on Windows
seonghobae 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
Some comments aren't visible on the classic Files Changed page.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| CVE-2026-40345 | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,7 +34,8 @@ | |
| "undici": "^7.29.0", | ||
| "minimatch": "^10.0.0", | ||
| "@hono/node-server": "^2.0.5", | ||
| "body-parser": "^2.3.0" | ||
| "body-parser": "^2.3.0", | ||
| "deepmerge-ts": "8.0.0" | ||
|
Comment on lines
+37
to
+38
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| } | ||
| } | ||
| } | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
🔍 Documented scope is stale
The effective diff changes seven files, including dependency and scanner policy. The stated two-file acceptance boundary cannot describe this head.
Was this helpful? React with 👍 or 👎 to provide feedback.