summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2023-08-04 22:44:09 -0400
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-08-05 08:14:27 +0200
commit6d48b0f1a93a5a44b95497063e885342240fbc27 (patch)
treefcaa48fe9e66681c2b6860e853e83ed5ff6ab148
parent307692cee8cdd0dbe3e6cf40c1192fcf43910610 (diff)
downloadpleroma-6d48b0f1a93a5a44b95497063e885342240fbc27.tar.gz
pleroma-6d48b0f1a93a5a44b95497063e885342240fbc27.zip
Document and test that XXE processing is disabled
https://vuln.be/post/xxe-in-erlang-and-elixir/
-rw-r--r--changelog.d/akkoma-xml-remote-entities.security1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/akkoma-xml-remote-entities.security b/changelog.d/akkoma-xml-remote-entities.security
new file mode 100644
index 000000000..b3c86bee1
--- /dev/null
+++ b/changelog.d/akkoma-xml-remote-entities.security
@@ -0,0 +1 @@
+Restrict XML parser from processing external entitites (XXE)