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
Discover Packages
github.com/projectdiscovery/nuclei/v3
pkg
reporting
exporters
jsonexporter
package
Version:
v3.1.2
Opens a new window with list of versions in this module.
Published: Dec 17, 2023
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
Documentation
¶
New creates a new JSON exporter integration client based on options.
Close writes the in-memory data to the JSON file specified by options.JSONExport
and closes the exporter after operation
Export appends the passed result event to the list of objects to be exported to
the resulting JSON file
type Options struct {
File string `yaml:"file"`
IncludeRawPayload bool `yaml:"include-raw-payload"`
}
Options contains the configuration options for JSON exporter client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.