Skip to content

Version 1.1.6

Choose a tag to compare

@andreapollastri andreapollastri released this 01 Aug 15:22
· 3 commits to main since this release

[1.1.6] - 2026-08-01

Fixed

  • Relative finding paths no longer strip repeated path segments via str_replace() on basePath (e.g. Docker/CI root /app + Laravel app/), which produced different suppression hashes locally vs CI (#11)
  • Added AbstractCheck::relativePath() (prefix-only strip) and use it across all file-based checks
  • Regression tests for the /app + app/... path case