Skip to content

security: Fix multiple CVEs - #42

Merged
cigamit merged 1 commit into
mainfrom
twig-security
Jun 4, 2026
Merged

security: Fix multiple CVEs#42
cigamit merged 1 commit into
mainfrom
twig-security

Conversation

@TheWitness

Copy link
Copy Markdown
Collaborator

This update includes 7 reported vulnerabilities and 6 CVE's:

GHSA-7p85-w9px-jpjp Critical severity
GHSA-mm6w-gr99-p3jj High severity
GHSA-45vw-wh46-2vx8 High severity
GHSA-24x9-r6q4-q93w Medium severity
GHSA-4j38-f5cw-54h7 Low severity
GHSA-vcc8-phrv-43wj Low severity

@TheWitness
TheWitness requested review from cigamit and Copilot June 4, 2026 14:19
@ciq-it-service-account

ciq-it-service-account commented Jun 4, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Copilot AI left a comment

Copy link
Copy Markdown

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 updates the project’s PHP Composer dependency set to remediate a reported Twig security advisory by raising the twig/twig requirement and updating composer.lock accordingly.

Changes:

  • Tightens twig/twig requirement in src/composer.json (now ^3.26).
  • Updates locked Twig version in src/composer.lock (now v3.27.1) and refreshes the lock content hash.

Reviewed changes

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

File Description
src/composer.json Updates the declared Twig version constraint.
src/composer.lock Updates the resolved Twig package metadata to a newer version and refreshes lock hash.

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

Comment thread src/composer.json
"phpmailer/phpmailer": "*",
"sebastian/diff": "*",
"twig/twig": ">=3.11.2"
"twig/twig": "^3.26"
Comment thread src/composer.json
Comment on lines 12 to +19
"php": ">=8.0",
"ext-dom": "*",
"ext-openssl": "*",
"composer-plugin-api": "*",
"composer/composer": "^2.9.8",
"phpmailer/phpmailer": "*",
"sebastian/diff": "*",
"twig/twig": ">=3.11.2"
"twig/twig": "^3.26"
@cigamit
cigamit merged commit 24ba9fe into main Jun 4, 2026
4 checks passed
@cigamit
cigamit deleted the twig-security branch June 4, 2026 15:36
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.

4 participants