Skip to content

Commit 9ad6b01

Browse files
committed
this removes the recently added nvd alias
1 parent e572102 commit 9ad6b01

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -791,22 +791,6 @@ Web servers and other standalone services run with Clojure CLI tools
791791

792792
> Use `Ctrl-c` to stop the server when running in the foreground
793793
794-
## Security
795-
796-
> DEPRECATED: this command also [checks the clojure-nvd for security issues as clojure-nvd jar and dependencies are merged into the classpath](https://github.com/practicalli/clojure-deps-edn/pull/31). This goes [against the recommended approach by the clojure-nvd maintainer](https://github.com/rm-hull/nvd-clojure#avoiding-classpath-interference) and will [in future fail to run](https://github.com/rm-hull/nvd-clojure/issues/117), so use with caution.
797-
798-
* `:service/nvd` - check library dependencies of a project against the
799-
[National Vulnerability Database](https://nvd.nist.gov/) using
800-
[nvd-clojure](https://github.com/rm-hull/nvd-clojure)
801-
802-
| Command | Description |
803-
|--------------------------------------------------|--------------------------------------------------------------------|
804-
| `clojure -M:security/nvd "" "$(clojure -Spath)"` | check all jar files on the class path for security vulnerabilities |
805-
806-
> 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.
807-
>
808-
809-
810794
## Community activities
811795

812796
The [Clojurians Zulip

deps.edn

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,19 +1052,7 @@
10521052
;; End of Services
10531053
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10541054

1055-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1056-
;; Security
1057-
1058-
;; https://github.com/rm-hull/nvd-clojure
1059-
;; check all the jars in the classpath for known security vulnerabilities using the
1060-
;; National Vulnerability Database
1061-
;; clojure -M:security/nvd "" "$(clojure -Spath)"
1062-
:security/nvd
1063-
{:extra-deps {nvd-clojure/nvd-clojure {:mvn/version "1.9.0"}}
1064-
:main-opts ["-m" "nvd.task.check"]}
10651055

1066-
;; End of Security
1067-
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10681056

10691057
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10701058
;; Deprecated

0 commit comments

Comments
 (0)