Skip to content

Commit

Permalink
CVE-2023-24998 bump commons-fileupload to 1.5 (#86)
Browse files Browse the repository at this point in the history
* CVE-2023-24998 bump commons-fileupload to 1.5

* update package-lock for unrelated qs vuln

* further js vuln audit fix

* update cljs-controlled deps for qs vulnerability
  • Loading branch information
milt authored Feb 22, 2023
1 parent a67ed28 commit 754e197
Show file tree
Hide file tree
Showing 3 changed files with 1,196 additions and 25 deletions.
11 changes: 7 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
com.yetanalytics/xapi-schema {:mvn/version "1.2.0"
:exclusions [org.clojure/clojurescript]}
cheshire/cheshire {:mvn/version "5.10.1"}
io.pedestal/pedestal.service {:mvn/version "0.5.10"
;; exclude msgpack (via tools.analyzer)
;; clears CVE-2022-41719
:exclusions [org.msgpack/msgpack]}
io.pedestal/pedestal.service
{:mvn/version "0.5.10"
;; exclude msgpack (via tools.analyzer)
;; clears CVE-2022-41719
:exclusions [org.msgpack/msgpack
commons-fileupload/commons-fileupload]}
commons-fileupload/commons-fileupload {:mvn/version "1.5"}
macchiato/core {:mvn/version "0.2.17"
:exclusions [funcool/cuerdas]}
funcool/cuerdas {:mvn/version "2020.03.26-2"}
Expand Down
Loading

0 comments on commit 754e197

Please sign in to comment.