# `cwe-api` [![License: MIT](https://img.shields.io/badge/license-MIT-blue)][license]
This is a crate for convenient use of the [Common Weakness Enumeration (CWE) API][cwe_api]. This is __not__ an official crate produced by the CWE program. The code in this crate is generated using [Progenitor][progenitor], based on the published [CWE OpenAPI specification][cwe_openapi]. ## License The code is licensed under the MIT license. You can view the full contents in the [LICENSE][license] file. [cwe_api]: https://github.com/CWE-CAPEC/REST-API-wg/blob/main/Quick%20Start.md [cwe_openapi]: https://github.com/CWE-CAPEC/REST-API-wg/blob/main/openapi.json [progenitor]: https://github.com/oxidecomputer/progenitor [license]: https://github.com/alilleybrinker/cwe-api/blob/main/LICENSE