mirror of
https://github.com/gchq/CyberChef.git
synced 2025-06-14 10:14:53 -04:00
Lets hope a direct match and replace will satisfy CodeQL
This commit is contained in:
parent
0b913d070a
commit
e6a50df732
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ class ParseAITokens extends Operation {
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
.replace(/<script/ig, "<script") // satisfy codeql
|
||||||
.replace(/[\r\n]/g, "");
|
.replace(/[\r\n]/g, "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue