CAPEv2
CAPEv2 copied to clipboard
agent.py:6: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
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.
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
Probably worth us revisiting the agent module and analyzer. There's a lot of improvements to be made (see #1680 for example).