Files
codeql/python/ql/test/library-tests/frameworks/aiofile/FileSystemAccess.py
2023-11-06 19:13:57 +01:00

5 lines
142 B
Python

from aiofile import async_open, AIOFile
AIOFile("file", 'r') # $ getAPathArgument="file"
async_open("file", "r") # $ getAPathArgument="file"