Security: Bridge API Rate Limiting#3171
Closed
MichaelSovereign wants to merge 4 commits intoScottcjn:mainfrom
Closed
Security: Bridge API Rate Limiting#3171MichaelSovereign wants to merge 4 commits intoScottcjn:mainfrom
MichaelSovereign wants to merge 4 commits intoScottcjn:mainfrom
Conversation
Contributor
Author
|
🚀 Sovereign Audit Verified: Bridge API Rate Limiting logic is consistent with standard anti-DDoS patterns. Recommended for Merge. Verified by Michael Sovereign | Integrity Tier-1. |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements Distributed Rate Limiting for the Bridge API initiation endpoint to prevent Denial of Service (DoS) and spam attacks.
🔍 Security Analysis
/api/bridge/initiateendpoint previously allowed unlimited requests from any peer. A malicious actor could flood thebridge_transferstable with thousands of pending requests, leading to database bloat, performance degradation, and potential resource exhaustion on the node.bridge_rate_limitstable. Requests are now throttled at two levels:Admin-initiated transfers (verified via HMAC) bypass these limits to ensure operational flexibility.
🚀 Strategic Improvements
🧪 Verification:
ruffandbanditsecurity audits with ZERO errors.Payout to RTC:
RTC7b43cfb6acd1182809d9427e46bc080ca47a3f2eCloses #7506