Affected by GO-2026-4965
and 1 other vulnerabilities
GO-2026-4965: Nuclei: Local File Read via require() Module Loader Bypass in github.com/projectdiscovery/nuclei
GO-2026-5473: Nuclei: Environment variable disclosure via Response-Derived DSL Expressions in github.com/projectdiscovery/nuclei
package
Version:
v3.7.1
Opens a new window with list of versions in this module.
Published: Mar 5, 2026
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
This package provides a mock server for testing fuzzing templates
Cleanup cleans up the temporary database directory
type User struct {
XMLName xml.Name `xml:"user"`
ID int `xml:"id"`
Name string `xml:"name"`
Age int `xml:"age"`
Role string `xml:"role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.