Merge pull request #16013 from ubc-cpsc/bugfix/CVE-2024-56521-tcpdf
Some checks failed
Crowdin Action / upload-sources-to-crowdin (push) Has been cancelled
Docker images (Alpine) / docker (push) Has been cancelled
Docker images / docker (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.1) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.2) (push) Has been cancelled
Tests in MySQL / PHP ${{ matrix.php-version }} (8.3) (push) Has been cancelled
Tests in SQLite / PHP ${{ matrix.php-version }} (8.1.1) (push) Has been cancelled

Fixes tecnickcom/tcpdf security CVEs
This commit is contained in:
snipe 2024-12-30 23:22:32 +00:00 committed by GitHub
commit c7ca4d061f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
composer.lock generated
View file

@ -11045,20 +11045,21 @@
}, },
{ {
"name": "tecnickcom/tcpdf", "name": "tecnickcom/tcpdf",
"version": "6.7.7", "version": "6.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git", "url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086" "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/cfbc0028cc23f057f2baf9e73bdc238153c22086", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/14ffa0e308f5634aa2489568b4b90b24073b6731",
"reference": "cfbc0028cc23f057f2baf9e73bdc238153c22086", "reference": "14ffa0e308f5634aa2489568b4b90b24073b6731",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.5.0" "ext-curl": "*",
"php": ">=7.1.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -11105,7 +11106,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/tecnickcom/TCPDF/issues", "issues": "https://github.com/tecnickcom/TCPDF/issues",
"source": "https://github.com/tecnickcom/TCPDF/tree/6.7.7" "source": "https://github.com/tecnickcom/TCPDF/tree/6.8.0"
}, },
"funding": [ "funding": [
{ {
@ -11113,7 +11114,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2024-10-26T12:15:02+00:00" "time": "2024-12-23T13:34:57+00:00"
}, },
{ {
"name": "tijsverkoyen/css-to-inline-styles", "name": "tijsverkoyen/css-to-inline-styles",