@@ -2749,9 +2749,10 @@ def test_trigger_dag_form(self):
27492749 [
27502750 ("javascript:alert(1)" , "/home" ),
27512751 ("http://google.com" , "/home" ),
2752+ ("36539'%3balert(1)%2f%2f166" , "/home" ),
27522753 (
27532754 "%2Ftree%3Fdag_id%3Dexample_bash_operator';alert(33)//" ,
2754- "/tree?dag_id=example_bash_operator%27&alert%2833%29%2F%2F= " ,
2755+ "/home " ,
27552756 ),
27562757 ("%2Ftree%3Fdag_id%3Dexample_bash_operator" , "/tree?dag_id=example_bash_operator" ),
27572758 ("%2Fgraph%3Fdag_id%3Dexample_bash_operator" , "/graph?dag_id=example_bash_operator" ),
@@ -3289,10 +3290,14 @@ class TestHelperFunctions(TestBase):
32893290 [
32903291 ("" , "/home" ),
32913292 ("http://google.com" , "/home" ),
3293+ ("36539'%3balert(1)%2f%2f166" , "/home" ),
3294+ (
3295+ "http://localhost:8080/trigger?dag_id=test&origin=36539%27%3balert(1)%2f%2f166&abc=2" ,
3296+ "http://localhost:8080/trigger?dag_id=test&abc=2" ,
3297+ ),
32923298 (
32933299 "http://localhost:8080/trigger?dag_id=test_dag&origin=%2Ftree%3Fdag_id%test_dag';alert(33)//" ,
3294- "http://localhost:8080/trigger?dag_id=test_dag&origin=%2Ftree%3F"
3295- "dag_id%25test_dag%27&alert%2833%29%2F%2F=" ,
3300+ "http://localhost:8080/trigger?dag_id=test_dag" ,
32963301 ),
32973302 (
32983303 "http://localhost:8080/trigger?dag_id=test_dag&origin=%2Ftree%3Fdag_id%test_dag" ,
0 commit comments