polymer-resin icon indicating copy to clipboard operation
polymer-resin copied to clipboard

XSS mitigation for Polymer webcomponents that uses safe html type contracts

Results 4 polymer-resin issues
Sort by recently updated
recently updated
newest added

Hi, The polymer-resin requires global Polymer variable to be set. Polymer 3 doesn't set global Polymer variable. The recommended approach for Polymer 3 is to import modules. This repository has...

1. Create an application that uses paper-textarea 2. Install Polymer resin 3. See that the id for the paper-textarea's internal iron-autogrow-textarea has been replaced with zClosurez, which breaks other functionality...

https://gerrit-review.googlesource.com/c/111010/2 ```html ``` causes polymer-resin to create a `` proxy element instead of using the default `HTMLElement` proxy. We should recognize when `is="..."` appears on a non-builtin HTML element, and...

See discussion at https://gerrit-review.googlesource.com/c/106190