Skip to content

Commit 8352b0c

Browse files
committed
Merge remote-tracking branch 'upstream/master' into synodim
2 parents ffe9354 + eb73594 commit 8352b0c

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Changes in [1.11.103](https://github.com/element-hq/element-web/releases/tag/v1.11.103) (2025-06-10)
2+
====================================================================================================
3+
## 🐛 Bug Fixes
4+
5+
+ Check the sender of an event matches owner of session, preventing sender spoofing by homeserver owners.
6+
[13c1d20](https://github.com/matrix-org/matrix-rust-sdk/commit/13c1d2048286bbabf5e7bc6b015aafee98f04d55) (High, [GHSA-x958-rvg6-956w](https://github.com/matrix-org/matrix-rust-sdk/security/advisories/GHSA-x958-rvg6-956w)).
7+
18
Changes in [1.11.102](https://github.com/element-hq/element-web/releases/tag/v1.11.102) (2025-06-03)
29
====================================================================================================
310
## ✨ Features

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-web",
3-
"version": "1.11.102",
3+
"version": "1.11.103",
44
"description": "Element: the future of secure communication",
55
"author": "New Vector Ltd.",
66
"repository": {
@@ -130,7 +130,7 @@
130130
"maplibre-gl": "^5.0.0",
131131
"matrix-encrypt-attachment": "^1.0.3",
132132
"matrix-events-sdk": "0.0.1",
133-
"matrix-js-sdk": "37.7.0",
133+
"matrix-js-sdk": "37.8.0",
134134
"matrix-widget-api": "^1.10.0",
135135
"memoize-one": "^6.0.0",
136136
"mime": "^4.0.4",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9126,10 +9126,10 @@ [email protected]:
91269126
resolved "https://registry.yarnpkg.com/matrix-events-sdk/-/matrix-events-sdk-0.0.1.tgz#c8c38911e2cb29023b0bbac8d6f32e0de2c957dd"
91279127
integrity sha512-1QEOsXO+bhyCroIe2/A5OwaxHvBm7EsSQ46DEDn8RBIfQwN5HWBpFvyWWR4QY0KHPPnnJdI99wgRiAl7Ad5qaA==
91289128

9129-
matrix-js-sdk@37.7.0:
9130-
version "37.7.0"
9131-
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-37.7.0.tgz#8106de841188c0b293f05978eab7043ddfd1b5ef"
9132-
integrity sha512-Lq4k/pbMwHsjsPHavVkiwyX0eId/XdNzYZlSvynwCTOU8VfN+i7/9fQFK0MqYD/95CgeWSI2o7h1bq1vDAzbYw==
9129+
matrix-js-sdk@37.8.0:
9130+
version "37.8.0"
9131+
resolved "https://registry.yarnpkg.com/matrix-js-sdk/-/matrix-js-sdk-37.8.0.tgz#c320380ac9bc414eb16b41d71a3033e8daee679d"
9132+
integrity sha512-so0ugG0j5ufPbiWUARN4DbRJ91le+0ARrQsn8Z1zl5P84RsiYV3qgt2SJF0aQBjuJCfFA5/Ozcri0W/lHN+0WA==
91339133
dependencies:
91349134
"@babel/runtime" "^7.12.5"
91359135
"@matrix-org/matrix-sdk-crypto-wasm" "^14.2.0"

0 commit comments

Comments
 (0)