f5devcentral / f5go

The F5 Go Redirector
MIT License
19 stars 8 forks source link

re-implement variables, possibly sanitize input to prevent badness #2

Open cwbooth5 opened 9 years ago

cwbooth5 commented 9 years ago

The variables page was disabled by me a long time back because we were having issues sanitizing input into the variables themselves. IIRC, someone had an asterisk within their variable name in some weird way and it broke the entire redirector. I couldn't figure it out at the moment, so I disabled the 'add a new variable' section on the variables.html section.

Eventually, once we figure out what is safe and unsafe for this field, we can get a unit test in place.