Affected by GO-2024-2989
and 1 other vulnerabilities
GO-2024-2989: projectdiscovery/nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
GO-2024-3114: Nuclei Template Signature Verification Bypass in github.com/projectdiscovery/nuclei
Retracted: https://go.dev/ref/mod#go-mod-file-retract
retract due to broken js protocol issue
package
Version:
v3.2.0
Opens a new window with list of versions in this module.
Published: Mar 13, 2024
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 4
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
func GetPlaygroundServer() *echo.Echo
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.