Affected by GO-2024-2645
and 2 other vulnerabilities
GO-2024-2645: Nuclei allows unsigned code template execution through workflows in github.com/projectdiscovery/nuclei
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
package
Version:
v3.1.10
Opens a new window with list of versions in this module.
Published: Feb 2, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 3
Opens a new window with list of known importers.
Documentation
¶
Package stats provides a storage mechanism for storing
and display vital statistics of the engine at various durations.
Display displays the stats for a name
func DisplayAsWarning(name string)
GetValue returns the value for a set variable
Increment increments the value for a name string
func NewEntry(name, description string)
NewEntry creates a new entry in the storage object
Storage is a storage for storing statistics information
about the nuclei engine displaying it at user-defined intervals.
New creates a new storage object
Display displays the stats for a name
GetValue returns the value for a set variable
Increment increments the value for a name string
NewEntry creates a new entry in the storage object
Source Files
¶
Click to show internal directories.
Click to hide internal directories.