From ca98bff9d2872cd50f274f09220f9c055a1e0470 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Mazeau?= Date: Tue, 6 Dec 2022 17:19:21 +0100 Subject: [PATCH] internal/appsec: golint --- internal/appsec/dyngo/instrumentation/httpsec/http.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/appsec/dyngo/instrumentation/httpsec/http.go b/internal/appsec/dyngo/instrumentation/httpsec/http.go index 4af849d213..120122910c 100644 --- a/internal/appsec/dyngo/instrumentation/httpsec/http.go +++ b/internal/appsec/dyngo/instrumentation/httpsec/http.go @@ -12,6 +12,7 @@ package httpsec import ( "context" + // Blank import needed to use embed for the default blocked response payloads _ "embed" "encoding/json" "net"