mirror of
https://github.com/github/codeql.git
synced 2026-03-05 07:06:47 +01:00
502 B
502 B
0.6.3
Minor Analysis Improvements
- Fixed a bug that would occur when an
initializemethod returnsselfor one of its parameters. In such cases, the corresponding calls tonewwould be associated with an incorrect return type. This could result in inaccurate call target resolution and cause false positive alerts. - Fixed an issue where calls to
deleteorassocwith a constant-valued argument would be analyzed imprecisely, as if the argument value was not a known constant.