Closed
Description
I was looking through some suspicious traffic on my git hosting service and it took me a while to understand that it was coming from sum.golang.org.
The code here:
https://github.com/golang/mod/blob/master/gosumcheck/main.go#L187
Should be updated to set a meaningful User-Agent so that admins like me are less confused when reading our access logs.
Aside: the page at sum.golang.org should include a link to the source code, it was not easy to find.