get-cwe 1.4.2

Tools for CVE managing, exploring and collect some data about their weaknesses and classifications
# 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,shell]
$ get-cwe id CWE-91
```

You can search some CWE elements with the `search` feature:

```[bash,shell]
$ get-cwe search 'description = Path and system'

[ Id: CWE-41 ]
▶︎ Name: Improper Resolution of Path Equivalence
  ▷ Description: The product is vulnerable to file system contents disclosure through path equivalence. Path equivalence involves the use of special characters in file and directory names. The associated manipulations are intended to generate multiple names for the same object.
[ Id: CWE-73 ]
▶︎ Name: External Control of File Name or Path
  ▷ Description: The product allows user input to control or influence paths or file names that are used in filesystem operations.


```

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.