From 73068f5fb257a4bca07a3121d4d00b9365498442 Mon Sep 17 00:00:00 2001 From: Charles Holtzkampf Date: Wed, 8 Jul 2020 19:56:18 +0100 Subject: [PATCH] Update output_http.go --- v2/pkg/executor/output_http.go | 1 + 1 file changed, 1 insertion(+) 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