mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-03-29 13:31:58 +02: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 {
|
def includesAllPreviousVersions: Boolean = includesAllPreviousVersionsRaw match {
|
||||||
case Some("1") => true
|
case Some("1") => true
|
||||||
case None => false
|
case None => false
|
||||||
|
case _ => sys.error("Unexpected value from ODC database")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user