|
|
|
|
|
by x0x0
900 days ago
|
|
We spin up a clone of prod and point them at that. Certainly if a weakness is found in the clone it's also present in prod, but that's what contracts are for. And we also review logs to make sure. edit: a clone of prod w/ only test data in it, not prod data. |
|
If you have the foresight to be able to recognize a malicious action from the logs, why not have the software block those actions from the start?