nyx/tests/dynamic_fixtures/escape/composer_malicious_postinstall/composer.json
2026-06-05 10:16:30 -05:00

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"
]
}
}