Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

nvd: recommend a pattern less prone to classpath interference. #31

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,9 +648,10 @@ Web servers and other standalone services run with Clojure CLI tools

| Command | Description |
|--------------------------------------------------+--------------------------------------------------------------------|
| `clojure -M:security/nvd "" "$(clojure -Spath)"` | check all jar files on the class path for security vulnerabilities |
| `cd ~; clojure -M:security/nvd "" "$(cd YOUR_PROJECT; clojure -Spath)"` | check all jar files on the class path for security vulnerabilities |

> The first "" is required argument and can contain a filename to a json file of additional configuration. The second argument, `"$(clojure -Spath)"`, passes the project classpath to be analysed as a string.
> Please `cd` as adviced to ensure the recommended [classpath isolation](https://github.com/rm-hull/nvd-clojure/tree/1.9.0#avoiding-classpath-interference).


## Community activities
Expand Down