Skip to content

v1.2.1

Choose a tag to compare

@wktk wktk released this 11 Jun 00:50
· 207 commits to master since this release
v1.2.1
59e255c

conflibot v1.2.1

Security patch for the v1 line. Backports the command-injection fix from v2 onto v1.2.0, with no other behavior changes.

Security

  • git commands no longer pass through a shell. Under pull_request_target, a pull request whose head branch name contains shell metacharacters could previously execute arbitrary commands with the job's write-scoped token. All git invocations now use argument arrays via execFile/spawn. (GHSA-2qvg-qr73-mqxp)

Notes

🤖 Generated with Claude Code