quintodrome/core/metrics
Deluan 5fa8356b31 chore(deps): bump golangci-lint to v2.10.0 and suppress new gosec false positives
Bump golangci-lint from v2.9.0 to v2.10.0, which includes a newer gosec
with additional taint-analysis rules (G117, G703, G704, G705) and a
stricter G101 check. Added inline //nolint:gosec comments to suppress
21 false positives across 19 files: struct fields flagged as secrets
(G117), w.Write calls flagged as XSS (G705), HTTP client calls flagged
as SSRF (G704), os.Stat/os.ReadFile/os.Remove flagged as path traversal
(G703), and a sort mapping flagged as hardcoded credentials (G101).

Signed-off-by: Deluan <deluan@navidrome.org>
2026-02-17 09:28:42 -05:00
..
insights feat(insights): collect ScannerExtractor configuration to measure gotaglib usage 2026-01-26 20:31:39 -05:00
insights.go chore(deps): bump golangci-lint to v2.10.0 and suppress new gosec false positives 2026-02-17 09:28:42 -05:00
insights_darwin.go feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00
insights_default.go feat(Insights): add anonymous usage data collection (#3543) 2024-12-17 17:10:55 -05:00
insights_linux.go fix(insights): add Parallels Shared Folders filesystem type to fsTypeMap 2025-12-02 17:00:13 -05:00
insights_windows.go fix(insights): get Windows version 2024-12-21 14:54:14 -05:00
prometheus.go fix(prometheus): report subsonic error code (#4282) 2025-06-30 11:54:02 -04:00