osc: reject notifications with invalid UTF-8 strings

This commit is contained in:
Daniel Eklöf 2024-04-15 16:02:54 +02:00
parent e753bb953b
commit 23ada09d14
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 17 additions and 0 deletions

View file

@ -54,6 +54,10 @@
## Unreleased
### Added
### Changed
* Notifications with invalid UTF-8 strings are now ignored.
### Deprecated
### Removed
### Fixed