Skip to content

v4.14.10

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:30
1e03b35

A patch release that removes three false positives around query builders and taint analysis, and fixes a psalm-laravel init misconfiguration on monorepos.

Fixes

  • Fix false TaintedSql on where() calls that pass a column-to-value map (where(['name' => $value])) (#1221)
  • Fix false UndefinedMagicMethod on custom Eloquent builder subclass methods called after a fluent chain (#1219)
  • Fix false UndefinedMagicMethod on IndexDefinition modifiers in database migrations (#1220)
  • Fix psalm-laravel init on monorepos: no longer puts packages/ into <ignoreFiles>, which silently disabled analysis of package sources (#1214)

Full Changelog: v4.14.9...v4.14.10