palantir / phishcatch

A browser extension and API server for detecting corporate password use on external websites
https://github.com/palantir/phishcatch/wiki
Apache License 2.0
92 stars 21 forks source link

FastAPI 0.65.2 Wiki isn't working with phishcatch #27

Closed 0xMirasio closed 3 years ago

0xMirasio commented 3 years ago

FastAPI 0.65.2 has changed their methods to parse JSON data. The command in wiki (triggering alert, etc...) aren't working, and probably some code in the application. (Error: invalid_dict)

A solution is to downgrade to fastAPI 0.65.1 while waiting for a better version. Original issue in fastAPI git : https://www.gitmemory.com/issue/tiangolo/fastapi/3373/861173889

carbureted commented 3 years ago

I think https://github.com/palantir/phishcatch/pull/28 should work