Ruby: change note

This commit is contained in:
Asger F
2023-05-26 14:43:06 +02:00
parent 9e8cef5e1b
commit cfaa27ab5d

View File

@@ -0,0 +1,6 @@
---
category: minorAnalysis
---
* Fixed a bug that would occur when an `initialize` method returns `self` or one of its parameters.
In such cases, the corresponding calls to `new` would be associated with an incorrect return type.
This could result in inaccurate call target resolution and cause false positive alerts.