diff --git a/deps.edn b/deps.edn index 2c010b6f..61c0aa5c 100644 --- a/deps.edn +++ b/deps.edn @@ -1033,7 +1033,18 @@ ;; End of Services ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; + ;; Security + + ;; https://github.com/rm-hull/nvd-clojure + ;; check all the jars in the classpath for known security vulnerabilities using the + ;; National Vulnerability Database + :security/nvd + {:extra-deps {nvd-clojure/nvd-clojure {:mvn/version "1.9.0"}} + :main-opts ["-m" "nvd.task.check"]} + + ;; End of Security + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Deprecated