what evidence does your auditor actually want for a billing bug fix? PR + CI or something more
going through SOC2 Type II and got a specific ask from our auditor that caught us off guard. we had a billing bug in prod. fixed it. had PR approval and CI passing. auditor came back and asked for evidence that the fix was actually tested against the original crash. not just that tests passed in general, but something showing here's the crash, here's the test that reproduces it, here's proof the fix makes it pass.
is that a normal ask or is our auditor being unusually strict? how are you generating that evidence right now, manually writing it up per incident or is there tooling that handles it?
specifically asking about billing/payment code, auditor seemed to care more about those paths than everything else.