Skip to content

Commit

Permalink
Address CVEs with bouncycastle
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Apr 13, 2024
1 parent 50c6cc2 commit 3286744
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
org.apache.lucene/lucene-queryparser {:mvn/version "8.11.1"}
org.apache.maven/maven-model {:mvn/version "3.8.4"}
org.apache.maven/maven-repository-metadata {:mvn/version "3.8.4"}
;; Override bouncycastle brought in by buddy-core to address CVE-2024-29857,
;; CVE-2024-30171, CVE-2024-30172
org.bouncycastle/bcpkix-jdk18on {:mvn/version "1.78"}
org.bouncycastle/bcprov-jdk18on {:mvn/version "1.78"}
org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
org.clojure/tools.nrepl {:mvn/version "0.2.11"}
Expand Down

0 comments on commit 3286744

Please sign in to comment.