msgpack-python/msgpack
INADA Naoki 3b80233592
unpacker: Make default size limit smaller (#319)
To avoid DoS attack, make default size limit smaller.

Fixes #295
2018-11-08 22:21:44 +09:00
..
__init__.py Merge extension module 2018-11-08 20:27:35 +09:00
_msgpack.pyx Merge extension module 2018-11-08 20:27:35 +09:00
_packer.pyx Use cython's cast for converting encoding and errors (#279) 2018-02-05 11:44:17 +09:00
_unpacker.pyx unpacker: Make default size limit smaller (#319) 2018-11-08 22:21:44 +09:00
_version.py Start 0.6 development 2018-10-03 21:06:20 +09:00
exceptions.py Deprecate more useless exceptions 2016-02-14 14:32:11 +09:00
fallback.py unpacker: Make default size limit smaller (#319) 2018-11-08 22:21:44 +09:00
pack.h packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) 2018-01-11 19:41:05 +09:00
pack_template.h Fix compile error. 2015-01-09 04:10:25 +09:00
sysdep.h s/\t/ /g 2013-02-27 21:24:25 +09:00
unpack.h Undeprecate unicode_errors (#278) 2018-02-05 02:19:48 +09:00
unpack_define.h Support unpacking new types. 2013-10-20 22:59:27 +09:00
unpack_template.h fix zero length raw can't be decoded. (#236) 2017-12-21 20:46:14 +09:00