https://github.com/jessedoyle/xss_test
<script>alert(1);</script>
https://github.com/jessedoyle/xss_test
Last synced: 12 months ago
JSON representation
<script>alert(1);</script>
- Host: GitHub
- URL: https://github.com/jessedoyle/xss_test
- Owner: jessedoyle
- License: mit
- Created: 2020-05-28T05:05:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T05:42:30.000Z (about 6 years ago)
- Last Synced: 2025-03-24T02:04:04.001Z (about 1 year ago)
- Language: Crystal
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xss_test
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
xss_test:
github: your-github-user/xss_test
```
2. Run `shards install`
## Usage
```crystal
require "xss_test"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
## Contributors
- [Jesse Doyle](https://github.com/your-github-user) - creator and maintainer