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

healthchecks / healthchecks / 22991965828
91%

Build:
DEFAULT BRANCH: master
Ran 12 Mar 2026 07:56AM UTC
Jobs 1
Files 224
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

12 Mar 2026 07:54AM UTC coverage: 91.503%. Remained the same
22991965828

push

github

cuu508
Fix incorrect Bearer token handling in the Prometheus metrics endpoint

The "Bearer " prefix was removed from the Authorization header
incorrectly with str.lstrip(). This could mangle the token (if
the token starts with "B", "e", "a", or "r") and result in
HTTP 400 responses from the server. The fix is to use
str.removeprefix() instead.

This bug is not a security issue: there was no chance that an invalid
key would have been accepted as valid, only vice-versa.

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

8249 of 9015 relevant lines covered (91.5%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22991965828.1 12 Mar 2026 07:56AM UTC 224
91.5
GitHub Action Run
Source Files on build 22991965828
  • Tree
  • List 224
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 46af4c81 on github
  • Prev Build on master (#22958408949)
  • Next Build on master (#23042373724)
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