Skip to content

Commit 19b6177

Browse files
author
paolo9921
committed
migrate to NVD 2.0 feeds, add CVSS v4.0 support
1 parent e05e408 commit 19b6177

36 files changed

+2872663
-696
lines changed

cpe/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ impl FromStr for CpeType {
3131
'h' => Ok(Self::Hardware),
3232
'o' => Ok(Self::OperatingSystem),
3333
'a' => Ok(Self::Application),
34-
_ => Err(format!("could not convert '{}' to cpe type", c)),
34+
_ => Err(format!("could not convert '{c}' to cpe type")),
3535
}
3636
}
3737
}

data/nvdcve-1.1-2002.json.gz

-1.39 MB
Binary file not shown.

data/nvdcve-1.1-2003.json.gz

-424 KB
Binary file not shown.

data/nvdcve-1.1-2004.json.gz

-835 KB
Binary file not shown.

data/nvdcve-1.1-2005.json.gz

-1.28 MB
Binary file not shown.

data/nvdcve-1.1-2006.json.gz

-2.03 MB
Binary file not shown.

data/nvdcve-1.1-2007.json.gz

-2 MB
Binary file not shown.

data/nvdcve-1.1-2008.json.gz

-2.06 MB
Binary file not shown.

data/nvdcve-1.1-2009.json.gz

-1.89 MB
Binary file not shown.

data/nvdcve-1.1-2010.json.gz

-1.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)