Skip to content

Commit

Permalink
[SECURITY-641] Escape autocompletion suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck authored and jglick committed Oct 24, 2017
1 parent 566a8dd commit f670681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions war/src/main/webapp/scripts/hudson-behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,7 @@ var jenkinsRules = {
};
ac.prehighlightClassName = "yui-ac-prehighlight";
ac.animSpeed = 0;
ac.formatResult = ac.formatEscapedResult;
ac.useShadow = true;
ac.autoSnapContainer = true;
ac.delimChar = e.getAttribute("autoCompleteDelimChar");
Expand Down

0 comments on commit f670681

Please sign in to comment.