-
Notifications
You must be signed in to change notification settings - Fork 1
Encode values #2
Copy link
Copy link
Open
Labels
Description
This doesn't handle values containing special characters correctly, because it doesn't escape them. This is particularly problematic for & and =, since these will now be interpreted as separate parameters. This could lead to security vulnerabilities, similar to SQL-Injection or XSS.
Reactions are currently unavailable