-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The protocols specifies that remediation field contains List of remediations (remediations) of value type array with 1 or more Remediation items of value type object contains a list of remediations.
See more:
https://docs.oasis-open.org/csaf/csaf/v2.0/os/csaf-v2.0-os.html#32312-vulnerabilities-property---remediations
CSAFParser class fails to return such array
Lines 188 to 192 in 4decb1b
if "remediations" in vulnerability: | |
for remediation in vulnerability["remediations"]: | |
vuln_info.set_remediation(remediation["category"]) | |
vuln_info.set_action(remediation["details"]) | |
self.vulnerabilities.append(vuln_info.get_vulnerability()) |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working