Files
codeql/python/ql/test/library-tests/frameworks/FileSystemAccess/aiofile.py
amammad 6c8cc79b4d v1
2023-10-08 21:24:54 +02:00

5 lines
142 B
Python

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