From 1b9f874db519849a14089372a1dd8c3da7140073 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Thu, 22 Sep 2022 15:24:11 +0200 Subject: [PATCH] GODT-1853: remove all ignore field from gobinsec --- utils/gobinsec_conf.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/utils/gobinsec_conf.yml b/utils/gobinsec_conf.yml index 9a8f07e0..d5f2b712 100644 --- a/utils/gobinsec_conf.yml +++ b/utils/gobinsec_conf.yml @@ -5,11 +5,3 @@ wait: true file: name: "./gobinsec-cache.yml" expiration: 24h - -ignore: - # golang.org/x/net wrong match, we are using 2871e0cb, fixed by 37e1c6af - - "CVE-2021-33194" - # GODT-1853: fix golang.org/x/crypto vulns - - "CVE-2021-43565" - # GODT-1853: fix golang.org/x/crypto vulns - - "CVE-2022-27191"