mirror of https://github.com/apache/lucene.git
SOLR-7920 XSS issue in old schema-browser page
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1696161 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5455614da
commit
dc2f2295e0
|
@ -273,7 +273,7 @@ sammy.bind
|
|||
'types' : []
|
||||
}
|
||||
|
||||
$( 'option[value="' + params.route_params.path + '"]', related_select_element )
|
||||
$( 'option[value="' + params.route_params.path.esc() + '"]', related_select_element )
|
||||
.attr( 'selected', 'selected' );
|
||||
|
||||
related_select_element
|
||||
|
|
Loading…
Reference in New Issue