Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Aug 7, 2023
1 parent 2ba02c0 commit 1511bf6
Show file tree
Hide file tree
Showing 22 changed files with 797 additions and 462 deletions.
1 change: 1 addition & 0 deletions cve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ edition = "2021"
[dependencies]
serde = { version = "1", features = ["derive"] }
cpe = { path = "../cpe" }
cvss = { path = "../cvss" }
thiserror = "1.0"
2 changes: 1 addition & 1 deletion cve/src/cve.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::{cvss, node};
use crate::node;
use serde::{Deserialize, Serialize};

// 单个CVE信息
Expand Down
Loading

0 comments on commit 1511bf6

Please sign in to comment.