Safety vulnerability ID: 40141
The information on this page was manually curated by our Cybersecurity Intelligence Team.
Pfun 0.12.0 updates the 'aiohttp' dependency to 3.7.4 to avoid an open redirect vulnerability.
Latest version: 0.13.2
Functional, composable, asynchronous, type-safe Python.
Features
- `pfun.effect` is now implemented in Cython, which greatly improves trampoline interpretation speed
- `pfun.maybe` and `pfun.either` are now both [tagged unions](https://mypy.readthedocs.io/en/stable/literal_types.html#tagged-unions) implemented through `__bool__`, which allows you to narrow the type using `if` statements instead of the more verbose `isinstance`
Fixes
- `aiohttp` dependency version is increased to 3.7.4 to avoid [open redirect vulnerability](https://github.com/advisories/GHSA-v6wp-4m6f-gcjg)
Scan your Python project for dependency vulnerabilities in two minutes
Scan your application