diff --git a/check-nextjs-rce.sh b/check-nextjs-rce.sh index 4620e02..259ff4c 100755 --- a/check-nextjs-rce.sh +++ b/check-nextjs-rce.sh @@ -1,4 +1,5 @@ #!/bin/bash +# check-nextjs-rce.sh v1.0 # Next.js CVE-2025-66478 / CVE-2025-55182 Vulnerability Checker # Checks if Next.js installations are vulnerable to critical RCE diff --git a/npm-security-check.sh b/npm-security-check.sh index 7c18647..f3d11f3 100755 --- a/npm-security-check.sh +++ b/npm-security-check.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# npm-security-check.sh +# npm-security-check.sh v1.0 # Scans for NPM/Node.js malware indicators on this VM. set -euo pipefail diff --git a/setup.sh b/setup.sh index 0984c67..cf8b5ce 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# setup.sh +# setup.sh v1.0 # Run once after cloning on any VM where you want security scanning active. set -euo pipefail