mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 02:23:20 +00:00
CodeQL fixes
This commit is contained in:
@@ -43,9 +43,9 @@ class ToBase45 extends Operation {
|
||||
* @returns {string}
|
||||
*/
|
||||
run(input, args) {
|
||||
if (!input) return "";
|
||||
input = new Uint8Array(input);
|
||||
const alphabet = Utils.expandAlphRange(args[0]);
|
||||
if (!input) return "";
|
||||
|
||||
const res = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user