fix: check-pr-title job has prompt injection
#18
Reference in New Issue
Block a user
Delete Branch "fix/prompt-injection-pr-title"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Currently, the
check-pr-titlejob has a security vulnerability. If you give the PR a bad title, the job can run arbitrary code.Changes
pull_requesttrigger.Design Decisions
Checklist