You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to search the documentation for doing a partial flow analysis. That sent me on the hunt for FlowExploration, but it seems the site is 404'ing for C++ and Java.
Thanks for raising this issue! I guess there are two issues here:
The search functionality is linking to non-existent pages
The documentation for FlowExploration is missing
We'll fix the first issue right away (looks like a few files had changed and had to be re-indexed). Unfortunately, that won't solve the second issue. We'll work on getting that fixed!
In the meantime, if it's any help, I found myself explaining the new API for FlowExploration recently to an internal developer, and maybe this explanation will be beneficial to you as well? In any case, here it is:
Let’s say you have a configuration module MyConfig implements DataFlow::ConfigSig { ... } and you instantiate it to create a dataflow module like:
and using it like you’d normally use the MyDataFlow module:
from MyPartialDataFlow::PartialPathNodesource, MyPartialDataFlow::PartialPathNoden,intdistwhere MyPartialDataFlow::partialFlow(source,n,dist)selectn.getNode(),source,n,"n is "+dist+" interprocedural flow steps away from source"
We'll fix the first issue right away (looks like a few files had changed and had to be re-indexed). Unfortunately, that won't solve the second issue. We'll work on getting that fixed!
The index has now been updated, and those 404 links should no longer show up in the search 🙂. We'll keep working on actually getting those FlowExploration pages included again. I will let you know once this has been resolved.
Broken Links for Documentation on FlowExploration
I'm trying to search the documentation for doing a partial flow analysis. That sent me on the hunt for FlowExploration, but it seems the site is 404'ing for C++ and Java.
https://codeql.github.com/codeql-standard-libraries/cpp/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll/module.DataFlowImpl$FlowExploration.html
https://codeql.github.com/codeql-standard-libraries/java/semmle/code/java/dataflow/internal/DataFlowImpl.qll/module.DataFlowImpl$FlowExploration.html
The following link recreates the search that I performed to look for the documentation, which points to the pages with the broken links:
https://codeql.github.com/codeql-standard-libraries/search.html?addsearch=flowexploration
The text was updated successfully, but these errors were encountered: