jquery-validation / jquery-validation

jQuery Validation Plugin library sources

Home Page:https://jqueryvalidation.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint/security compliance no-html-method

jennjxf opened this issue · comments

Subject of the issue

ESLint/security compliance no-html-method

Your environment

  • version of jquery-validate: 1.19.3
  • which browser and its version: Chrome, Edge

Steps to reproduce

jquery.validate-vsdoc.js uses "html()"

Expected behaviour

Should switch any html/innerHtml to "document.createElement()"

Actual behaviour

Triggering eslint/security compliance errors

This issue/proposal has been automatically marked as idle and stale because it hasn't had any recent activity. It will be automatically closed if no further activity occurs. If you think this is wrong, or the problem still persists, just pop a reply in the comments and one of the maintainers will (try!) to follow up.
Thank you for contributing :)