mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-12 19:55:14 +02:00
10 lines
255 B
JSON
10 lines
255 B
JSON
{
|
|
"name": "nyx/escape-composer-postinstall",
|
|
"description": "Malicious Composer post-install-cmd escape fixture.",
|
|
"require": {},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"echo NYX_ESCAPE_SUCCESS > /tmp/pwned_composer_postinstall"
|
|
]
|
|
}
|
|
}
|