3.10.0.6474
·
617 commits
to master
since this release
Bug
- [SONARPHP-983] - Object instantiation with method should raise parser error
- [SONARPHP-1032] - S3699: Issue message contains "null" due to wrong method name resolving
- [SONARPHP-1033] - StackOverflow in S1764 IdenticalOperandsInBinaryExpressionCheck
- [SONARPHP-1052] - StackOverflow when scanning Abantecart
Task
- [SONARPHP-1048] - Fix outdated URLs in pom.xml
- [SONARPHP-1050] - Update orchestrator to version 3.30.0.2630
False-Positive
- [SONARPHP-885] - S2077: Resolve variable constant values to avoid noisy issues
- [SONARPHP-973] - Rule S5527 should not raise when CURLOPT_SSL_VERIFYHOST is set to 1/TRUE
- [SONARPHP-1028] - Revise rule S125 to reduce false positive noise
- [SONARPHP-1030] - S1172 shoudn't raise issues on functions which call "func_get_args"
- [SONARPHP-1031] - Reduce noise of S1172 unused function parameters should be removed
- [SONARPHP-1049] - Private constant's are reported as unused when used before init
False Negative
- [SONARPHP-754] - UseOfUninitializedVariableCheck should use a CFG to find new issues