Skip to content

Commit e49975d

Browse files
committed
MDVA-373: Error upon adding product to cart
1 parent 4693927 commit e49975d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/product_simple_xss.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
)->setName(
1717
'<script>alert("xss");</script>'
1818
)->setSku(
19-
'<script>alert("xss");</script>'
19+
'product-with-xss'
2020
)->setPrice(
2121
10
2222
)->setDescription(

0 commit comments

Comments
 (0)