hyperledger-labs / orion-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check external TxID is URL segment safe with server code

tock-ibm opened this issue · comments

Check external TxID is URL segment safe with server code

Current SDK code does not check percent encoding correctly, it allows something like "%%-%g%1%a%y"
I.e. every letter after %, rather than % hexdigit hexdigit only.