Skip to content

Commit 0b388aa

Browse files
authored
chore(e2e): fix tests (#1917)
1 parent edaa5b2 commit 0b388aa

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

e2etests/testcase_test.go

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -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-21.el9",
3598+
FixedBy: "2:8.2.2637-22.el9_6",
35993599
Name: "vim-minimal",
36003600
NamespaceName: "rhel:9",
36013601
Version: "2:8.2.2637-16.el9_0.2.x86_64",
@@ -3838,8 +3838,8 @@ Applications using RegexRequestMatcher with '.' in the regular expression are po
38383838
FixedBy: "3.0.2-0ubuntu1.7",
38393839
},
38403840
},
3841-
FixedBy: "3.0.2-0ubuntu1.16",
3842-
// This image installs the openssl pacakge in the second layer;
3841+
FixedBy: "3.0.2-0ubuntu1.18",
3842+
// This image installs the openssl package in the second layer;
38433843
// however, the first layer already installed libssl3 whose source package is openssl.
38443844
// Therefore, we claim openssl was installed in the first layer.
38453845
AddedBy: "sha256:301a8b74f71f85f3a31e9c7e7fedd5b001ead5bcf895bc2911c1d260e06bd987",
@@ -4318,7 +4318,7 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
43184318
},
43194319
},
43204320
AddedBy: "sha256:661ff4d9561e3fd050929ee5097067c34bafc523ee60f5294a37fd08056a73ca",
4321-
FixedBy: "3.1.4-r5",
4321+
FixedBy: "3.1.7-r0",
43224322
},
43234323
},
43244324
},
@@ -4354,7 +4354,34 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
43544354
NamespaceName: "alpine:v3.20",
43554355
VersionFormat: "apk",
43564356
Version: "3.3.0-r2",
4357-
AddedBy: "sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f",
4357+
Vulnerabilities: []apiV1.Vulnerability{
4358+
{
4359+
Name: "CVE-2024-6119",
4360+
NamespaceName: "alpine:v3.20",
4361+
Description: "Issue summary: Applications performing certificate name checks (e.g., TLS\nclients checking server certificates) may attempt to read an invalid memory\naddress resulting in abnormal termination of the application process.\n\nImpact summary: Abnormal termination of an application can a cause a denial of\nservice.\n\nApplications performing certificate name checks (e.g., TLS clients checking\nserver certificates) may attempt to read an invalid memory address when\ncomparing the expected name with an `otherName` subject alternative name of an\nX.509 certificate. This may result in an exception that terminates the\napplication program.\n\nNote that basic certificate chain validation (signatures, dates, ...) is not\naffected, the denial of service can occur only when the application also\nspecifies an expected DNS name, Email address or IP address.\n\nTLS servers rarely solicit client certificates, and even when they do, they\ngenerally don't perform a name check against a reference identifier (expected\nidentity), but rather extract the presented identity after checking the\ncertificate chain. So TLS servers are generally not affected and the severity\nof the issue is Moderate.\n\nThe FIPS modules in 3.3, 3.2, 3.1 and 3.0 are not affected by this issue.",
4362+
Link: "https://www.cve.org/CVERecord?id=CVE-2024-6119",
4363+
Severity: "Important",
4364+
FixedBy: "3.3.2-r0",
4365+
Metadata: map[string]interface{}{
4366+
"NVD": map[string]interface{}{
4367+
"CVSSv2": map[string]interface{}{
4368+
"ExploitabilityScore": 0.0,
4369+
"ImpactScore": 0.0,
4370+
"Score": 0.0,
4371+
"Vectors": "",
4372+
},
4373+
"CVSSv3": map[string]interface{}{
4374+
"ExploitabilityScore": 3.9,
4375+
"ImpactScore": 3.6,
4376+
"Score": 7.5,
4377+
"Vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
4378+
},
4379+
},
4380+
},
4381+
},
4382+
},
4383+
AddedBy: "sha256:d25f557d7f31bf7acfac935859b5153da41d13c41f2b468d16f729a5b883634f",
4384+
FixedBy: "3.3.2-r0",
43584385
},
43594386
},
43604387
},
@@ -4399,30 +4426,6 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda
43994426
},
44004427
},
44014428
},
4402-
{
4403-
Name: "CVE-2024-47177",
4404-
NamespaceName: "rhel:8",
4405-
Description: "DOCUMENTATION: A security flaw was found in OpenPrinting CUPS. The `FoomaticRIPCommandLine` directive in a PPD file will allow arbitrary commands to be executed when a print job is sent to the affected printing device. An attacker who could provide a malicious PPD file for a new print device or modify a PPD file of an existing device could execute arbitrary commands. \n STATEMENT: Red Hat rates the severity of this CVE as Moderate due to the restrictions of the unprivileged ‘lp’ user which the resulting commands would be run as. Additionally, creating and modifying printer definitions is restricted to the privileged user groups sys, root, and wheel by default.\n MITIGATION: See the security bulletin for a detailed mitigation procedure.",
4406-
Link: "https://access.redhat.com/security/cve/CVE-2024-47177",
4407-
Severity: "Moderate",
4408-
FixedBy: "",
4409-
Metadata: map[string]interface{}{
4410-
"Red Hat": map[string]interface{}{
4411-
"CVSSv2": map[string]interface{}{
4412-
"ExploitabilityScore": 0.0,
4413-
"ImpactScore": 0.0,
4414-
"Score": 0.0,
4415-
"Vectors": "",
4416-
},
4417-
"CVSSv3": map[string]interface{}{
4418-
"ExploitabilityScore": 0.6,
4419-
"ImpactScore": 5.5,
4420-
"Score": 6.1,
4421-
"Vectors": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:U/C:H/I:H/A:L",
4422-
},
4423-
},
4424-
},
4425-
},
44264429
},
44274430
},
44284431
{

0 commit comments

Comments
 (0)