Skip to content

Commit 4e54ed3

Browse files
Replace ezyang/htmlpurifier with voku/anti-xss (#3724)
* Replace ezyang/htmlpurifier with voku/anti-xss * Update XssVulnerabilityTest
1 parent f17e166 commit 4e54ed3

File tree

5 files changed

+707
-374
lines changed

5 files changed

+707
-374
lines changed

CHANGELOG.md

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

14421442
The changelog for the project when it was called PHPExcel is [still available](./CHANGELOG.PHPExcel.md).
1443+
1444+
### Changed
1445+
- Replace ezyang/htmlpurifier (LGPL2.1) with voku/anti-xss (MIT)

composer.json

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

0 commit comments

Comments
 (0)