KasperskyLab / TinyCheck

TinyCheck allows you to easily capture network communications from a smartphone or any device which can be associated to a Wi-Fi access point in order to quickly analyze them. This can be used to check if any suspect or malicious communication is outgoing from a smartphone, by using heuristics or specific Indicators of Compromise (IoCs). In order to make it working, you need a computer with a Debian-like operating system and two Wi-Fi interfaces. The best choice is to use a Raspberry Pi (2+) a Wi-Fi dongle and a small touch screen. This tiny configuration (for less than $50) allows you to tap any Wi-Fi device, anywhere.
Apache License 2.0
3.08k stars 222 forks source link

flask dependency on Raspbian 10, very old version of werkzeug #121

Open 18info opened 1 year ago

18info commented 1 year ago

Hello,

The http server "python-werkeug" required by flask as a dependency¹ is version 0.14.1². Switching to bullseye would allow to use version 1.0.1 which is also quite old or version 2.0.2 provided by backports (python3-werkzeug).

Regards,

¹ apt-cache rdepends --installed python-werkzeug
    python-werkzeug
  Reverse Depends:
    python-flask`

² apt search python-werkzeug
  […]
    python-werkzeug/oldstable,now 0.14.1+dfsg1-4+deb10u1 […]