Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

thingsboard/GHSA-wm9w-rjj3-j356 fix #34127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
thingsboard/GHSA-wm9w-rjj3-j356 fix
  • Loading branch information
jamie-albert committed Nov 14, 2024
commit a5e56a48b99368b14dd7f386e1cf854ddf360ad8
8 changes: 5 additions & 3 deletions thingsboard.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: thingsboard
version: 3.8.1
epoch: 1
epoch: 2
description: "Open-source IoT Platform - Device management, data collection, processing and visualization."
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -68,7 +68,8 @@ subpackages:
"moment": "^2.29.4",
"tough-cookie": "^4.1.3",
"xml2js": "^0.5.0",
"cookie": "^0.7.0"
"cookie": "^0.7.0",
"tomcat-embed-core.version": "10.1.25"
}'
jq --argjson resolutions "$resolutions" '.resolutions += $resolutions' package.json > temp.json && mv temp.json package.json
jq '.dependencies.express = "^4.19.2"' package.json > temp.json && mv temp.json package.json
Expand Down Expand Up @@ -169,7 +170,8 @@ subpackages:
"json5": "^2.2.2",
"moment": "^2.29.4",
"tinymce": "^7.0.0",
"cookie": "^0.7.0"
"cookie": "^0.7.0",
"tomcat-embed-core": "10.1.25"
}'
jq --argjson resolutions "$resolutions" '.resolutions += $resolutions' package.json > temp.json && mv temp.json package.json
jq '.dependencies.express = "^4.19.2"' package.json > temp.json && mv temp.json package.json
Expand Down
3 changes: 3 additions & 0 deletions thingsboard/pombump-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ patches:
- groupId: org.springframework
artifactId: spring-context
version: 6.1.14
- groupId: org.apache.tomcat.embed
artifactId: tomcat-embed-core
version: 10.1.25
4 changes: 4 additions & 0 deletions thingsboard/pombump-properties.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
properties:
- property: tomcat-embed-core.version
value: "10.1.25"

Loading