mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-18 09:38:14 +01:00
Fix support for empty CVSS score tags.
This commit is contained in:
@@ -303,6 +303,7 @@ object OdcParser {
|
||||
hopefullyTextChild match {
|
||||
case Text(data) => Some(data)
|
||||
}
|
||||
case Seq() => None
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user