This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ changes section for more information
35
35
- do not trigger animations if the document is hidden
36
36
([a3a7afd3](https://github.com/angular/angular.js/commit/a3a7afd3aa70d981b0210088df53fa2cf68d3a3d),
37
37
[#12842](https://github.com/angular/angular.js/issues/12842), [#13776](https://github.com/angular/angular.js/issues/13776))
38
- - **ngSanitize:** Blacklist the attribute `usemap`
38
+ - **ngSanitize:** blacklist the attribute `usemap` as it can be used as a security exploit
39
39
([234053fc](https://github.com/angular/angular.js/commit/234053fc9ad90e0d05be7e8359c6af66be94c094))
40
40
- **ngTouch:** deprecate ngClick and disable it by default
41
41
([0dfc1dfe](https://github.com/angular/angular.js/commit/0dfc1dfebf26af7f951f301c4e3848ac46f05d7f),
Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ service does not have access to the resource in order to sanitize it.
158
158
159
159
Similarly, due to [234053fc](https://github.com/angular/angular.js/commit/234053fc9ad90e0d05be7e8359c6af66be94c094),
160
160
the `$sanitize` service will now also remove instances of the `usemap` attribute from any elements
161
- passedto it. This attribute is used to reference another element by `name` or `id`. Since the `name`
162
- and `id` attributes are already blacklisted, a sanitized `usemap` attribute could only reference
163
- unsanitized content, which is a security risk.
161
+ passed to it. This attribute is used to reference another element by `name` or `id`. Since the
162
+ `name` and `id` attributes are already blacklisted, a sanitized `usemap` attribute could only
163
+ reference unsanitized content, which is a security risk.
164
164
165
165
Due to [98c2db7f](https://github.com/angular/angular.js/commit/98c2db7f9c2d078a408576e722407d518c7ee10a),
166
166
passing a non-string value (other than `undefined` or `null`) through the `linky` filter will throw
You can’t perform that action at this time.
0 commit comments