From 5f9e61bed18b2610f4fcc99ec30d32051786e254 Mon Sep 17 00:00:00 2001 From: mostlikelee Date: Wed, 20 Nov 2024 11:13:04 -0700 Subject: [PATCH] revert --- server/vulnerabilities/msrc/parsed/product.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/vulnerabilities/msrc/parsed/product.go b/server/vulnerabilities/msrc/parsed/product.go index 5e5441a4dedc..2da20eac863b 100644 --- a/server/vulnerabilities/msrc/parsed/product.go +++ b/server/vulnerabilities/msrc/parsed/product.go @@ -55,7 +55,7 @@ func (p Products) GetMatchForOS(ctx context.Context, os fleet.OperatingSystem) ( } if dvMatch == "" && noDvMatch == "" { - return "", ctxerr.Wrap(ctx, ErrNoMatch, os.Version) + return "", ctxerr.Wrap(ctx, ErrNoMatch) } if dvMatch == "" {