From fddef543fd263844c356aebb3f5d4f7853e3c2a4 Mon Sep 17 00:00:00 2001 From: pdmarf <135653545+pdmarf@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:08:41 +0100 Subject: [PATCH] Add v1.0 version numbers to all scripts --- check-nextjs-rce.sh | 1 + npm-security-check.sh | 2 +- setup.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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