gchq/CyberChef

bug(From BCD): Uncaught TypeError can'nt access property indexOf, n is undefined

已关闭

#2,489 创建于 2026年6月4日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (3,944 个派生)batch import
bughelp wanted

仓库指标

星标
 (34,843 个星标)
PR 合并指标
 (平均合并 57天 13小时) (30 天内合并 62 个 PR)

描述

To reproduce that use a direct url https://gchq.github.io/CyberChef/#recipe=From_BCD('',true,false,'Nibbles')&input=MTAwMA&oeol=VT, then as you can see

From BCD - TypeError in blob:https://gchq.github.io/7f68ce91-b78c-4bad-92a1-2f639f10c891 on line 2.<br><br>Message: can't access property "indexOf", n is undefined

the issue is simple issue the first parameter not checked is empty or not, that persists, because after that a code try to use indexOf in n, and simply n is undefined, will throw an error

贡献者指南