-
Hi *,
I wrote the query to find the flow from source (copy_from_user) to sink (mysink) and it works. Actually I am struggling with the
however, this version is not working for thanks ps: thanks for bringing us codeQL |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That's a known issue with |
Beta Was this translation helpful? Give feedback.
That's a known issue with
semmle.code.cpp.dataflow.TaintTracking
. We're in the process of switching to a new version with the same interface insemmle.code.cpp.ir.dataflow.TaintTracking
that handles interprocedural flow through pointers, but we haven't fully replaced the old version yet. You should be able to change your import to use the new version without changing any other code.