Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 307 Bytes

File metadata and controls

12 lines (8 loc) · 307 Bytes

React XSS vector

This simple React app shows what methods of rendering possible user input are safe from XSS (cross-site scripting vulnerabilites) and what methods are dangerous

Start

npm start

Usage

Write XSS to the user input and inspect where it is dangerous. Code is in App.js