Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Fuseki 2.3.1
Description
In fuseki web interface, dataset.html page -> tab "query"
it's possible to write query like:
SELECT ("<b>hello</b>" AS ?Y) ("<script>alert(document.domain)</script>" AS ?X) WHERE { }
that show a pop-up with hostname.
Probably the problem is with the YASQE dependency.