Skip to content

Commit 3ac009a

Browse files
Added vulnerability checking tools
Added the following tools, all with a new category "Vulnerability Checking": - [lein-nvd](https://github.com/rm-hull/lein-nvd) scans dependencies of Leiningen projects against the [National Vulnerability Database](https://nvd.nist.gov/) - [clj-nvd](https://github.com/miikka/clj-nvd) scans dependencies of Clojure deps.edn projects, powered by `lein-nvd` - [owasp-dependency-check-skill](https://github.com/atomist-skills/owasp-dependency-check-skill) scans Clojure projects using [OWasp Dependency Check](https://owasp.org/www-project-dependency-check)
1 parent 3af11c3 commit 3ac009a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

projects.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,24 @@ ring_json:
4646
categories: [Request Middleware, Response Middleware]
4747
platforms: [clj]
4848

49+
lein_nvd:
50+
name: lein-nvd
51+
url: https://github.com/rm-hull/lein-nvd
52+
categories: [Vulnerability Checking]
53+
platforms: [clj]
54+
55+
clj_nvd:
56+
name: clj-nvd
57+
url: https://github.com/miikka/clj-nvd
58+
categories: [Vulnerability Checking]
59+
platforms: [clj]
60+
61+
owasp_dependency_check_skill:
62+
name: owasp-dependency-check-skill
63+
url: https://github.com/atomist-skills/owasp-dependency-check-skill
64+
categories: [Vulnerability Checking]
65+
platforms: [clj]
66+
4967
ring_basic_authentication:
5068
name: ring-basic-authentication
5169
url: https://github.com/remvee/ring-basic-authentication

0 commit comments

Comments
 (0)