Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for release v3 #14

Merged
merged 1 commit into from
May 9, 2024
Merged
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
13 changes: 9 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ 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
- Add ( is_in_category and get_by_category ) functions and make the code more reusable
- 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

Loading