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

kcl-lang / cli / 33302539011
28%
main: 31%

Build:
Build:
LAST BUILD BRANCH: feat/issue-2047-xml-format
DEFAULT BRANCH: main
Ran 30 Aug 2026 08:53AM UTC
Jobs 1
Files 11
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

30 Aug 2026 08:49AM UTC coverage: 27.691%. Remained the same
33302539011

Pull #379

github

claude
fix(deps): bump github.com/buger/jsonparser to v1.6.1 (fixes #376)

`go.mod` pinned `github.com/buger/jsonparser v1.1.1` (released
2021-01-08), which is vulnerable to CVE-2026-32285: the `Delete`
function does not validate the start/end offsets before slicing the
input byte slice, so malformed JSON can trigger a runtime panic
(slice bounds out of range) — a HIGH-severity denial-of-service.

`jsonparser` is a transitive indirect dependency here (pulled in via
`kcl-go/pkg/tools/gen`), but the project is what pins the old
version in `go.mod`, so bumping has to happen in this repo.

Bump to v1.6.1 (released 2026-07-30), the latest stable that
includes the v1.1.2 bounds-check fix plus a pile of subsequent
correctness and performance work. The build still succeeds (`go
build ./cmd/...`) and the unit tests under `./pkg/...` and
`./cmd/kclx/...` still pass; the pre-existing panic in
`TestModCmdWithSkipTlsVerify` (nil `*DepGraph` deref inside
`kpm@v0.12.9`) reproduces on `main` and is unrelated to this bump.

Refs #376
Pull Request #379: fix(deps): bump github.com/buger/jsonparser to v1.6.1 (fixes #376)

247 of 892 relevant lines covered (27.69%)

0.3 hits per line

Jobs
ID Job ID Ran Files Coverage
1 33302539011.1 30 Aug 2026 08:53AM UTC 11
27.69
GitHub Action Run
Source Files on build 33302539011
  • Tree
  • List 11
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #379
  • PR Base - main (#33296940384)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc