Problem:
Server may change its mind about SAFE decisions later.
For example, if we add a new detector we would want to
re-scan all of the SAFE decisions.
Solution:
Run the db-rescan-safe.js tool on the server.
This moves all SAFE docs from the trusted table to the untrusted table.
validate-uploads.js will then re-test all of them.
Problem: Server may change its mind about SAFE decisions later. For example, if we add a new detector we would want to re-scan all of the SAFE decisions.
Solution: Run the db-rescan-safe.js tool on the server. This moves all SAFE docs from the trusted table to the untrusted table. validate-uploads.js will then re-test all of them.
Fixes: #43