SvetlanaM / vulnerability-test-project

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 55.4%Language:HTML 32.9%Language:CSS 11.7%