RUM-6454: fixing potential issues with subdomain host lookup#2436
Merged
Conversation
satween
force-pushed
the
tvaleev/rum-6454/lookup-logic-improvements
branch
2 times, most recently
from
December 5, 2024 17:18
8715a13 to
e2b5426
Compare
0xnm
approved these changes
Dec 5, 2024
satween
force-pushed
the
tvaleev/rum-6454/lookup-logic-improvements
branch
from
December 5, 2024 18:07
e2b5426 to
2a36396
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2436 +/- ##
===========================================
+ Coverage 70.12% 70.14% +0.01%
===========================================
Files 769 769
Lines 28510 28510
Branches 4777 4778 +1
===========================================
+ Hits 19992 19996 +4
+ Misses 7185 7178 -7
- Partials 1333 1336 +3
|
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.
What does this PR do?
Changing logic with subdomain lookups. Now algorithm follows next logic :
Motivation
This change puts matching logic into valid order: from strict to lenient one
Review checklist (to be filled by reviewers)