-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Conversation
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
hmm.. tests are failing because different browsers enumerate over the list of tags in a different order which results in non-deterministic. I'll either have to sort the attribute list or change the matcher to account for this. |
@IgorMinar even after sorting the attributes, there are two test failures with IE9
I think it should be possible to fix the second issue with something like https://github.com/angular/angular.js/blob/master/src/jqLite.js#L159 |
e403d80
to
f128934
Compare
f128934
to
d99fb5a
Compare
1520d90
to
d24463f
Compare
* Enables a subset of svg to be supported by the sanitizer. | ||
* | ||
* **Warning**: By enabling this setting without taking other precautions, you might expose your | ||
* application to click-hijacking attacks. In these attacks, a sanitize svg could be positioned |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sanitize svg ??
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed.
4d3a2a4
to
801fb7a
Compare
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (manually apply from the commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
Closes angular#12524 (cherry picked from commit f33ce17)
fix($compile): properly sanitize xlink:href attribute interoplation Closes angular#12524 (cherry picked from commit f33ce17) Co-authored-by: Igor Minar <igor@angularjs.org> Co-authored-by: Dumitru Corini <dumitru.corini@gmail.com>
fix: grunt package is working fix(angular.merge): do not merge __proto__ property Report from * angular@c0498d4 * angular@add78e6 fix($compile): properly sanitize xlink:href attribute interoplation Closes angular#12524 (cherry picked from commit f33ce17) Build version on windows Build version on windows Update ReadMe for Windows environment Update ReadMe Fix Unit Test Fix Unit Test Fix Unit Test Fix Test e2e Fix Test e2e Fix Test e2e Fix Test e2e
fix: grunt package is working fix(angular.merge): do not merge __proto__ property Report from * angular@c0498d4 * angular@add78e6 fix($compile): properly sanitize xlink:href attribute interoplation Closes angular#12524 (cherry picked from commit f33ce17) Build version on windows Build version on windows Update ReadMe for Windows environment Update ReadMe Fix Unit Test Fix Unit Test Fix Unit Test Fix Test e2e Fix Test e2e Fix Test e2e Fix Test e2e Fix npm:angular:20150909 Test and Validation CVE npm:angular:20150909 fix($sanitize): disallow unsafe svg animation tags and add mXSS protection
fix: grunt package is working fix(angular.merge): do not merge __proto__ property Report from * angular@c0498d4 * angular@add78e6 fix($compile): properly sanitize xlink:href attribute interoplation Closes angular#12524 (cherry picked from commit f33ce17) Build version on windows Build version on windows Update ReadMe for Windows environment Update ReadMe Fix Unit Test Fix Unit Test Fix Unit Test Fix Test e2e Fix Test e2e Fix Test e2e Fix Test e2e Fix npm:angular:20150909 Test and Validation CVE npm:angular:20150909 fix($sanitize): disallow unsafe svg animation tags and add mXSS protection
No description provided.