clojure.data.xml.test-entities
(source)Test that external entities are not resolved by default, see https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing
| Public Variable | Short Description |
|---|---|
| allow-external-entities-if-required (clj) | |
| parse-vulnerable-file (clj) | Parses the vulnerable file, optionally passing the given options to the parser. |
| prevent-xxe-by-default (clj) | |
| secret-file (clj) | Returns the URL to the secret file containing the server root password. |
| vulnerable-input (clj) | Creates an XML with an external entity referring to the given URL. |