summaryrefslogtreecommitdiff
path: root/test/fixtures
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-08-05 08:12:25 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2023-08-05 08:12:25 +0000
commit1f4be2b3495b6df03843f923a53aff5913e1ef0d (patch)
tree55a72082c7776290cdbbbd16fbf043f9c6fc4bb5 /test/fixtures
parentff2f3862abd4a9eabc0440999337a2d44c8b797e (diff)
parentb631180b38ac63029f08bef137b13231bcf57b59 (diff)
downloadpleroma-1f4be2b3495b6df03843f923a53aff5913e1ef0d.tar.gz
pleroma-1f4be2b3495b6df03843f923a53aff5913e1ef0d.zip
Merge branch 'releases/2.5.4' into 'stable'
Release 2.5.4 See merge request pleroma/pleroma!3929
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/xml_external_entities.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fixtures/xml_external_entities.xml b/test/fixtures/xml_external_entities.xml
new file mode 100644
index 000000000..d5ff87134
--- /dev/null
+++ b/test/fixtures/xml_external_entities.xml
@@ -0,0 +1,3 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE foo [ <!ENTITY xxe SYSTEM "file:///etc/passwd"> ]>
+<stockCheck><productId>&xxe;</productId></stockCheck>