mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
These results were previously flagged for the wrong reason. Calls to a user-define method were seen as ORM calls. The real source is inside the user-defined method, but we miss that due to lack of 'self' handling in ORM tracking.