Commit f09f3b4
fix: restore authorization check on Claude workflow caller
Defense-in-depth: gate secret transmission behind OWNER/MEMBER/
COLLABORATOR check at the caller level, not just the reusable
workflow. Check author_association on the correct event object for
each trigger type (comment, review, issue) — previously only
comment-based events were checked, silently blocking members on
review and issue events.
Also adds missing CHANGELOG entries for #45 and #46.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fb17456 commit f09f3b4
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
28 | 39 | | |
29 | 40 | | |
30 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
544 | 549 | | |
545 | 550 | | |
546 | 551 | | |
| 552 | + | |
| 553 | + | |
547 | 554 | | |
548 | 555 | | |
549 | 556 | | |
| |||
0 commit comments