show static words in a sorted manner

This commit is contained in:
Miroslav Stampar
2010-10-14 12:38:06 +00:00
parent 255b21f2f4
commit f07608ef4d
2 changed files with 8 additions and 1 deletions

View File

@@ -1064,7 +1064,7 @@ def __setKnowledgeBaseAttributes():
kb.injPlace = None
kb.injType = None
kb.injections = xmlobject.XMLFile(path=paths.INJECTIONS_XML)
kb.keywords = getFileItems(paths.SQLKEYWORDS)
kb.keywords = set(getFileItems(paths.SQLKEYWORDS))
kb.nullConnection = None
# Back-end DBMS underlying operating system fingerprint via banner (-b)