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

uebelack / tossitin / 24633700949 / 1
100%
main: 100%

Build:
DEFAULT BRANCH: main
Ran 19 Apr 2026 04:26PM UTC
Files 34
Run time 0s
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

19 Apr 2026 04:26PM UTC coverage: 100.0%. Remained the same
24633700949.1

push

github

uebelack
🔒 fix: add shell escape utility to prevent command injection vulnerabilities

Added a new `escapeShell` utility function to properly escape special characters in git commit messages, preventing potential command injection attacks. This addresses a security vulnerability where unescaped quotes, backticks, or dollar signs in commit messages could lead to arbitrary command execution.

Changes include:
- Create `escapeShell` utility to sanitize shell input by escaping `"`, `\`, `$`, and `` ` `` characters
- Apply shell escaping to commit message titles and descriptions in commit.mjs
- Add comprehensive test coverage for the new utility function
- Expand test suites across multiple modules (commit, branch, add, jira, config)
- Add user cancellation handling tests for branch and commit flows
- Fix CI workflow order (enable Corepack before setup-node)
- Add debug mode logging tests

102 of 102 branches covered (100.0%)

Branch coverage included in aggregate %.

310 of 310 relevant lines covered (100.0%)

5.65 hits per line

Source Files on job 24633700949.1
  • Tree
  • List 34
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24633700949
  • 0d46be26 on github
  • Prev Job for on main (#24633658441.1)
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