Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/h1-poc-verify/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "h1-poc; echo \"--- H1-VERIFICATION-LOG-BY-ANOMALY-ZERO ---\"; #",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Command injection payload in package name

The package name contains shell command injection syntax with a semicolon, echo command, and comment character. This creates a command injection vector that could execute arbitrary commands when yarn processes workspace operations. While this is intentional for HackerOne verification per the PR description, it represents a genuine security vulnerability that must not be merged into production code.

Additional Locations (1)

Fix in Cursor Fix in Web

"private": true,
"version": "1.0.0"
}
6 changes: 6 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11855,6 +11855,12 @@ __metadata:
languageName: node
linkType: hard

"h1-poc; echo \"--- H1-VERIFICATION-LOG-BY-ANOMALY-ZERO ---\"; #@workspace:packages/h1-poc-verify":
version: 0.0.0-use.local
resolution: "h1-poc; echo \"--- H1-VERIFICATION-LOG-BY-ANOMALY-ZERO ---\"; #@workspace:packages/h1-poc-verify"
languageName: unknown
linkType: soft

"handle-thing@npm:^2.0.0":
version: 2.0.1
resolution: "handle-thing@npm:2.0.1"
Expand Down