jwt_tool
jwt_tool copied to clipboard
OrderedDict mutated during iteration
Hi, for me, launching the tool produces the following error when checking for external interaction :
Traceback (most recent call last):
File "/home/csaudit/jwt_tool/jwt_tool.py", line 2098, in
It seems to be caused by the del statement in the function injectExternalInteractionPayload (line 1639), as replacing it with a print statement fixes the issue. Am I doing anything wrong or is this a bug?
Best, FH
I just ran into the same error. Your suggested fix seems to have worked. Thanks!