We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1cc25 commit 8ed9c76Copy full SHA for 8ed9c76
core/src/test/scala/org/apache/spark/ui/UIUtilsSuite.scala
@@ -158,9 +158,9 @@ class UIUtilsSuite extends SparkFunSuite {
158
159
test("SPARK-20393: Prevent links from parameters on page.") {
160
val link =
161
- """stdout'"><iframe+id%3D1131+src%3Dhttp%3A%2F%2Fdemo.testfire.net%2Fphishing.html>"""
+ """stdout'"><iframe+id%3D1131+src%3Dhttp%3A%2F%2Fdemo.test.net%2Fphishing.html>"""
162
val stripLink =
163
- "stdout"><iframe+id%3D1131+src%3Dhttp%3A%2F%2Fdemo.testfire.net%2Fphishing.html>"
+ "stdout"><iframe+id%3D1131+src%3Dhttp%3A%2F%2Fdemo.test.net%2Fphishing.html>"
164
165
assert(stripLink === stripXSS(link))
166
}
0 commit comments