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