mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-03 14:40:36 +01:00
Removed a warning
This commit is contained in:
@@ -13,6 +13,7 @@ final case class SoftwareVulnerability (vulnerabilityId: Int, cpeEntryId: Int, i
|
||||
def includesAllPreviousVersions: Boolean = includesAllPreviousVersionsRaw match {
|
||||
case Some("1") => true
|
||||
case None => false
|
||||
case _ => sys.error("Unexpected value from ODC database")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user