DatabaseVulnOverview

data class DatabaseVulnOverview(val title: String?, val link: String?, val description: String?, val id: String, val issued: Instant, val modified: Instant, val isFavorite: Boolean)

脆弱性情報のエンティティ

Constructors

Link copied to clipboard
constructor(title: String?, link: String?, description: String?, id: String, issued: Instant, modified: Instant, isFavorite: Boolean)

Properties

Link copied to clipboard

セキュリティ情報の概要

Link copied to clipboard
val id: String

ベンダ固有のセキュリティ情報ID

Link copied to clipboard

お気に入り登録済み

Link copied to clipboard
val issued: Instant

発行日

Link copied to clipboard
val link: String?

セキュリティ情報のURI

Link copied to clipboard
val modified: Instant

更新日

Link copied to clipboard

セキュリティ情報のタイトル