Commit 3ac009a
authored
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
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
49 | 67 | | |
50 | 68 | | |
51 | 69 | | |
| |||
0 commit comments