Skip to content

Commit

Permalink
Update joomla/filter package (#20579 and #20580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed May 26, 2018
1 parent 56b89ce commit 66debe9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions libraries/vendor/composer/installed.json
Expand Up @@ -396,17 +396,17 @@
},
{
"name": "joomla/filter",
"version": "1.3.4",
"version_normalized": "1.3.4.0",
"version": "1.3.5",
"version_normalized": "1.3.5.0",
"source": {
"type": "git",
"url": "https://github.com/joomla-framework/filter.git",
"reference": "6ec4c6020f7ef12c57a015410bdd11031620d952"
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/6ec4c6020f7ef12c57a015410bdd11031620d952",
"reference": "6ec4c6020f7ef12c57a015410bdd11031620d952",
"url": "https://api.github.com/repos/joomla-framework/filter/zipball/ee1d870b5c188056745e1dd3cece21522e2158b8",
"reference": "ee1d870b5c188056745e1dd3cece21522e2158b8",
"shasum": ""
},
"require": {
Expand All @@ -421,7 +421,7 @@
"suggest": {
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."
},
"time": "2018-05-20T15:17:26+00:00",
"time": "2018-05-26T15:48:53+00:00",
"type": "joomla-package",
"extra": {
"branch-alias": {
Expand Down
2 changes: 1 addition & 1 deletion libraries/vendor/joomla/filter/src/InputFilter.php
Expand Up @@ -864,7 +864,7 @@ protected function cleanAttributes($attrSet)
}

// Remove all symbols
$attrSubSet[0] = preg_replace('/[^\p{L}\p{N}\s]/u', '', $attrSubSet[0]);
$attrSubSet[0] = preg_replace('/[^\p{L}\p{N}\-\s]/u', '', $attrSubSet[0]);

// Remove all "non-regular" attribute names
// AND blacklisted attributes
Expand Down

0 comments on commit 66debe9

Please sign in to comment.