mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-08 11:33:09 +08:00
feat: added MarshalYAML to severities array + issue tracker options fix (#5166)
* feat: added MarshalYAML to severities array * fix issue with creation of reports
This commit is contained in:
@@ -176,7 +176,7 @@ func (i *Integration) Name() string {
|
||||
// ShouldFilter determines if an issue should be logged to this tracker
|
||||
func (i *Integration) ShouldFilter(event *output.ResultEvent) bool {
|
||||
if i.options.AllowList != nil && i.options.AllowList.GetMatch(event) {
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
if i.options.DenyList != nil && i.options.DenyList.GetMatch(event) {
|
||||
|
||||
Reference in New Issue
Block a user