Add v1.0 version numbers to all scripts

This commit is contained in:
pdmarf
2026-04-17 23:08:41 +01:00
parent 101fe444b1
commit fddef543fd
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
# check-nextjs-rce.sh v1.0
# Next.js CVE-2025-66478 / CVE-2025-55182 Vulnerability Checker # Next.js CVE-2025-66478 / CVE-2025-55182 Vulnerability Checker
# Checks if Next.js installations are vulnerable to critical RCE # Checks if Next.js installations are vulnerable to critical RCE

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# npm-security-check.sh # npm-security-check.sh v1.0
# Scans for NPM/Node.js malware indicators on this VM. # Scans for NPM/Node.js malware indicators on this VM.
set -euo pipefail set -euo pipefail

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# setup.sh # setup.sh v1.0
# Run once after cloning on any VM where you want security scanning active. # Run once after cloning on any VM where you want security scanning active.
set -euo pipefail set -euo pipefail