forked from jan/debianmemberportfolio
fix XSS vulnerability reported by Moritz Naumann
This commit is contained in:
parent
049848d660
commit
9234d81ed7
2 changed files with 25 additions and 18 deletions
|
@ -27,6 +27,7 @@ available to Controllers. This module is available to both as 'h'.
|
|||
"""
|
||||
from webhelpers import *
|
||||
from webhelpers.html.tags import *
|
||||
from webhelpers.html.builder import escape
|
||||
from webhelpers.text import *
|
||||
from webhelpers.textile import *
|
||||
from routes.util import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue