eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py

changeset 7619
ef2b5af23ce7
parent 7614
646742c260bd
child 7622
384e2aa5c073
equal deleted inserted replaced
7618:cba5c14bcd5e 7619:ef2b5af23ce7
113 "M", 113 "M",
114 "H" 114 "H"
115 ) 115 )
116 116
117 117
118 # TODO: carry on from here
119 class DeepAssignation(object): 118 class DeepAssignation(object):
120 """ 119 """
121 Class to perform a deep analysis of an assign. 120 Class to perform a deep analysis of an assign.
122 """ 121 """
123 def __init__(self, varName, ignoreNodes=None): 122 def __init__(self, varName, ignoreNodes=None):

eric ide

mercurial