JvnDataSource

interface JvnDataSource

JVNの情報へのエントリーポイント

Inheritors

Functions

Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun exists(secIdentifier: CharSequence): Boolean
Link copied to clipboard
Link copied to clipboard
abstract suspend fun getVulnOverviews(keyword: CharSequence? = null, rangeDatePublic: CharSequence = "n", rangeDatePublished: CharSequence = "n", rangeDateFirstPublished: CharSequence = "n"): Result<List<DomainVulnOverview>>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun saveVulnOverviews(vulnOverviews: List<DomainVulnOverview>)
Link copied to clipboard
abstract suspend fun updateFavorite(id: String, favorite: Boolean)