Official Psalm channel
23 subscribers
1 link
Official news channel for Psalm, a PHP static analysis tool for finding errors and security vulnerabilities in PHP applications!
Download Telegram
Channel created
Welcome to the official channel for Psalm, a PHP static analysis tool for finding errors and security vulnerabilities in PHP applications!

This channel will be used to post news regarding Psalm and other projects maintained by Daniil Gentili.

Feel free to also join my other channels as well!

- @MadelineProto - Official channel for MadelineProto, an async PHP client API for the telegram MTProto protocol
- @daniilgentili - Personal blog

Psalm discussion group: @psalmphp_community
Documentation: psalm.dev
Github: https://github.com/vimeo/psalm
Psalm 6.10.0 is out!

This is a smaller release, in preparation for some bigger feature releases, both on the v6 and v7 branches.

Features:
- Added rank to SARIF report
- Added forceJit and noCache configuration keys


7.0.0-beta4 was also released from the v7 branch with the same additions.
Psalm 7.0.0-beta5 is out!

This beta release adds a major new feature to Psalm v7: combined analysis!

Combined analysis allows running normal analysis, security analysis and dead code analysis all at the same time, within a single run, greatly reducing overall runtimes!

Future beta releases will also enable taint analysis by default, given that now it can be run alongside normal analysis.