cljosscljoss /kʎøs/ finds vulnerabilities in jars on a classpath
using the Sonatype OSS index API.
It's written in Clojure and it is primarily aimed at Clojure projects, but it can analyse classpaths from any language that runs on the JVM.
This tool is available on Clojars.
Current recommended usage is to write a wrapper
script in your project, which builds the project
classpath and calls cljoss.core/run with that
classpath and your chosen format.
Binaries, lein integrations, etc...
may become available in future releases.
It is assumed that a tool like this will be run in a project only infrequently in CI, e.g. nightly, hence the following are not goals of this project
This project uses Leiningen, so all the usual lein commands apply.
Until the release process is automated, to release
CHANGELOG.md and check the commits since the last
release to understand the type (major/minor/patch)project.clj, removing SNAPSHOTCHANGELOG.mdmaingit checkout maingit pull -plein releasegit checkout developmentproject.clj
and add -SNAPSHOT back to the endCan you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |