An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Another XSS Example

[![Downloads](https://img.shields.io/npm/dt/another-xss-example.svg?style=flat-square)](https://npmjs.org/package/another-xss-example) [![Node](https://img.shields.io/node/v/another-xss-example.svg?style=flat-square)](https://npmjs.org/package/another-xss-example) [![Version](https://img.shields.io/npm/v/another-xss-example.svg?style=flat-square)](https://npmjs.org/package/another-xss-example) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](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)