From ccf42bedd05733f8d156d4d51491f065a9ab0236 Mon Sep 17 00:00:00 2001 From: Ross Tannenbaum Date: Wed, 10 Jul 2024 10:45:42 -0400 Subject: [PATCH 1/2] fix(e2e): update fixedBy versions (#1567) --- e2etests/testcase_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2etests/testcase_test.go b/e2etests/testcase_test.go index f27bd557a..b09cdc0f0 100644 --- a/e2etests/testcase_test.go +++ b/e2etests/testcase_test.go @@ -3657,7 +3657,7 @@ For more details about the security issue(s), including the impact, a CVSS score NamespaceName: "rhel:8", VersionFormat: "rpm", Version: "6.0.6-1.el8_6.x86_64", - FixedBy: "6.0.27-1.el8_9", + FixedBy: "6.0.32-1.el8_10", Vulnerabilities: []apiV1.Vulnerability{ { Name: "RHBA-2022:5747", @@ -3696,7 +3696,7 @@ Bug Fix(es) and Enhancement(s): NamespaceName: "rhel:8", VersionFormat: "rpm", Version: "6.0.6-1.el8_6.x86_64", - FixedBy: "6.0.27-1.el8_9", + FixedBy: "6.0.32-1.el8_10", Vulnerabilities: []apiV1.Vulnerability{ { Name: "RHBA-2022:5747", From ea8e4119bad919c86ab2cf5aaedfbe347128e052 Mon Sep 17 00:00:00 2001 From: Brad Lugo Date: Mon, 1 Jul 2024 08:36:46 -0700 Subject: [PATCH 2/2] chore(e2e): fix Ubuntu openssl test (#1555) --- e2etests/testcase_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2etests/testcase_test.go b/e2etests/testcase_test.go index b09cdc0f0..8981ee053 100644 --- a/e2etests/testcase_test.go +++ b/e2etests/testcase_test.go @@ -3842,7 +3842,7 @@ Applications using RegexRequestMatcher with '.' in the regular expression are po FixedBy: "3.0.2-0ubuntu1.7", }, }, - FixedBy: "3.0.2-0ubuntu1.14", + FixedBy: "3.0.2-0ubuntu1.16", // This image installs the openssl pacakge in the second layer; // however, the first layer already installed libssl3 whose source package is openssl. // Therefore, we claim openssl was installed in the first layer.