Skip to content

Conversation

@JoshuaPartridge
Copy link
Collaborator

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Psalm static analysis security scanning to the repository to enhance code quality and security checks. Psalm is a static analysis tool for PHP that can detect potential bugs and security vulnerabilities.

Changes:

  • Added Psalm configuration file with error level 7 and taint analysis support
  • Added Psalm as a dev dependency in composer.json
  • Created a new GitHub Actions workflow for running Psalm security scans with SARIF output

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
psalm.xml New Psalm configuration with error level 7, unused code detection, and source directory scanning
composer.json Added vimeo/psalm ^6.14 as a dev dependency
.github/workflows/psalm.yml New workflow to run Psalm security scans on push/PR to qa and main branches, uploading results to GitHub Security

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@JoshuaPartridge JoshuaPartridge merged commit 14c5aee into main Jan 20, 2026
3 checks passed
@alankoroma alankoroma deleted the SEC25-121 branch January 21, 2026 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants