CAPEv2 icon indicating copy to clipboard operation
CAPEv2 copied to clipboard

agent.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

Open seanthegeek opened this issue 2 years ago • 2 comments
trafficstars

I was playing with agent.py and I noticed this warning when running on Python 3.10.11

agent.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

Obviously 3.13 is a ways away, and we could always install an older version, but I thought I'd still call it out.

seanthegeek avatar May 10 '23 12:05 seanthegeek

this one will be a bit problematic at it looks like no native solution for this one https://peps.python.org/pep-0594/#cgi. More dependencies coming. This will be fun :D

doomedraven avatar May 10 '23 12:05 doomedraven

Probably worth us revisiting the agent module and analyzer. There's a lot of improvements to be made (see #1680 for example).

nbargnesi avatar Jul 28 '23 16:07 nbargnesi