https://github.com/tiagodanin/another-xss-example
Example app in my lecture: "XSS - From Theory to Practice" in Vue.js Norte 10th Edition
https://github.com/tiagodanin/another-xss-example
example example-app lecture-material node nuxt vue xss xss-example xss-vulnerability
Last synced: 9 months ago
JSON representation
Example app in my lecture: "XSS - From Theory to Practice" in Vue.js Norte 10th Edition
- Host: GitHub
- URL: https://github.com/tiagodanin/another-xss-example
- Owner: TiagoDanin
- License: mit
- Created: 2020-01-04T17:27:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T15:21:25.000Z (12 months ago)
- Last Synced: 2025-02-25T06:23:48.877Z (11 months ago)
- Topics: example, example-app, lecture-material, node, nuxt, vue, xss, xss-example, xss-vulnerability
- Language: Vue
- Size: 421 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Another XSS Example
[](https://npmjs.org/package/another-xss-example) [](https://npmjs.org/package/another-xss-example) [](https://npmjs.org/package/another-xss-example) [](https://github.com/xojs/xo)
Example app in my lecture: "XSS - From Theory to Practice" in Vue.js Norte 10th Edition
## Installation
Module available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tool.
```sh
# Yarn (Recomend)
yarn global add another-xss-example
# NPM
npm install another-xss-example --global
```
## Tests
To run the test suite, first install the dependencies, then run `test`:
```sh
# Using Yarn
yarn test
```
## Dependencies
None
## Dev Dependencies
xo: JavaScript linter with great defaults
Author: Sindre Sorhus
License: MIT
Version: ^0.24.0
## Contributors
Pull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/Another-XSS-Example/issues). [List of all contributors](https://github.com/TiagoDanin/Another-XSS-Example/graphs/contributors).
## License
[MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)