scolby33 / OCSPdash

A dashboard for the status of the top certificate authorities' OCSP responders.
MIT License
1 stars 0 forks source link

Make sure incomplete DB updates from Censys aren't partially committed so the manifest.jsonl endpoint isn't inconsistent #35

Open cthoyt opened 6 years ago

cthoyt commented 6 years ago

uhhh

scolby33 commented 6 years ago

I'm about 80% sure this is solved with a session.begin() and a session.commit() in the right places.