-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
If the ChainRouter
does not find a match it throws a exception in which the request object is dumped as a string
Line 177 in d1e3ba5
? "this request\n$request" |
This can have security implications as all headers of the request (including Authorization-Header) are dumped in the exception. If this exception is logged or stored somewhere it can leak sensitive information or enable third parties access to private information.
Proposal: only add the requested method and path to the exception message
lrotermund and prgTW
Metadata
Metadata
Assignees
Labels
No labels