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

consider removing a test case #128

Open mozfreddyb opened 4 years ago

mozfreddyb commented 4 years ago

The test case code: "(e = node.insertAdjacentHTML('beforebegin', evil))()", might be obsolete. Needs investigation in coverage before we remove it.