mozilla / eslint-plugin-no-unsanitized

Custom ESLint rule to disallows unsafe innerHTML, outerHTML, insertAdjacentHTML and alike
Mozilla Public License 2.0
228 stars 37 forks source link

Special handling AssignmentExpression with a MemberExpression on the right node (fixes #124) #127

Closed rpl closed 4 years ago

rpl commented 4 years ago

In this pull requests there are:

rpl commented 4 years ago

@mozfreddyb I just updated this pull request based on the review comments and also rebased it on top of the current master to resolve the merging conflicts due to the changes in the test file. This should now be ready to go.