Skip to content

fix E2E tests based on vuln updates #991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions e2etests/testcase_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ var testCases = []testCase{
},
AddedBy: "sha256:36e8e9714b9a509fae9e515ff16237928c3d809f5ae228b14d2f7d7605c02623",
Location: "jars/jackson-databind-2.9.10.4.jar",
FixedBy: "2.14.0",
FixedBy: "2.12.7.1",
},
},
unexpectedFeatures: []apiV1.Feature{
Expand Down Expand Up @@ -3352,7 +3352,7 @@ var testCases = []testCase{
{
Name: "CVE-2017-10684",
NamespaceName: "centos:7",
Description: "STATEMENT: Red Hat Product Security has rated this issue as having Moderate security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
Description: "DOCUMENTATION: The MITRE CVE dictionary describes this issue as: In ncurses 6.0, there is a stack-based buffer overflow in the fmt_entry function. A crafted input will lead to a remote arbitrary code execution attack. STATEMENT: Red Hat Product Security has rated this issue as having Moderate security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
Link: "https://access.redhat.com/security/cve/CVE-2017-10684",
Severity: "Moderate",
Metadata: map[string]interface{}{
Expand All @@ -3375,7 +3375,7 @@ var testCases = []testCase{
{
Name: "CVE-2017-10685",
NamespaceName: "centos:7",
Description: "STATEMENT: Red Hat considers this issue as a duplicate of CVE-2017-10684.",
Description: "DOCUMENTATION: The MITRE CVE dictionary describes this issue as: In ncurses 6.0, there is a format string vulnerability in the fmt_entry function. A crafted input will lead to a remote arbitrary code execution attack. STATEMENT: Red Hat considers this issue as a duplicate of CVE-2017-10684.",
Link: "https://access.redhat.com/security/cve/CVE-2017-10685",
Severity: "Moderate",
Metadata: map[string]interface{}{
Expand Down