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

codenotary / immudb / 24836051559
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix/issue-2100-sql-panics
DEFAULT BRANCH: master
Ran 23 Apr 2026 12:54PM UTC
Jobs 1
Files 310
Run time 12s
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

pending completion
24836051559

Pull #2090

gh-ci

vchaindz
fix(codeql): bind int64→int conversion to bounded local in remote_app

Resolves two CodeQL `go/incorrect-integer-conversion` alerts (high
severity) at embedded/appendable/remoteapp/remote_app.go:539 and :568.
The bounds check on id (`id < 0 || id > int64(math.MaxInt)`) was
already in place immediately above both `int(id)` call sites, but
CodeQL's taint analysis doesn't track the check across the
intermediate loop header and still flagged the narrowing
conversion as unchecked.

Fix: after the bounds check, bind `idInt := int(id)` and use the
local in the loop + indexing. Functionally identical; makes the
safety visible to CodeQL.

TestTransaction_HandlingReadConflict (unrelated failure on the
ubuntu minio+fips variant) passes 3/3 locally and has no test-
logic changes since v1.10.0 — flake, leaving alone.
Pull Request #2090: v1.11.0: PostgreSQL compatibility and SQL feature expansion

44584 of 52281 relevant lines covered (85.28%)

128027.59 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24836051559.1 23 Apr 2026 12:54PM UTC 310
85.28
Source Files on build 24836051559
  • Tree
  • List 310
  • Changed 68
  • Source Changed 0
  • Coverage Changed 68
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2090
  • PR Base - master (#24401624429)
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