|
Protect against XSS vulnerabilities in URL redirection
- Switch from base64 to URL encoding for the passing the URL, using the built-in Mako filtering - Apply HTML filtering to Mako output by default - Disable HTML filtering for nested templates in adduser, modify, and selfmodify |
|---|
|
|
| ldapcherry/__init__.py |
|---|
| resources/templates/adduser.tmpl |
|---|
| resources/templates/login.tmpl |
|---|
| resources/templates/modify.tmpl |
|---|
| resources/templates/selfmodify.tmpl |
|---|