What's Changed
Features
- More detailed progress for taint graph resolution by @danog in #11349
- Huge performance improvements for taint analysis by @danog in #11342
- Show progress when merging thread results by @danog in #11374
- Combined analysis by @danog in #11384
- Always run taint analysis by default by @danog in #11399
Fixes
- Fix assertions with empty lists by @danog in #11312
- Allow concatenation between (string|int) and similar types by @haas-dtv in #11364
- Fix conditional taints by @danog in #11628
Docs
- Update configuration.md: Adding
--config=cli parameter by @ThomasLandauer in #11332
Other changes
- Tweak concurrency by @danog in #11361
- Fix paratest runs with default PHP unlike all other scripts by @kkmuffme in #11441
Full Changelog: 6.14.3...7.0.0-beta14