-
Notifications
You must be signed in to change notification settings - Fork 13
ROX-18001: add drools CPE for CVE-2021-41411 #1205
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
Changes from all commits
3dddaab
b336094
599245d
0d74c6a
7c719a9
54e4af0
718fcce
094b159
ef4db9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3972,4 +3972,48 @@ All OpenShift Container Platform 4.10 users are advised to upgrade to these upda | |
}, | ||
}, | ||
}, | ||
{ | ||
image: "quay.io/rhacs-eng/qa:drools-CVE-2021-41411", | ||
registry: "https://quay.io", | ||
username: os.Getenv("QUAY_RHACS_ENG_RO_USERNAME"), | ||
password: os.Getenv("QUAY_RHACS_ENG_RO_PASSWORD"), | ||
source: "NVD", | ||
namespace: "rhel:8", | ||
onlyCheckSpecifiedVulns: true, | ||
expectedFeatures: []apiV1.Feature{ | ||
{ | ||
Name: "drools", | ||
VersionFormat: component.JavaSourceType.String(), | ||
Version: "6.4.0.final", | ||
Location: "org.drools.drools-core-6.4.0.Final.jar:drools-core", | ||
Vulnerabilities: []apiV1.Vulnerability{ | ||
{ | ||
Name: "CVE-2021-41411", | ||
Description: "drools <=7.59.x is affected by an XML External Entity (XXE) vulnerability in KieModuleMarshaller.java. The Validator class is not used correctly, resulting in the XXE injection vulnerability.", | ||
Link: "https://nvd.nist.gov/vuln/detail/CVE-2021-41411", | ||
Severity: "Critical", | ||
FixedBy: "7.60.0.Final", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
Metadata: map[string]interface{}{ | ||
"NVD": map[string]interface{}{ | ||
"CVSSv2": map[string]interface{}{ | ||
"ExploitabilityScore": 10.0, | ||
"ImpactScore": 6.4, | ||
"Score": 7.5, | ||
"Vectors": "AV:N/AC:L/Au:N/C:P/I:P/A:P", | ||
}, | ||
"CVSSv3": map[string]interface{}{ | ||
"ExploitabilityScore": 3.9, | ||
"ImpactScore": 5.9, | ||
"Score": 9.8, | ||
"Vectors": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", | ||
}, | ||
}, | ||
}, | ||
}, | ||
}, | ||
FixedBy: "7.60.0.Final", | ||
AddedBy: "sha256:3078c14ffbc62cd9a56f8951d08d6b55a45394fbb5a0aa8f9eca1b1472e3f21d", | ||
}, | ||
}, | ||
}, | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding the test for this.