Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,263 changes: 804 additions & 459 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cpe/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl FromStr for CpeType {
'h' => Ok(Self::Hardware),
'o' => Ok(Self::OperatingSystem),
'a' => Ok(Self::Application),
_ => Err(format!("could not convert '{}' to cpe type", c)),
_ => Err(format!("could not convert '{c}' to cpe type")),
}
}
}
Expand Down
Binary file removed data/nvdcve-1.1-2002.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2003.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2004.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2005.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2006.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2007.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2008.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2009.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2010.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2011.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2012.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2013.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2014.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2015.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2016.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2017.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2018.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2019.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2020.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2021.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2022.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2023.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-2025.json.gz
Binary file not shown.
Binary file removed data/nvdcve-1.1-recent.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2002.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2003.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2004.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2005.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2006.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2007.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2008.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2009.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2010.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2011.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2012.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2013.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2014.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2015.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2016.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2017.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2018.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2019.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2020.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2021.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2022.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2023.json.gz
Binary file not shown.
Binary file added data/nvdcve-2.0-2024.json.gz
Binary file not shown.
Binary file not shown.
Loading