-
I've been looking into the taint tracking module and I believe there's an issue when it comes to BuiltinBitCast. Specifically it looks like it doesn't identify the flow to the "argument" of
and
Create the db with: In this case the results do not include the use of Any ideas on how to work around this issue? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @marpom, Thanks for reporting this to us. Turns out we weren't propagating flow through |
Beta Was this translation helpful? Give feedback.
Hi @marpom,
Thanks for reporting this to us. Turns out we weren't propagating flow through
__builtin_bit_cast
. I've fixed this in a PR here: #16688. I expect that it'll be merged soon and be part of the CodeQL 2.17.5 release which is expected to be released on June 13.