You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a vulnerable method with a receiver in the test module so that
the "receiver" field is populated in tests.
This will allow us to test changed behavior in a follow-up CL.
For golang/go#59618
Change-Id: I724dd866cc6e0fced803e12e8deb2f4d12bfe8ce
Reviewed-on: https://go-review.googlesource.com/c/vuln/+/485415
Reviewed-by: Tatiana Bradley <tatianabradley@google.com>
Run-TryBot: Tatiana Bradley <tatianabradley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Julie Qiu <julieqiu@google.com>
Example: https://github.com/julieqiu/govulncheckdemo/blob/7321d26f4defec4c9bce3d8b3f1fc4926763cc35/examples/module3_output.json#L103
Receiver should just be
*DHT
instead of*github.com/shiyanhui/dht.DHT
The text was updated successfully, but these errors were encountered: