daxAKAhackerman/XSS-Catcher

python3 module error

Closed this issue · 2 comments

2022-02-25_06-09
after running:
docker logs xss-catcher_backend_1
fresh install

Hello again @gprime31 👋

It seems that the last minor update of one of my dependencies broke Flask (itsdangerous v2.0.1 -> v2.1.0).

I fixed the working version in the requirements and did the same with every dependencies to prevent this issue from happening again.

Just pull the latest version that I just released (https://github.com/daxAKAhackerman/XSS-Catcher/releases/tag/v1.8.1) and run make update and you should be good to go!

Awesome as always!
Thanks