SearchRepository

JVN検索結果のデータ層へのアクセス抽象化のリポジトリ

Inheritors

Properties

Link copied to clipboard
abstract val searchResults: StateFlow<List<DomainVulnOverview>>

検索結果

Functions

Link copied to clipboard
abstract suspend fun searchOnJvn(keyword: CharSequence): Result<Int>

JVN APIを使用し、脆弱性対策情報をキーワード検索します