From 87ba5a9ddf5c4c615bf13bc8310820c1b6d60ca8 Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:57:46 +0200 Subject: [PATCH] Update markdown package version that has vulnerability (AST-00000) (#925) * fix version * fix go sum * Update go.mod * Update go.mod * update go.sum * update dockerfile --------- Co-authored-by: miryamfoiferCX Co-authored-by: Or Shamir Checkmarx <93518641+OrShamirCM@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index b8b30262b..75629f156 100644 --- a/go.mod +++ b/go.mod @@ -100,7 +100,7 @@ require ( github.com/emicklei/go-restful/v3 v3.11.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/evanphx/json-patch v5.7.0+incompatible // indirect - github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect + github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect github.com/facebookincubator/nvdtools v0.1.5 // indirect github.com/fatih/color v1.17.0 // indirect github.com/felixge/fgprof v0.9.3 // indirect