Skip to content

Commit

Permalink
docs: add documentation on caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed Dec 4, 2023
1 parent 11214ad commit 68e959d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ Without an NVD API Key dependency-check's updates will be **extremely slow**.
Please see the documentation for the cli, maven, gradle, or ant integrations on
how to set the NVD API key.

#### The NVD API Key, CI, and Rate Limiting

The NVD API has enforced rate limits. If you are using a single API KEY and
multiple builds occur you could hit the rate limit and receive 403 errors. In
a CI environment one must use a caching strategy.


### Breaking Changes

9.0.0 contains breaking changes which requires updates to the database. If using
Expand Down

0 comments on commit 68e959d

Please sign in to comment.