-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataFlow::PathGraph Module not Found in codeql #13540
Comments
Also DataFlow::PartialPathNode also show error |
I think you need to add the line |
Try removing the |
I try delete the "import DataFlow::PathGraph" and when hovering my mouse over the error the error still could not resolve module DataFlow::PartialPathGraph |
Oh, I think I know what's going on. The DataFlow library has recently been re-written to use parameterized modules, and while a compatibility layer has been created for normal flow there isn't one for partial flow. There are two options:
|
thank you i try the new way and it worked but now I am wondering about AdditionalTaintStep for example how can it be integrated with the new syntax since there like no document about this |
That is great that you have got it working. We are working on documentation, but until it is available you can find out how to do most things by searching to see what the existing Java configurations do. For additional taint steps, the most common way to do this is to implement |
DataFlow::PathGraph Module, not Found
When using codeql workspace and trying to use the following code to debug sink source
I receive error that DataFlow::PathGraph Module, not Found
The text was updated successfully, but these errors were encountered: