Skip to content

core/parsigex: bind partial signature sender to share index - #4705

Open
KaloyanTanev wants to merge 1 commit into
mainfrom
kalo/parsigex-bind-sender-shareidx
Open

KaloyanTanev wants to merge 1 commit into
mainfrom
kalo/parsigex-bind-sender-shareidx

Conversation

@KaloyanTanev

Copy link
Copy Markdown
Collaborator

Bind each partial signature to its authenticated sender's assigned share index on the runtime exchange path, reusing the VerifyPeerShareIdx check that already guards the DKG path. Without it, a cluster member can replay another peer's partial signature under that peer's share index; it is stored first and the honest peer's own partial signature is then rejected as mismatching, starving the aggregate below threshold and failing the duty.

category: bug
ticket: none

@KaloyanTanev KaloyanTanev self-assigned this Sep 18, 2026
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Sep 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 61.11111% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.47%. Comparing base (2ab39d6) to head (c3ef0d6).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
app/app.go 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4705      +/-   ##
==========================================
- Coverage   65.52%   65.47%   -0.05%     
==========================================
  Files         246      246              
  Lines       30062    30069       +7     
==========================================
- Hits        19698    19689       -9     
- Misses      10363    10379      +16     
  Partials        1        1              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant