We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8cef5 commit cfaa27aCopy full SHA for cfaa27a
1 file changed
ruby/ql/src/change-notes/2023-05-26-super-and-flow-through.md
@@ -0,0 +1,6 @@
1
+---
2
+category: minorAnalysis
3
4
+* Fixed a bug that would occur when an `initialize` method returns `self` or one of its parameters.
5
+ In such cases, the corresponding calls to `new` would be associated with an incorrect return type.
6
+ This could result in inaccurate call target resolution and cause false positive alerts.
0 commit comments