Example app in my lecture: "XSS - From Theory to Practice" in Vue.js Norte 10th Edition
Module available through the npm registry. It can be installed using the npm or yarn command line tool.
# Yarn (Recomend)
yarn global add another-xss-example
# NPM
npm install another-xss-example --globalTo run the test suite, first install the dependencies, then run test:
# Using Yarn
yarn testNone
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. List of all contributors.