Skip to content

Commit 142a47c

Browse files
committed
Release v1.8.16
1 parent 77bcb50 commit 142a47c

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 1.8.16
2+
3+
### Security fixes
4+
5+
If you cannot upgrade to v1.8.16 for some reason, you are encouraged to try
6+
cherry-picking the fixes to the version you are running:
7+
8+
```shell
9+
git cherry-pick b7065eb9a0ec..77bcb507b30e
10+
```
11+
12+
* Maliciously crafted `.etherpad` files can no longer overwrite arbitrary
13+
non-pad database records when imported.
14+
* Imported `.etherpad` files are now subject to numerous consistency checks
15+
before any records are written to the database. This should help avoid
16+
denial-of-service attacks via imports of malformed `.etherpad` files.
17+
18+
### Notable enhancements and fixes
19+
20+
* Fixed several `.etherpad` import bugs.
21+
* Improved support for large `.etherpad` imports.
22+
123
# 1.8.15
224

325
### Security fixes

src/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,6 @@
246246
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
247247
"test-container": "mocha --timeout 5000 tests/container/specs/api"
248248
},
249-
"version": "1.8.15",
249+
"version": "1.8.16",
250250
"license": "Apache-2.0"
251251
}

0 commit comments

Comments
 (0)