Add v1.0 version numbers to all scripts
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user