flowingair
Results
1
issues of
flowingair
In some situations,codeql will connect unrelated nodes and believe that there is a flow between them. for example,when using TaintTracking::Configuration or sinkNode. Example: Java file: ``` import java.net.MalformedURLException; import java.net.URL;...
question