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

https://github.com/svetlanam/vulnerability-test-project

This project is an example project of many various JS security vulnerabilities on backend or on frontend.
https://github.com/svetlanam/vulnerability-test-project

attack directory-traversal javascript node npm npm-module redos snyk vulnerabilities xss-vulnerability

Last synced: about 2 months ago
JSON representation

This project is an example project of many various JS security vulnerabilities on backend or on frontend.

Awesome Lists containing this project

README

        

# Security of JS applications

This project is an example project of many various JS security vulnerabilities on backend or on frontend.

In different files, you can find different attacks. All of the vulnerabilites comes from the NMP packages and mainly from external dependencies of these packages, that are popular and installed to the many projects.

You can find here these vulnerability types:
1. Directory Traversal
2. ReDoS attack
3. XSS attack

All vulnerabilites you can check with command:
```
npm run audit
```