You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What about adding the headers to the array of req values that get sanitized? Let's say an application uses an Authorization header, which or example could be "[email protected]:thisIsThePassWord", right now this module would not protect against an attack that exploits the headers feature.
What about adding the headers to the array of req values that get sanitized? Let's say an application uses an Authorization header, which or example could be "[email protected]:thisIsThePassWord", right now this module would not protect against an attack that exploits the headers feature.
The bit to change would be:
Let me know what you think!
The text was updated successfully, but these errors were encountered: