Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XSS test types changed, new stored_xss type introduced #169

Closed
aborovsky opened this issue Jul 20, 2023 · 0 comments · Fixed by #170
Closed

XSS test types changed, new stored_xss type introduced #169

aborovsky opened this issue Jul 20, 2023 · 0 comments · Fixed by #170
Assignees
Labels
Type: enhancement New feature or request.

Comments

@aborovsky
Copy link
Contributor

XSS test types change is coming.

At the moment there 2 XSS-related test types supported:

  1. xss - produce Stored XSS and Reflective XSS.
  2. dom_xss - Produce Reflective XSS which gets renamed with MEtaDAta..

New supported XSS tests set will be:

  1. xss - corresponds to Cross-Site Scripting test.
  2. stored_xss - corresponds to new Stored Cross-Site Scripting test.
  3. dom_xss - corresponds to Client-Side XSS test. This type is deprecated, will be decommissioned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment