• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubernetes-sigs / azuredisk-csi-driver / 24192872008
76%
master: 76%

Build:
Build:
LAST BUILD BRANCH: release-1.34
DEFAULT BRANCH: master
Ran 09 Apr 2026 01:34PM UTC
Jobs 1
Files 34
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Apr 2026 01:29PM UTC coverage: 75.845% (-0.08%) from 75.927%
24192872008

Pull #3581

github

andyzhangx
fix: use strconv.ParseInt with bitSize 32 to avoid integer overflow

Replace strconv.Atoi with strconv.ParseInt(diskLUN, 10, 32) in
GetDiskLUN to prevent incorrect conversion from architecture-dependent
int to int32. This resolves CodeQL alert #9 (CWE-190, CWE-681).

Fixes https://github.com/kubernetes-sigs/azuredisk-csi-driver/security/code-scanning/9
Pull Request #3581: fix: use strconv.ParseInt with bitSize 32 to prevent integer overflow in GetDiskLUN

1 of 1 new or added line in 1 file covered. (100.0%)

5 existing lines in 1 file now uncovered.

4666 of 6152 relevant lines covered (75.85%)

11.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
92.79
-1.2% pkg/azuredisk/migration_monitor.go
Jobs
ID Job ID Ran Files Coverage
1 24192872008.1 09 Apr 2026 01:34PM UTC 34
75.85
GitHub Action Run
Source Files on build 24192872008
  • Tree
  • List 34
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3581
  • PR Base - master (#24188499426)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc