diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6240d3e..da4252c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ Changelog v3.0.0 ------ +- Update CWE database ( February 29, 2024 ) +- Update cwe_top_25_2022 data to cwe_top_25_2023 +- Update is_cwe_top_25 , get_top_25_cwe functions and add a test +- Update CWE xml database + + +v2.0.0 +------ + - Add cwec_v4.9.xml file to the database - Add support for the cwe category ( add a get_by_tag function to parse xml database if the cwe is not found in csv files) - Reorganize and Add all missing csv files @@ -11,10 +20,6 @@ v3.0.0 - Add some extra functions ( get_weaknesses_used_by_nvd , is_weaknesses_used_by_nvd ) - Update requirements. - -v2.0.0 ------- - Initial release as a fork of https://github.com/Julian-Nash/cwe Adopt and merge skeleton from https://github.com/nexB/skeleton