Skip to content

Commit 0acc8ff

Browse files
author
MarkBaker
committed
Merge branch 'master' into PHP8-Sane-Property-Names
2 parents 97f82c8 + 0ed5b80 commit 0acc8ff

File tree

5 files changed

+631
-302
lines changed

5 files changed

+631
-302
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org).
2828
- Ensure that the list of shared formulae is maintained when an xlsx file is chunked with readFilter[Issue #169](https://github.com/PHPOffice/PhpSpreadsheet/issues/1669).
2929
- Fix for notice during accessing "cached magnification factor" offset [#1354](https://github.com/PHPOffice/PhpSpreadsheet/pull/1354)
3030

31+
### Security Fix (CVE-2020-7776)
32+
33+
- Prevent XSS through cell comments in the HTML Writer.
34+
3135
## 1.15.0 - 2020-10-11
3236

3337
### Added

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
]
4040
},
4141
"require": {
42-
"php": "^7.2|^8.0",
42+
"php": "^7.2||^8.0",
4343
"ext-ctype": "*",
4444
"ext-dom": "*",
4545
"ext-gd": "*",
@@ -54,19 +54,20 @@
5454
"ext-zip": "*",
5555
"ext-zlib": "*",
5656
"maennchen/zipstream-php": "^2.1",
57-
"markbaker/complex": "^1.5|^2.0",
58-
"markbaker/matrix": "^1.2|^2.0",
57+
"markbaker/complex": "^1.5||^2.0",
58+
"markbaker/matrix": "^1.2||^2.0",
5959
"psr/simple-cache": "^1.0",
6060
"psr/http-client": "^1.0",
61-
"psr/http-factory": "^1.0"
61+
"psr/http-factory": "^1.0",
62+
"voku/anti-xss": "^4.1"
6263
},
6364
"require-dev": {
6465
"dompdf/dompdf": "^0.8.5",
6566
"friendsofphp/php-cs-fixer": "^2.16",
6667
"jpgraph/jpgraph": "^4.0",
6768
"mpdf/mpdf": "^8.0",
6869
"phpcompatibility/php-compatibility": "^9.3",
69-
"phpunit/phpunit": "^8.5|^9.3",
70+
"phpunit/phpunit": "^8.5||^9.3",
7071
"squizlabs/php_codesniffer": "^3.5",
7172
"tecnickcom/tcpdf": "^6.3"
7273
},

0 commit comments

Comments
 (0)