CWE XML
This crate provides a Rust mapping to CWE XML files from the MITRE project.
CWE stands for Common Weakness Enumeration.
XML files are available here.
Features
- Import multiple CWE catalogs (XML format) into a single CWE database.
- Query the database for CWEs by ID.
- Retrieve the categories attached to a CWE.
Status
- All CWE files from the Mitre project have been loaded and deserialized with this crate.
- Still very early, no unit tests, no documentation.
Examples