cljoss
cljoss
/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 SNAPSHOT
CHANGELOG.md
main
git checkout main
git pull -p
lein release
git checkout development
project.clj
and add -SNAPSHOT
back to the endCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close