MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / _markAsErrorPage

Method _markAsErrorPage

lib/parse/html.py:38–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

36 self.dbms = None
37
38 def _markAsErrorPage(self):
39 threadData = getCurrentThreadData()
40 threadData.lastErrorPage = (threadData.lastRequestUID, self._page)
41
42 def startElement(self, name, attrs):
43 if self.dbms:

Callers 2

startElementMethod · 0.95
htmlParserFunction · 0.95

Calls 1

getCurrentThreadDataFunction · 0.90

Tested by

no test coverage detected