We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f42b60 commit b8c5e1bCopy full SHA for b8c5e1b
test/factories/api_users.rb
@@ -7,7 +7,7 @@
7
terms_and_conditions { "1" }
8
9
factory :xss_api_user do
10
- email { 'a@"><script class="xss-test">alert("Hello-first_name");</script>.com' }
+ email { 'a@"><script class="xss-test">alert("Hello-first_name");</script>.com' }
11
first_name { '"><script class="xss-test">alert("Hello first_name");</script>' }
12
last_name { '"><script class="xss-test">alert("Hello last_name");</script>' }
13
use_description { '"><script class="xss-test">alert("Hello use_description");</script>' }
0 commit comments