Skip to content

Commit 50f2964

Browse files
authored
chore: Fix E2E fixed by assertions (#2462)
1 parent 97e7502 commit 50f2964

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

e2etests/testcase_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@ var testCases = []testCase{
35073507
NamespaceName: "rhel:9",
35083508
Version: "1:3.0.1-23.el9_0.x86_64",
35093509
VersionFormat: "rpm",
3510-
FixedBy: "1:3.2.2-6.el9_5.1",
3510+
FixedBy: "1:3.5.1-4.el9_7",
35113511
Vulnerabilities: []apiV1.Vulnerability{
35123512
{
35133513
Name: "RHSA-2022:7288",
@@ -3549,7 +3549,7 @@ For more details about the security issue(s), including the impact, a CVSS score
35493549
NamespaceName: "rhel:9",
35503550
Version: "1:3.0.1-23.el9_0.x86_64",
35513551
VersionFormat: "rpm",
3552-
FixedBy: "1:3.2.2-6.el9_5.1",
3552+
FixedBy: "1:3.5.1-4.el9_7",
35533553
Vulnerabilities: []apiV1.Vulnerability{
35543554
{
35553555
Name: "RHSA-2022:7288",
@@ -3595,7 +3595,7 @@ For more details about the security issue(s), including the impact, a CVSS score
35953595
},
35963596
{
35973597
AddedBy: "sha256:2412e60e610160d090f7e974a208c6ffd26b2d530361b7c9aa8967e160ac7996",
3598-
FixedBy: "2:8.2.2637-22.el9_6.1",
3598+
FixedBy: "2:8.2.2637-23.el9_7",
35993599
Name: "vim-minimal",
36003600
NamespaceName: "rhel:9",
36013601
Version: "2:8.2.2637-16.el9_0.2.x86_64",
@@ -4028,7 +4028,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
40284028
Name: "tomcat",
40294029
VersionFormat: component.JavaSourceType.String(),
40304030
Version: "9.0.59",
4031-
FixedBy: "9.0.108",
4031+
FixedBy: "9.0.110",
40324032
Location: "tomcat-embed-core-9.0.59.jar",
40334033
Vulnerabilities: []apiV1.Vulnerability{
40344034
{
@@ -4434,7 +4434,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
44344434
VersionFormat: "rpm",
44354435
Version: "1:2.2.6-60.el8_10.x86_64",
44364436
AddedBy: "sha256:7a6d2526dba4ead4120381a83ce344db5959e947aab63fa3d1a3fae4f7986d62",
4437-
FixedBy: "1:2.2.6-63.el8_10",
4437+
FixedBy: "1:2.2.6-64.el8_10",
44384438
Vulnerabilities: []apiV1.Vulnerability{
44394439
{
44404440
Name: "RHSA-2025:0083",

0 commit comments

Comments
 (0)