Skip to content

fix(sec): enforce author authorization check on Linear bounty commands (#171) - #179

Open
jihadMo wants to merge 1 commit into
devasignhq:mainfrom
jihadMo:fix/sec-linear-bounty-author-auth
Open

fix(sec): enforce author authorization check on Linear bounty commands (#171)#179
jihadMo wants to merge 1 commit into
devasignhq:mainfrom
jihadMo:fix/sec-linear-bounty-author-auth

fix(sec): enforce author authorization check on Linear bounty command…

a7c9626
Select commit
Loading
Failed to load commit list.
DevAsign-App / DevAsign · End goal required action Aug 7, 2026 in 0s

Changes requested

All four acceptance criteria are met. The pull request adds an authorization check to maybeHandleBountyLinearComment that validates whether the Linear actor/user is an admin or matches the workspace integration owner before processing bounty commands, supported by a unit test suite. One warning is flagged regarding loose equality checks on optional ID fields.