Skip to content

Commit

Permalink
Grammar fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
travispaul committed Feb 5, 2022
1 parent 3a745ab commit 461c7e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

[![Build and Run Tests](https://github.com/travispaul/nvd_cve/actions/workflows/build_and_test.yml/badge.svg)](https://github.com/travispaul/nvd_cve/actions/workflows/build_and_test.yml)

`nvd_cve` is a command line utility and Rust module for syncing and searching the NIST National Vulnerability Database.
It's functionality attempts to be useful for vulnerability management tasks and automation efforts that utilize the CVE
`nvd_cve` is a command-line utility and Rust module for syncing and searching the NIST National Vulnerability Database.
Its functionality attempts to be useful for vulnerability management tasks and automation efforts that utilize the CVE
data. A local cache can also be useful in event that the NIST NVD website or API is unreachable.

## Usage
Expand All @@ -31,7 +31,7 @@ SUBCOMMANDS:

#### 🔃 Sync

Before you can search for CVEs you first need to perform a `sync` which will pull the datafeeds and build a local cache in SQLite.
Before you can search for CVEs you should perform a `sync` which will pull the data feeds and build a local cache in SQLite.

```
Sync CVE feeds to local database
Expand Down
6 changes: 3 additions & 3 deletions nvd_cve.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
.Op Ar CVE-ID Ns
.Sh DESCRIPTION
.Nm
is a command line utility and Rust module for syncing and searching the NIST National Vulnerability Database.
It's functionality attempts to be useful for vulnerability management tasks and automation efforts that utilize the CVE
is a command-line utility and Rust module for syncing and searching the NIST National Vulnerability Database.
Its functionality attempts to be useful for vulnerability management tasks and automation efforts that utilize the CVE
data. A local cache can also be useful in event that the NIST NVD website or API is unreachable.
.El
.Ss Environment Variables
Expand Down Expand Up @@ -218,4 +218,4 @@ CVE-2020-27272
CVE-2020-27276
.Ed
.Sh EXIT STATUS
.Ex -std
.Ex -std

0 comments on commit 461c7e2

Please sign in to comment.