Skip to content

Commit a84cfac

Browse files
committed
v1.6.2 and v1.7.4 to history
1 parent d209e13 commit a84cfac

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

HISTORY.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@ for their kind support.
122122
* Add `Config.copy_on_model_validation` flag. When set to `False`, _pydantic_ will keep models used as fields
123123
untouched on validation instead of reconstructing (copying) them, #265 by @PrettyWood
124124

125+
## v1.7.4 (2021-05-11)
126+
127+
* **Security fix:** Fix `date` and `datetime` parsing so passing either `'infinity'` or `float('inf')`
128+
(or their negative values) does not cause an infinite loop,
129+
See security advisory [CVE-2021-29510](https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh)
130+
125131
## v1.7.3 (2020-11-30)
126132

127133
Thank you to pydantic's sponsors:
@@ -211,6 +217,12 @@ for their kind support.
211217
It is hence possible to convert an existing `dataclass` easily to add *pydantic* validation.
212218
Moreover nested dataclasses are also supported, #744 by @PrettyWood
213219

220+
## v1.6.2 (2021-05-11)
221+
222+
* **Security fix:** Fix `date` and `datetime` parsing so passing either `'infinity'` or `float('inf')`
223+
(or their negative values) does not cause an infinite loop,
224+
See security advisory [CVE-2021-29510](https://github.com/samuelcolvin/pydantic/security/advisories/GHSA-5jqp-qgf6-3pvh)
225+
214226
## v1.6.1 (2020-07-15)
215227

216228
* fix validation and parsing of nested models with `default_factory`, #1710 by @PrettyWood

0 commit comments

Comments
 (0)