Problem/Motivation
While trying to resolve version dependencies in a project running both xls_serialization and url_status_scanner, I found this issue, alluding to a security vulnerability in phpoffice/phpspreadsheet: https://www.drupal.org/project/url_status_scanner/issues/3552525
Therefore, I would like to update the minimum required version to the 5.1 branch.
Proposed resolution
Currently, composer.json requires "^2.3.7 || ^3.9.0", can we replace that line with just "^5.1"
Issue fork xls_serialization-3553753
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mably commentedRelated CVE : https://nvd.nist.gov/vuln/detail/CVE-2025-54370
Comment #5
mably commentedComment #6
mably commentedI'm not sure current implementation is compatible with version
5.1ofphpspreadsheet.Let's stick to
2.4.0and3.10.0for now.Comment #9
mably commented