From fc2251c032915200fbd9d9a106fe9c6c16918b90 Mon Sep 17 00:00:00 2001 From: MaineK00n Date: Tue, 1 Jun 2021 14:47:39 +0900 Subject: [PATCH] chore(debian): fix typo --- gost/debian.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gost/debian.go b/gost/debian.go index 85805795..fa15739c 100644 --- a/gost/debian.go +++ b/gost/debian.go @@ -41,7 +41,7 @@ func (deb Debian) DetectUnfixed(r *models.ScanResult, _ bool) (nCVEs int, err er } linuxImage := "linux-image-" + r.RunningKernel.Release - // Add linux and set the version of running kernel to search OVAL. + // Add linux and set the version of running kernel to search Gost. if r.Container.ContainerID == "" { newVer := "" if p, ok := r.Packages[linuxImage]; ok {