Skip to content

feat: implement Soroban finding ownership assignment (#509)#556

Merged
mijinummi merged 1 commit into
MDTechLabs:mainfrom
Alqku:feat/finding-ownership-assignment-509
Jun 26, 2026
Merged

feat: implement Soroban finding ownership assignment (#509)#556
mijinummi merged 1 commit into
MDTechLabs:mainfrom
Alqku:feat/finding-ownership-assignment-509

Conversation

@Alqku

@Alqku Alqku commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Closes #509

Changes

  • src/findings/ownership/stellar/ownership-assigner.ts: FindingOwnershipAssigner with file-pattern glob, ruleId-prefix, and severity-based matching; first-match-wins priority
  • src/findings/ownership/stellar/types.ts: OwnershipRule, OwnershipAssignment, OwnershipReport types
  • src/findings/ownership/stellar/index.ts: public exports
  • src/findings/ownership/stellar/ownership-assigner.spec.ts: 10 tests covering all acceptance criteria

Test results

All 10 tests pass. Findings mapped correctly, custom ownership mappings supported.

- FindingOwnershipAssigner with filePattern, ruleIdPrefix, severity matching
- Custom ownership rule registration via addRule()
- OwnershipReport with per-owner breakdown and unassigned list
- 10 tests covering all acceptance criteria
@drips-wave

drips-wave Bot commented Jun 26, 2026

Copy link
Copy Markdown

@Alqku Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@mijinummi mijinummi merged commit 3b37fc8 into MDTechLabs:main Jun 26, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Soroban Finding Ownership Assignment

2 participants