File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,20 @@ ownCloud admins and users.
3535
3636## Summary
3737
38+ * Bugfix - Apply SVG sanitization to all file content before using ImageMagick: [#41433](https://github.com/owncloud/core/pull/41433)
3839* Bugfix - Disallow empty tokens when pairing trusted servers: [#41434](https://github.com/owncloud/core/pull/41434)
3940* Change - Update PHP dependencies: [#41408](https://github.com/owncloud/core/pull/41408)
4041* Enhancement - Add mimetype aliases/mapping for .toml and .ovpn: [#41431](https://github.com/owncloud/core/pull/41431)
4142
4243## Details
4344
45+ * Bugfix - Apply SVG sanitization to all file content before using ImageMagick: [#41433](https://github.com/owncloud/core/pull/41433)
46+
47+ Any file content is now sanitized for SVG threats before being processed by
48+ ImageMagick, preventing potential security vulnerabilities.
49+
50+ https://github.com/owncloud/core/pull/41433
51+
4452* Bugfix - Disallow empty tokens when pairing trusted servers: [#41434](https://github.com/owncloud/core/pull/41434)
4553
4654 An empty token could be used to pair trusted servers, which is not secure.
You can’t perform that action at this time.
0 commit comments