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
package
Version:
v3.2.3
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
Exporter is an exporter for nuclei sarif output format.
New creates a new sarif exporter integration client based on options.
Close Writes data and closes the exporter after operation
Export exports a passed result event to sarif structure
type Options struct {
File string `yaml:"file"`
}
Options contains the configuration options for sarif exporter client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.