mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Java: tests for automodel application mode, test that local calls are not candidates
This commit is contained in:
@@ -33,4 +33,10 @@ class AutomodelApplicationModeExtractCandidates {
|
||||
openPath // no candidate (known sink)
|
||||
);
|
||||
}
|
||||
|
||||
public static InputStream getInputStream(String openPath) throws Exception {
|
||||
return AutomodelApplicationModeExtractCandidates.getInputStream(
|
||||
Paths.get(openPath) // no candidate (argument to local call)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user