Commit 82532910 authored by Philip Linghammar's avatar Philip Linghammar
Browse files

Updates xml_external_entity_attack.md

Auto commit by GitBook Editor
parent 2dfc464b
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
# XML External Entity Attack

https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing
 No newline at end of file


Example of valid XML:

```
<?xml version="1.0"?><change-log><text>Hello World</text></change-log>
```



[https://www.owasp.org/index.php/XML\_External\_Entity\_\(XXE\)\_Processing](https://www.owasp.org/index.php/XML_External_Entity_%28XXE%29_Processing)