Skip to content

Commit

Permalink
feat(tests): add stored_xss and deprecate dom_xss (#12)
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
aborovsky authored Jul 20, 2023
1 parent 0b043bd commit 6681c5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sec_tester/tests.cr
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module SecTester
"date_manipulation",
"default_login_location",
"directory_listing",
# @deprecated Use "xss" instead
"dom_xss",
# "email_header_injection",
"excessive_data_exposure",
Expand Down Expand Up @@ -44,6 +45,7 @@ module SecTester
"sqli",
"ssrf",
"ssti",
"stored_xss",
"unvalidated_redirect",
"version_control_systems",
"webdav",
Expand Down

0 comments on commit 6681c5f

Please sign in to comment.