mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
add support for libxml2
This commit is contained in:
10
python/ql/test/query-tests/Security/lib/libxml2/__init__.py
Normal file
10
python/ql/test/query-tests/Security/lib/libxml2/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
def parseFile(filename):
|
||||
return xmlDoc(_obj=None)
|
||||
|
||||
|
||||
class xmlDoc(Object):
|
||||
def __init__(self, _obj=None):
|
||||
pass
|
||||
|
||||
def xpathEval(self, expr):
|
||||
pass
|
||||
Reference in New Issue
Block a user