Skip to content

fix: add require_auth to 5 unauthenticated functions (#47 #49 #50 #51) - #53

Open
leanworld7-netizen wants to merge 1 commit into
EquipChain:mainfrom
leanworld7-netizen:fix/batch-remaining-auth-47-49-50-51
Open

fix: add require_auth to 5 unauthenticated functions (#47 #49 #50 #51)#53
leanworld7-netizen wants to merge 1 commit into
EquipChain:mainfrom
leanworld7-netizen:fix/batch-remaining-auth-47-49-50-51

Conversation

@leanworld7-netizen

Copy link
Copy Markdown

Closes #47, #49, #50, #51. Adds missing require_auth() calls to 5 public functions that modify state or move funds without caller authentication. All follow the same pattern: add provider.require_auth() or admin.require_auth() as first line. Fixes: #47 (CRITICAL: pause_continuous_flow + update_continuous_flow_rate), #49 (HIGH: withdraw_continuous), #50 (MEDIUM: manual_extend_ttl), #51 (MEDIUM: resume_continuous_flow).

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.

CRITICAL: pause_continuous_flow and update_continuous_flow_rate missing user authentication

1 participant