Skip to content

fluidattacks/vulnerable_js_app

Repository files navigation

Vulnerable Javascript Application

It is an application based on NodeJs and is designed to verify the accuracy of the detection of SAST vulnerabilities of skims. This application exposes the most common types of vulnerabilities that require analysis of the application input data flow manipulated by the user.

Rules for adding test cases

  • add a new route in server/routes/testcases/, the file name should in the format test<test-number>.js
  • add a new HTTP file in test/endpoints to test the endpoint, the file must have 2 requests to test a normal use case and exploit case, the file name should in the format test<test-number>.http
  • add test result in expected_results.csv, with the test number, vulnerability category, CWE and test result, is it vulnerable or not

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages