We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gotostmt
__leave
I am writing a codeqlquery to flag goto statements.
Query:
from Gotostmt gt select gt, “ use of goto statement”
Now this query is returning results
goto keywords as well as __leave keyword
goto
Which it should not.
Can someone guide how to handle this false positive.