Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
Removed reference to XML feeds. Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stevespringett committed Oct 18, 2019
1 parent bab54fd commit 3275f02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
NIST Data Mirror
================

A simple Java command-line utility to mirror the NVD (CPE/CVE XML and JSON) data from NIST.
A simple Java command-line utility to mirror the NVD (CPE/CVE JSON) data from NIST.

The intended purpose of nist-data-mirror is to be able to replicate the NIST vulnerabiity data
inside a company firewall so that local (faster) access to NIST data can be achieved.
Expand All @@ -28,7 +28,7 @@ mvn clean package
### Running

```sh
java -jar nist-data-mirror.jar <mirror-directory> [xml|json]
java -jar nist-data-mirror.jar <mirror-directory>
```
Omitting filetype argument will result in both filetypes being downloaded.

Expand All @@ -44,7 +44,7 @@ for use. NIST Data Mirror is also available on the Maven Central Repository.
<dependency>
<groupId>us.springett</groupId>
<artifactId>nist-data-mirror</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
```

Expand Down

0 comments on commit 3275f02

Please sign in to comment.