-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal for v2. #120
Proposal for v2. #120
Conversation
Insecure Network Communication (1)
More info on how to fix Insecure Network Communication in Go. 👉 Go to the dashboard for detailed results. 📥 Happy? Share your feedback with us. |
Codecov Report
@@ Coverage Diff @@
## main #120 +/- ##
===========================================
+ Coverage 68.23% 97.81% +29.57%
===========================================
Files 12 4 -8
Lines 362 548 +186
===========================================
+ Hits 247 536 +289
+ Misses 112 9 -103
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
…ontext shuts down the registration just like calling Stop().
- Add a required url for the webhook url. The original address that appeared to be the right url was the address of the requester, not the target. - Fix a race condition where sending an update to the goroutine can cause a deadlock. Instead of sending the signal inside a mutex, send it via a separate go routine that can recover from a panic if the channel happens to be closed while it is waiting. - Fix the token interface so it's just that; using the Token interface not the literal token{}.
No description provided.