-
Notifications
You must be signed in to change notification settings - Fork 0
feat: medium/low gap remediation — 100% middleware coverage, full persistence, Permify enforcement #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
munisp
merged 9 commits into
production-hardened
from
devin/1782325164-medium-low-gap-remediation
Jun 24, 2026
Merged
feat: medium/low gap remediation — 100% middleware coverage, full persistence, Permify enforcement #55
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
45d663a
feat: middleware to 9 remaining routers, PgPool to 19 Rust services, …
devin-ai-integration[bot] 47adf8b
feat: Flutter screens, Permify enforcement, APISIX financial rate lim…
devin-ai-integration[bot] a6d3015
feat: Lakehouse partitioning, Dapr service registry, OpenSearch searc…
devin-ai-integration[bot] 32e8d56
fix: resolve TS errors — enforcePermission signature, duplicate impor…
devin-ai-integration[bot] e19424c
fix: REAL PgPool persistence for 16 Rust services — init_pg_pool, pg_…
devin-ai-integration[bot] 23c439b
fix: wire pg_get/pg_set into 653 Python endpoint handlers across 142 …
devin-ai-integration[bot] 9c59fcf
fix: Permify enforcePermission on ALL 44 mutations (was 15), real res…
devin-ai-integration[bot] 533c4b4
feat: wire searchAsYouType, multiSearch, invokeDaprService, ingestToL…
devin-ai-integration[bot] 41fcb70
fix: resolve TS errors — add ctx to mutation destructurings, make dap…
devin-ai-integration[bot] File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
111 changes: 100 additions & 11 deletions
111
mobile-flutter/mobile-flutter/lib/screens/bill_payment_screen.dart
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
65 changes: 54 additions & 11 deletions
65
mobile-flutter/mobile-flutter/lib/screens/cash_in_screen.dart
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
73 changes: 62 additions & 11 deletions
73
mobile-flutter/mobile-flutter/lib/screens/cash_out_screen.dart
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 WAF rate-limit policy omits two transaction endpoints that APISIX covers
The APISIX rate-limit policy at
infra/apisix/routes/rate-limit-policy.yaml:91-94includesbillPaymentsandsplitPaymentswith thetransactionpolicy, but the new WAFfinancial-transaction-protectionPractice atinfra/security/waf/openappsec-policy.yaml:279-336does not include rate-limiting rules for these two endpoints. The WAF covers cashIn, cashOut, stablecoinRails, crossBorderRemittance, agentLoanFacility, floatTopUp, nfcTapToPay, and ecommerceOrders — but billPayments and splitPayments are missing. This may be intentional (relying on APISIX alone for those) or an oversight in the WAF layer.Was this helpful? React with 👍 or 👎 to provide feedback.