scattered-development
scattered-development
Anyone looking for the data there is a json here last updated 3 weeks ago https://raw.githubusercontent.com/pyupio/safety-db/master/data/insecure_full.json
Looking deeper and adding further logs it seems to be caused by Sentry. I see that Raven is in use, which is now deprecated in favour of sentry_sdk. I have...
Fixed Turns out the error is due to the payload types; the keys are of type string but the Model expects ObjectId. Fixing this sorts out the validation link as...
PR here sorry for delay https://github.com/mongodb-labs/full-stack-fastapi-mongodb/pull/53