laravel-xml-middleware
laravel-xml-middleware copied to clipboard
A Laravel Middleware to accept XML requests
Results
2
laravel-xml-middleware issues
Sort by
recently updated
recently updated
newest added
The XML is parsed into a nice structure, but it seems only to parse text nodes into strings, and nested elements into nested objects. What I don't see, is what...
Sending broken XML to the application throws an exception. The middleware *must not* trust the XML so much that it assumes it is valid. That's a potential attack vector. ```json...