# Tyr - get-cwe ## Installation `cargo install get-cwe` ## Purpose This command line utility explore the list of CWE according to the cwe id. ## Usage To explore a CWE according to its id.: ```[bash,source] get-cwe --id CWE-91 ``` To explore all options run `get-cwe help` ## Authors and acknowledgment Help will be appreciated. All tools will be developed with rust technology. ## License This project is under MIT license. ## Project status This project is under development and all contributions are welcome. These tools are provided without any guaranties.