VYPR

PyPI package

pydantic

pkg:pypi/pydantic

Vulnerabilities (2)

  • CVE-2024-3772Apr 15, 2024
    affected >= 2.0.0, < 2.4.0fixed 2.4.0

    Regular expression denial of service in Pydanic < 2.4.0, < 1.10.13 allows remote attackers to cause denial of service via a crafted email string.

  • CVE-2021-29510May 13, 2021
    affected < 1.6.2fixed 1.6.2

    Pydantic is a data validation and settings management using Python type hinting. In affected versions passing either `'infinity'`, `'inf'` or `float('inf')` (or their negatives) to `datetime` or `date` fields causes validation to run forever with 100% CPU usage (on one CPU). Pyda