fix(security): consolidate release-1.10.3 hardening backports#14071
Merged
erichare merged 62 commits intoJul 14, 2026
Conversation
erichare
marked this pull request as ready for review
July 14, 2026 18:35
Adam-Aghili
approved these changes
Jul 14, 2026
Contributor
✅ Test Coverage AdvisorNo source changes detected without accompanying tests. Thanks for keeping coverage up! 🎉
|
This comment has been minimized.
This comment has been minimized.
…-1.10.3-meta-security-backport # Conflicts: # src/lfx/src/lfx/_assets/component_index.json
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-1.10.3 #14071 +/- ##
==================================================
- Coverage 58.71% 57.38% -1.33%
==================================================
Files 2307 1901 -406
Lines 220314 183454 -36860
Branches 31177 31337 +160
==================================================
- Hits 129354 105281 -24073
+ Misses 89475 76611 -12864
- Partials 1485 1562 +77
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
Contributor
|
Build successful! ✅ |
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 is the consolidated security and tenant-isolation backport for
release-1.10.3.It combines the remaining targeted 1.10.3 fixes, ports the applicable hardening from #13530 and its follow-up #14044, and includes the recently merged flow-loading fix from #14053.
Backports consolidated here
The target branch moved while this PR was assembled. These related fixes are therefore already inherited from
release-1.10.3rather than duplicated in this diff:#14047 is not part of this meta backport; it landed independently on the target branch.
Security coverage
The backport preserves single-tenant compatibility defaults where practical; published images opt into the stricter multi-tenant controls.
Database
The 1.10-specific message-ownership migrations are linear and leave exactly one Alembic head:
d49cbced8696Validation
d49cbced8696Known limitation
Connector clients that do not expose a pinned-IP transport can still resolve DNS after validation. Literal and private targets are blocked; the residual DNS re-resolution risk is documented and unchanged from the 1.11 hardening.