Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Dec 5, 2023
1 parent 45bcb70 commit a240464
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cvss/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//!
//! CVSS is owned and managed by FIRST.Org, Inc. (FIRST), a US-based non-profit organization, whose mission is to help computer security incident response teams across the world. The official CVSS documentation can be found at <https://www.first.org/cvss/>.
#![doc(html_root_url = "https://emo-car.github.io/nvd-rs/cvss")]
#![doc(html_root_url = "https://emo-crab.github.io/nvd-rs/cvss")]
// 通用漏洞评分系统
// https://csrc.nist.gov/schema/nvd/feed/1.1-Beta/cvss-v3.x_beta.json
// https://www.first.org/cvss/specification-document
Expand Down
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#![doc(
html_logo_url = "https://avatars.githubusercontent.com/u/30642514?s=360&v=4",
html_root_url = "https://emo-car.github.io/nvd-rs"
html_root_url = "https://emo-crab.github.io/nvd-rs"
)]
// https://github.com/vgwidt/sumi/
// https://www.cnnvd.org.cn/home/dataDownLoad

0 comments on commit a240464

Please sign in to comment.