Package core :: Package data :: Package kb :: Module vuln :: Class vuln
[hide private]

Class vuln




This class represents a web vulnerability.


Author: Andres Riancho ( andres.riancho@gmail.com )

Instance Methods [hide private]
 
__init__(self, dataObj=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
setMutant(self, mutant)
Sets the mutant that created this vuln.
 
getMutant(self)
 
setVar(self, variable)
 
setDc(self, dc)
 
setSeverity(self, severity)
 
getMethod(self)
 
getVar(self)
 
getDc(self)
 
getSeverity(self)
Returns: severity.INFORMATION , all information objects have the same level of severity.
 
getDesc(self)
 
__repr__(self)
repr(x)

Inherited from info.info: __str__, getId, getName, getURI, getURL, setDesc, setId, setMethod, setName, setURI, setURL

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, dataObj=None)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new empty dictionary

Overrides: info.info.__init__

setVar(self, variable)

 
Overrides: info.info.setVar

setDc(self, dc)

 
Overrides: info.info.setDc

getMethod(self)

 
Overrides: info.info.getMethod

getVar(self)

 
Overrides: info.info.getVar

getDc(self)

 
Overrides: info.info.getDc

getSeverity(self)

 
Returns:
severity.INFORMATION , all information objects have the same level of severity.
Overrides: info.info.getSeverity
(inherited documentation)

getDesc(self)

 
Overrides: info.info.getDesc

__repr__(self)
(Representation operator)

 
repr(x)
Overrides: info.info.__repr__