-
Notifications
You must be signed in to change notification settings - Fork 20
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
Refine the security policy logic related with named port #796
Conversation
aba90ff
to
4e78e36
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #796 +/- ##
==========================================
+ Coverage 53.20% 53.81% +0.61%
==========================================
Files 95 95
Lines 15029 15018 -11
==========================================
+ Hits 7996 8082 +86
+ Misses 6468 6360 -108
- Partials 565 576 +11
|
31ed666
to
04c0593
Compare
@timdengyun Added test case |
/e2e |
1 similar comment
/e2e |
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.
The whole logic is pretty good, and good refactor to improve readability
Moreover, it make the logic more clear and less error prone as well.
Thanks so much, much appreciation.
04c0593
to
6426a4d
Compare
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.
LGTM
97f26a4
to
ef3c2e0
Compare
ef3c2e0
to
f5b65f1
Compare
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.
LGTM
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.
LGTM
Co-authored-by: Wenying Dong <[email protected]>
Fix: #795