Skip to content

Commit 579bfe7

Browse files
authored
chore: Fix "FixedBy" for some E2E tests (#1303)
1 parent 5ae11af commit 579bfe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2etests/testcase_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3656,7 +3656,7 @@ For more details about the security issue(s), including the impact, a CVSS score
36563656
NamespaceName: "rhel:8",
36573657
VersionFormat: "rpm",
36583658
Version: "6.0.6-1.el8_6.x86_64",
3659-
FixedBy: "6.0.22-1.el8_8",
3659+
FixedBy: "6.0.23-1.el8_8",
36603660
Vulnerabilities: []apiV1.Vulnerability{
36613661
{
36623662
Name: "RHBA-2022:5747",
@@ -3695,7 +3695,7 @@ Bug Fix(es) and Enhancement(s):
36953695
NamespaceName: "rhel:8",
36963696
VersionFormat: "rpm",
36973697
Version: "6.0.6-1.el8_6.x86_64",
3698-
FixedBy: "6.0.22-1.el8_8",
3698+
FixedBy: "6.0.23-1.el8_8",
36993699
Vulnerabilities: []apiV1.Vulnerability{
37003700
{
37013701
Name: "RHBA-2022:5747",
@@ -3841,7 +3841,7 @@ Applications using RegexRequestMatcher with '.' in the regular expression are po
38413841
FixedBy: "3.0.2-0ubuntu1.7",
38423842
},
38433843
},
3844-
FixedBy: "3.0.2-0ubuntu1.10",
3844+
FixedBy: "3.0.2-0ubuntu1.12",
38453845
// This image installs the openssl pacakge in the second layer;
38463846
// however, the first layer already installed libssl3 whose source package is openssl.
38473847
// Therefore, we claim openssl was installed in the first layer.
@@ -4031,6 +4031,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
40314031
Name: "tomcat",
40324032
VersionFormat: component.JavaSourceType.String(),
40334033
Version: "9.0.59",
4034+
FixedBy: "9.0.81",
40344035
Location: "tomcat-embed-core-9.0.59.jar",
40354036
Vulnerabilities: []apiV1.Vulnerability{
40364037
{
@@ -4080,7 +4081,6 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
40804081
},
40814082
},
40824083
},
4083-
FixedBy: "9.0.72",
40844084
AddedBy: "sha256:97444f2bde8fa4fdfb6ec630b24fbdf95017c6813f4b5e68e64a4280b276eff2",
40854085
},
40864086
},

0 commit comments

Comments
 (0)