add tests for new frameworks

This commit is contained in:
amammad
2023-11-06 19:13:57 +01:00
parent 637c52d10a
commit 315bdc2b48
24 changed files with 23 additions and 24 deletions

View File

@@ -0,0 +1 @@
ERROR: Could not resolve module semmle.python.frameworks.FileSystemAccess (/home/am/CodeQL-home/codeql-repo-amammad/python/ql/lib/semmle/python/Frameworks.qll:25,16-57)

View File

@@ -0,0 +1,2 @@
import python
import experimental.meta.ConceptsTest

View File

@@ -0,0 +1,4 @@
from aiofile import async_open, AIOFile
AIOFile("file", 'r') # $ getAPathArgument="file"
async_open("file", "r") # $ getAPathArgument="file"