MCPcopy Create free account
hub / github.com/Malayke/Next.js-RSC-RCE-Scanner-CVE-2025-66478 / ScanResult

Struct ScanResult

main.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type ScanResult struct {
18 URL string
19 StatusCode int
20 Version string
21 Vulnerable bool
22 Error error
23}
24
25// Global debug flag
26var debugMode bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected