cwe-xml 0.7.2

A local in-memory, queryable, and navigable CWE database initialized with one or multiple CWE XML files.
Documentation
1
2
3
4
5
6
7
8
#[derive(thiserror::Error, Debug)]
pub enum Error {
    #[error("invalid CWE file {file}: {error}")]
    InvalidCweFile {
        file: String,
        error: String,
    },
}