Skip to content

Conversation

@bupd
Copy link
Contributor

@bupd bupd commented Dec 23, 2025

Comprehensive Summary of your change

  • Added gosec linter to .golangci.yaml
  • Configured exclusions for intentional patterns with documented justifications

Issue being fixed

Fixes #22665

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/update"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

@bupd bupd requested a review from a team as a code owner December 23, 2025 00:32
@codecov
Copy link

codecov bot commented Dec 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 46.53%. Comparing base (c8c11b4) to head (569eb16).
⚠️ Report is 632 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #22668      +/-   ##
==========================================
+ Coverage   45.36%   46.53%   +1.16%     
==========================================
  Files         244      252       +8     
  Lines       13333    14274     +941     
  Branches     2719     2931     +212     
==========================================
+ Hits         6049     6642     +593     
- Misses       6983     7274     +291     
- Partials      301      358      +57     
Flag Coverage Δ
unittests 46.53% <ø> (+1.16%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 179 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

chore: update gosec excludes with comments

fix: gosec lint issue

Signed-off-by: bupd <[email protected]>
@Vad1mo Vad1mo added the release-note/update Update or Fix label Jan 22, 2026
@Vad1mo Vad1mo enabled auto-merge (squash) January 22, 2026 12:05
@stonezdj stonezdj removed their assignment Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release-note/update Update or Fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add more linters to catch bugs earlier

5 participants