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

grobidOrg / grobid / 28229525583
39%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2026 09:42AM UTC
Jobs 1
Files 325
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

26 Jun 2026 09:28AM UTC coverage: 38.627% (+0.002%) from 38.625%
28229525583

push

github

web-flow
Security advisories (#1477)

* fix: address command injection via crafted PDF file names

Command injection (GHSA-mgxf-7mg7-qpmf): the non-server pdfalto path
interpolated the PDF file path into a `bash -c` string, so a filename
containing a single quote plus shell syntax could inject commands. The
already-tokenized command is now passed to bash as positional parameters
and exec'd via "$@", so file names are never re-parsed by the shell.
Added DocumentSourceTest covering quoted/metacharacter filenames.

* fix: stop thread leak in /api/modelTraining

Thread leak (GHSA-g2r5-4c8r-c84f): /api/modelTraining created a
FixedThreadPool per request and never shut it down, permanently leaking
one JVM thread per call. The executor is now shut down after submit.

* feat: limit to one training per model, reject any new request to train

Only one training per model can run at a time: a second request for a
model whose training is still in progress is rejected with 409 Conflict.
Flavor variants (e.g. header vs header-light) are distinct models and do
not block each other. The per-request executor is shut down after submit
so the worker thread terminates once the training task completes.

- bonus: update coveralls badge 

---------

Signed-off-by: Luca Foppiano <luca@foppiano.org>

8671 of 24964 branches covered (34.73%)

Branch coverage included in aggregate %.

18467 of 45293 relevant lines covered (40.77%)

1.65 hits per line

Coverage Regressions

Lines Coverage ∆ File
140
1.9
1.04% org/grobid/service/process/GrobidRestProcessTraining.java
50
59.26
0.84% org/grobid/core/document/DocumentSource.java
Jobs
ID Job ID Ran Files Coverage
1 28229525583.1 26 Jun 2026 09:42AM UTC 325
38.63
GitHub Action Run
Source Files on build 28229525583
  • Tree
  • List 325
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28229525583
  • 3227e9a6 on github
  • Prev Build on master (#28218474081)
  • Next Build on master (#28232459869)
  • Delete
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