Skip to content

Commit d7bfcb5

Browse files
committed
Merge branch 'release/2.0.17'
2 parents 804731d + 968a2ec commit d7bfcb5

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.0.17
2+
## 08/07/2026
3+
4+
1. [](#bugfix)
5+
* [security] Updated the bundled DOM sanitizer to 1.0.13, which stops CSS comments from hiding dangerous values and covers image loading through `image-set()`, so untrusted SVG or HTML can no longer reference external resources those ways ([GHSA-ww22-4mqv-x5w3](https://github.com/rhukster/dom-sanitizer/security/advisories/GHSA-ww22-4mqv-x5w3)).
6+
17
# v2.0.16
28
## 08/07/2026
39

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"composer/semver": "^3.4",
4848
"dragonmantank/cron-expression": "^3.3",
4949
"willdurand/negotiation": "^3.1",
50-
"rhukster/dom-sanitizer": "^1.0",
50+
"rhukster/dom-sanitizer": "^1.0.13",
5151
"tubalmartin/cssmin": "^4.1",
5252
"tedivm/jshrink": "^1.7",
5353
"donatj/phpuseragentparser": "~1.9",

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
// Some standard defines
1111
define("GRAV", true);
12-
define("GRAV_VERSION", "2.0.16");
12+
define("GRAV_VERSION", "2.0.17");
1313
define("GRAV_SCHEMA", "1.8.0_2026-06-09_0");
1414
define("GRAV_TESTING", false);
1515

0 commit comments

Comments
 (0)