Skip to content

Commit 508da3c

Browse files
Replace ezyang/htmlpurifier with voku/anti-xss
1 parent c1968e5 commit 508da3c

File tree

5 files changed

+647
-290
lines changed

5 files changed

+647
-290
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,3 +1420,6 @@ For a comprehensive list of all class changes, and a semi-automated migration pa
14201420
## Previous versions of PHPExcel
14211421

14221422
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).
1423+
1424+
### Changed
1425+
- Replace ezyang/htmlpurifier (LGPL2.1) with tvoku/anti-xss (MIT) https://github.com/PHPOffice/PhpSpreadsheet/pull/3695

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@
7575
"ext-xmlwriter": "*",
7676
"ext-zip": "*",
7777
"ext-zlib": "*",
78-
"ezyang/htmlpurifier": "^4.15",
7978
"maennchen/zipstream-php": "^2.1 || ^3.0",
8079
"markbaker/complex": "^3.0",
8180
"markbaker/matrix": "^3.0",
8281
"psr/http-client": "^1.0",
8382
"psr/http-factory": "^1.0",
84-
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
83+
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0",
84+
"voku/anti-xss": "^4.1"
8585
},
8686
"require-dev": {
8787
"dealerdirect/phpcodesniffer-composer-installer": "dev-main",

0 commit comments

Comments
 (0)