0

I am writing some purely client-side jQuery (no AJAX). Should I be aware of jQuery-specific security holes I might inadvertently introduce for the clients?

1
  • 1
    Nope, I don't think so. jQuery is just a middleware, it sits on the API of the browser... Commented Aug 28, 2011 at 21:59

1 Answer 1

2

jQuery is a library to make native JavaScript much easier to use. The only security holes it will have are the ones introduced by the browser to any JavaScript code. These holes aren't that common, but they're the ones you need to look out for. The only thing jQuery might contribute is a few bugs, but it's tested thoroughly on all common browsers.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.