line 1499, in scanModePlaybook
for payloadClaim in paylDict:
injectExternalInteractionHeader and injectExternalInteractionPayload attempt to modify the ordered dicts on the fly but python doesn't like that. Need to use a static copy of the headDict & paylDict when for looping the inject external interact funcs.
line 1499, in scanModePlaybook for payloadClaim in paylDict:
injectExternalInteractionHeader and injectExternalInteractionPayload attempt to modify the ordered dicts on the fly but python doesn't like that. Need to use a static copy of the headDict & paylDict when for looping the inject external interact funcs.
Added more secrets from https://github.com/wallarm/jwt-secrets/blob/master/jwt.secrets.list I
sort
ed anduniq
d before comitting