Skip to content

Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x #509

Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x

Adding CVE-2024-28859 for SwiftMailer gadget chain in Symfony 1.x #509

Workflow file for this run

name: Validation
on:
push:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
name: Validation
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"
coverage: none
tools: composer
- name: Install dependencies
run: composer install --prefer-dist --no-progress
- name: Run tests
run: php -d memory_limit=-1 validator.php