Fix gosec overflow alerts#5799
Merged
dmathieu merged 17 commits intoopen-telemetry:mainfrom Sep 13, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5799 +/- ##
=====================================
Coverage 84.5% 84.5%
=====================================
Files 272 272
Lines 22771 22776 +5
=====================================
+ Hits 19251 19256 +5
Misses 3177 3177
Partials 343 343 |
9d84ad7 to
b21f2f9
Compare
pellared
previously requested changes
Sep 10, 2024
pellared
reviewed
Sep 10, 2024
pellared
approved these changes
Sep 10, 2024
Contributor
|
This is missing fixes for all the other lint errors: |
7f174b5 to
5880fee
Compare
Member
Author
|
Duh you're right, my bad. I forgot that the linter stops after the first package with failures. I have fixed everything else. |
pellared
approved these changes
Sep 11, 2024
MrAlias
reviewed
Sep 11, 2024
MrAlias
reviewed
Sep 11, 2024
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
MrAlias
reviewed
Sep 12, 2024
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
MrAlias
approved these changes
Sep 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To allow the golangci-lint upgrade in #5796.