Skip to content

Commit

Permalink
exclude msgpack to clear CVE-2022-41719 (#84)
Browse files Browse the repository at this point in the history
* exclude msgpack to clear CVE-2022-41719

* add comment about CVE
  • Loading branch information
milt committed Nov 16, 2022
1 parent 9a1e9be commit 0138710
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
{:mvn/version "0.8.1"
:exclusions [org.clojure/clojurescript]}
org.clojure/data.json {:mvn/version "2.4.0"}
com.cognitect/transit-clj {:mvn/version "1.0.324"}
com.cognitect/transit-clj {:mvn/version "1.0.324"
;; clears CVE-2022-41719
:exclusions [org.msgpack/msgpack]}
cheshire/cheshire {:mvn/version "5.11.0"}}
:aliases
{:cli {:extra-paths ["src/cli"]
Expand Down

0 comments on commit 0138710

Please sign in to comment.