twilio / twilio-python

A Python module for communicating with the Twilio API and generating TwiML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aiohttp version has multiple CVE's

AlaricWhitney opened this issue · comments

Issue Summary

the aiohttp version currently used (3.8.4) has multiple security vulnerabilities with open CVE's:

aiohttp needs to be upgraded to at least 3.9.2 to resolve the issue.

Steps to Reproduce

Code Snippet

https://github.com/twilio/twilio-python/blob/main/setup.py#L26

Exception/Log

Technical details:

  • twilio-python version: 9.0.2
  • python version: 3.7

Is aiohttp==3.9.2 available in python 3.7? I see the error that it is not able to find the dependency.