mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 15:26:16 -04:00
CodeQL fixes
This commit is contained in:
parent
f77633cee9
commit
f5fe79326a
2 changed files with 3 additions and 3 deletions
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue