mirror of
https://github.com/gchq/CyberChef
synced 2025-12-23 19:53:26 +00:00
Fixed reflected XSS described in issue 1265
This commit is contained in:
@@ -87,7 +87,7 @@ class ScatterChart extends Operation {
|
||||
const recordDelimiter = Utils.charRep(args[0]),
|
||||
fieldDelimiter = Utils.charRep(args[1]),
|
||||
columnHeadingsAreIncluded = args[2],
|
||||
fillColour = args[5],
|
||||
fillColour = Utils.escapeHtml(args[5]),
|
||||
radius = args[6],
|
||||
colourInInput = args[7],
|
||||
dimension = 500;
|
||||
|
||||
Reference in New Issue
Block a user