Testing if I can squash this way (#1)
* Fixed XSS resulting from markdown() method
This commit is contained in:
parent
c552d08b8e
commit
d2e177cac4
7 changed files with 61 additions and 1 deletions
|
|
@ -6,4 +6,8 @@ FactoryGirl.define do
|
|||
description { Faker::Lorem.paragraph }
|
||||
website_link { Faker::Internet.url }
|
||||
end
|
||||
|
||||
factory :lodging_xss, parent: :lodging do
|
||||
description { '<div id="divInjectedElement"></div>' }
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue