Skip to content

3.10.0.6474

Compare
Choose a tag to compare
@karim-ouerghemmi-sonarsource karim-ouerghemmi-sonarsource released this 05 Oct 09:06
· 617 commits to master since this release
4e140ba

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

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