Qualified static finding recorded.
CodeVetter · local evidence export
Data race on a shared Go map
codevetter-public-benchmark/go-race-condition
needs review · medium confidence
Verification
No exact-current runtime evidence is included.
No audience validation occurred.
Finding
Concurrent map access is not synchronized
Multiple goroutines read and write the same map without a mutex or another synchronization boundary.
source.go:14