Implement global security advisories API#2993
Conversation
aebb733 to
0a04270
Compare
gmlewis
left a comment
There was a problem hiding this comment.
Thanks, @cpanato. I'm going to stop my code review early here and ask you to remove as many new structs that you've added as possible, and to instead reuse SecurityAdvisory and other related structs as much as possible without all the duplication.
Also, every new exported struct that you add needs a full godoc string.
Signed-off-by: cpanato <ctadeu@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2993 +/- ##
==========================================
- Coverage 97.93% 97.91% -0.02%
==========================================
Files 150 150
Lines 12952 12980 +28
==========================================
+ Hits 12685 12710 +25
- Misses 190 192 +2
- Partials 77 78 +1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: cpanato <ctadeu@gmail.com>
|
@gmlewis thanks so much for your review and sorry about the force-push |
gmlewis
left a comment
There was a problem hiding this comment.
OK, two small nits, please, then we should be ready for a second LGTM+Approval from any other contributor to this repo before merging.
Signed-off-by: cpanato <ctadeu@gmail.com>
|
@gmlewis Thanks again for your review, PTAL |
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
Signed-off-by: cpanato <ctadeu@gmail.com>
|
@gmlewis checking if you know how long this will take? :) |
|
@cpanato - we rely on volunteers to help maintain this repo. I don't know when another contributor will be available to review this PR before merging. And yes, we should be able to make a new release soon as well. |
|
thank you @gmlewis, no worries just checking :) |
|
Thank you, @valbeat ! |
|
thanks for all the support |
Hi @cpanato - this is now released here: https://github.com/google/go-github/releases/tag/v57.0.0 |
No sorry is needed. Thank you for all the work you do here 🎉 and thanks for the release |
Fixes: #2851
cc @gmlewis