fix: make SaInfo->cves public

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
Jia Chao 2024-06-19 15:19:59 +08:00
parent 284803e2bd
commit 5403c5a6d6

View File

@ -1223,7 +1223,7 @@ pub struct SaInfo {
pub description: String,
// 包含的 cve 列表
cves: Vec<CVE>,
pub cves: Vec<CVE>,
}
#[derive(Debug, Clone, Serialize, Deserialize)]