diff --git a/v2/pkg/executor/output_http.go b/v2/pkg/executor/output_http.go index 22d4bad4..3bd7ec48 100644 --- a/v2/pkg/executor/output_http.go +++ b/v2/pkg/executor/output_http.go @@ -20,6 +20,7 @@ func (e *HTTPExecutor) writeOutputHTTP(req *requests.CompiledHTTP, matcher *matc Matched: URL, Severity: e.template.Info.Severity, Author: e.template.Info.Author, + Description: e.template.Info.Description, } if matcher != nil && len(matcher.Name) > 0 { output.MatcherName = matcher.Name