diff options
| author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-08-05 08:12:25 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-08-05 08:12:25 +0000 |
| commit | 1f4be2b3495b6df03843f923a53aff5913e1ef0d (patch) | |
| tree | 55a72082c7776290cdbbbd16fbf043f9c6fc4bb5 /test/fixtures | |
| parent | ff2f3862abd4a9eabc0440999337a2d44c8b797e (diff) | |
| parent | b631180b38ac63029f08bef137b13231bcf57b59 (diff) | |
| download | pleroma-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.xml | 3 |
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> |
