SeattleTestbed / seattlelib_v2

RepyV2 libraries to use with SeattleTestbed
MIT License
1 stars 20 forks source link

Minor change to sshkey_paramiko.r2py. Replaced decode() with decode_next() #192

Open tongxin97 opened 7 years ago

tongxin97 commented 7 years ago

Replaced the decode() function calls with decode_next(), since decode is not allowed for safety reasons.

See the relevant repyV1 commit that introduced that safety check: https://github.com/SeattleTestbed/repy_v1/commit/bc6b6b9e3ad4cf2785766721b92a985cf628df82

Also, the same changes made to sshkey_paramiko.repy: https://github.com/SeattleTestbed/seattlelib_v1/commit/2d1262ef8dcd69fc9a69dd11d0639ed96482cf93?diff=unified