Security preventing clickjacking #15280
Replies: 1 comment
-
Next.js has a comprehensive test suite that ensures the framework is not vulnerable to XSS attacks. You're still ultimately responsible for preventing XSS attacks for any application code that handles user-input, though. I'd take time to educate yourself about XSS to ensure you don't write any vulnerable code. I've updated the title of this and converted it to a discussion, as this is a question and there is no security issue with Next.js. If you do happen to find any Next.js vulnerability, please responsibly disclose it following our security policy, found on the Security tab of our GitHub repository. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I prevent xss attacks?
Beta Was this translation helpful? Give feedback.
All reactions