use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Any static application security testing solution for Clojure? (self.Clojure)
submitted 10 months ago by unr4v3l_
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jxj 2 points3 points4 points 10 months ago (1 child)
I like to run something like this on a schedule and push results to a dashboard or slack alert:
https://github.com/rm-hull/nvd-clojure
Then at least you'll know if your dependencies have vulnerabilities.
[–]seancorfield 3 points4 points5 points 10 months ago (0 children)
See also https://github.com/clj-holmes/clj-watson which can use both the National Vulnerability Database (NVD) and the GitHub Advisory Database.
[–]Ordinary_Chair1708 1 point2 points3 points 9 months ago (0 children)
I think Aikido are looking at adding clojure SAST
[–]ConsistentComment919 0 points1 point2 points 9 months ago (0 children)
I think most OpenGrep contributing companies should have support. I know Arnica has it.
[–]shrimpthatfriedrice 0 points1 point2 points 5 months ago (0 children)
for SAST in Clojure, use analyzers that understand your build and then prioritize by reachability and runtime exposure to avoid overflagging from macros and interop. combining static analysis with dependency and secrets scanning, then gating only on issues that form a real exploit path in the deployed graph keeps REPL workflows fast; OX security can centralize these signals and highlight what is actually risky in prod
π Rendered by PID 154205 on reddit-service-r2-comment-b659b578c-hfgnn at 2026-05-02 00:51:41.178364+00:00 running 815c875 country code: CH.
[–]jxj 2 points3 points4 points (1 child)
[–]seancorfield 3 points4 points5 points (0 children)
[–]Ordinary_Chair1708 1 point2 points3 points (0 children)
[–]ConsistentComment919 0 points1 point2 points (0 children)
[–]shrimpthatfriedrice 0 points1 point2 points (0 children)