Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metabase
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Engineering Digital Service
Metabase
Commits
bb397f79
Unverified
Commit
bb397f79
authored
4 months ago
by
Alexander Solovyov
Committed by
GitHub
4 months ago
Browse files
Options
Downloads
Patches
Plain Diff
upgrade jetty to 11.0.24 to mitigate DoS vulnerability (#48819)
https://github.com/jetty/jetty.project/security/advisories/GHSA-g8m5-722r-8whq
parent
7be52702
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deps.edn
+4
-4
4 additions, 4 deletions
deps.edn
with
4 additions
and
4 deletions
deps.edn
+
4
−
4
View file @
bb397f79
...
@@ -159,8 +159,8 @@
...
@@ -159,8 +159,8 @@
;; v. 12 of jetty-server triggers "a org/eclipse/jetty/io/EofException has been compiled by a more recent version of
;; v. 12 of jetty-server triggers "a org/eclipse/jetty/io/EofException has been compiled by a more recent version of
;; the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions
;; the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions
;; up to 55.0"
;; up to 55.0"
org.eclipse.jetty/jetty-server
{
:mvn/version
"11.0.2
0
"
#
_
"must be 11"
}
; web server
org.eclipse.jetty/jetty-server
{
:mvn/version
"11.0.2
4
"
#
_
"must be 11"
}
; web server
org.eclipse.jetty.websocket/websocket-jetty-server
{
:mvn/version
"11.0.2
0
"
}
; ring-jetty-adapter needs that
org.eclipse.jetty.websocket/websocket-jetty-server
{
:mvn/version
"11.0.2
4
"
}
; ring-jetty-adapter needs that
org.flatland/ordered
{
:mvn/version
"1.15.11"
}
; ordered maps & sets
org.flatland/ordered
{
:mvn/version
"1.15.11"
}
; ordered maps & sets
org.graalvm.js/js
{
:mvn/version
"22.3.5"
}
; JavaScript engine
org.graalvm.js/js
{
:mvn/version
"22.3.5"
}
; JavaScript engine
org.jsoup/jsoup
{
:mvn/version
"1.17.2"
}
; required by hickory
org.jsoup/jsoup
{
:mvn/version
"1.17.2"
}
; required by hickory
...
@@ -182,8 +182,8 @@
...
@@ -182,8 +182,8 @@
redux/redux
{
:git/url
"https://github.com/metabase/redux"
redux/redux
{
:git/url
"https://github.com/metabase/redux"
:sha
"4a37feaf817a2a6b5ef688c927f6fd4375964433"
}
:sha
"4a37feaf817a2a6b5ef688c927f6fd4375964433"
}
riddley/riddley
{
:mvn/version
"0.2.0"
}
; code walking lib -- used interally by Potemkin, manifold, etc.
riddley/riddley
{
:mvn/version
"0.2.0"
}
; code walking lib -- used interally by Potemkin, manifold, etc.
ring/ring-core
{
:mvn/version
"1.12.
0
"
}
; HTTP abstraction
ring/ring-core
{
:mvn/version
"1.12.
2
"
}
; HTTP abstraction
ring/ring-jetty-adapter
{
:mvn/version
"1.12.
0
"
; Jetty adapter
ring/ring-jetty-adapter
{
:mvn/version
"1.12.
2
"
; Jetty adapter
:exclusions
[
org.eclipse.jetty/jetty-server
:exclusions
[
org.eclipse.jetty/jetty-server
org.eclipse.jetty.websocket/websocket-jetty-server
]}
org.eclipse.jetty.websocket/websocket-jetty-server
]}
ring/ring-json
{
:mvn/version
"0.5.1"
}
; Ring middleware for reading/writing JSON automatically
ring/ring-json
{
:mvn/version
"0.5.1"
}
; Ring middleware for reading/writing JSON automatically
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment