Report issues privately via GitHub's private vulnerability reporting rather than a public issue.
Include:
- Description and potential impact
- Steps to reproduce or proof-of-concept
- Any suggested mitigations
Expect an initial response within 7 days.
This repo contains bash scripts that run git commands. Relevant concerns:
gitprune --forcedeletes local branches — run only when you intend to discard unmerged work- Scripts source
../lib/gitcmds.shvia a relative path — ensure thelib/directory is not writable by untrusted processes - No network calls beyond standard
git fetch/git pullagainst your configured remote
Only the latest revision on main is maintained.