We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2de54 commit 5a6c2ddCopy full SHA for 5a6c2dd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.3.3
2
+
3
+* [FIX] implement `DecodeOptions.list_limit` handling in `Utils.combine` function to prevent DoS via memory exhaustion
4
5
## 1.3.2
6
7
* [CHORE] pin mypy<1.19 on PyPy to avoid new `librt` build failures while keeping newer mypy on CPython
src/qs_codec/__init__.py
@@ -14,7 +14,7 @@
14
"""
15
16
# Package version (PEP 440). Bump in lockstep with distribution metadata.
17
-__version__ = "1.3.2"
+__version__ = "1.3.3"
18
19
from .decode import decode, load, loads
20
from .encode import dumps, encode
0 commit comments