get-cwe 0.1.0

Tyr tools for CVE managing about installed products and their weaknesses
# Tyr - get-cwe

## Installation

`cargo install get-cwe`

## Purpose

This command line utility explore the list of CWE according to the cwe id.

The exploration is based on a local database downloaded with `mitre-download` utility.

## Usage

To explore all fixed CVE for an installed package:

```[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.