dimadvk / pinger

1 stars 0 forks source link

decode('utf-8') - insecure #17

Closed dimadvk closed 9 years ago

dimadvk commented 9 years ago

(12:47:56) dvk: decode('utf-8') -- а что тут не безопасно..? (12:49:02) я не знаю - напиши в комментариях)

http://stackoverflow.com/questions/31485592/why-is-it-that-using-anything-but-a-utf-8-decoder-might-be-insecure-in-a-url

Using anything but a utf-8 decoder when the input contains bytes outside the range 0x00 to 0x7F might be insecure and is not recommended. ---|