Skip to content

Conversation

@oittaa
Copy link
Contributor

@oittaa oittaa commented Dec 31, 2025

Currently gosec doesn't detect something like this

package main

type DBConfig struct {
        Password string
}

func main() {
        _ = DBConfig{
                Password: "f62e5bcda4fae4f82370da0c6f20697b8f8447ef",
        }
}

I think this is also a step towards implementing #1416

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.77%. Comparing base (1216c9b) to head (50a0054).
⚠️ Report is 149 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1447      +/-   ##
==========================================
- Coverage   68.49%   64.77%   -3.73%     
==========================================
  Files          75       78       +3     
  Lines        4384     4761     +377     
==========================================
+ Hits         3003     3084      +81     
- Misses       1233     1530     +297     
+ Partials      148      147       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ccojocar ccojocar merged commit 717706e into securego:master Jan 2, 2026
6 checks passed
@oittaa oittaa deleted the issue1416 branch January 4, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants