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.1
Opens a new window with list of versions in this module.
Published: Mar 15, 2024
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
¶
New creates a new JSONL exporter integration client based on options.
Close writes the in-memory data to the JSONL file specified by options.JSONLExport
and closes the exporter after operation
Export appends the passed result event to the list of objects to be exported to
the resulting JSONL file
type Options struct {
File string `yaml:"file"`
OmitRaw bool `yaml:"omit-raw"`
}
Options contains the configuration options for JSONL exporter client
Source Files
¶
Click to show internal directories.
Click to hide internal directories.