Fix XML CDATA injection (credits to @andreymal for the report)

This commit is contained in:
mdecimus
2025-05-29 19:59:51 +02:00
parent 207d370fd9
commit fe24cbf41d
3 changed files with 70 additions and 25 deletions

View File

@@ -5,7 +5,6 @@
*/
use std::{
collections::BTreeMap,
net::{IpAddr, Ipv4Addr},
path::PathBuf,
sync::Arc,