Closed blast-hardcheese closed 2 months ago
Surely there must be a way to statically analyze this.
Turns out cfg.Project was being accessed without nil check.
cfg.Project
Manual testing
Why
Surely there must be a way to statically analyze this.
What changed
Turns out
cfg.Project
was being accessed without nil check.Test plan
Manual testing