-
Notifications
You must be signed in to change notification settings - Fork 27
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
*: add lint CI #99
*: add lint CI #99
Conversation
Signed-off-by: xhe <xw897002528@gmail.com>
Signed-off-by: xhe <xw897002528@gmail.com>
Signed-off-by: xhe <xw897002528@gmail.com>
Signed-off-by: xhe <xw897002528@gmail.com>
// The original db in the auth info may be dropped during the session, so we need to authenticate with the current db. | ||
// The user may be renamed during the session, but the session cannot detect it, so this will affect the user. | ||
// TODO: this may be a security problem: a different new user may just be renamed to this user name. | ||
func (mgr *BackendConnManager) updateAuthInfoFromSessionStates(sessionStates []byte) error { |
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.
It's a mistake that it's not used. It should be called, or the default db
should be set to "" in the second handshake.
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.
Would you mind fixing it in another PR? Then I don't need to write related tests.
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.
Sure. Please revert this function. I will do it after the proxy protocol PR is merged.
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.
Done, /cc @djshow832
Signed-off-by: xhe <xw897002528@gmail.com>
Signed-off-by: xhe xw897002528@gmail.com
What problem does this PR solve?
Issue Number: close None
Problem Summary: As title.
What is changed and how it works: Notables:
updateAuthInfoFromSessionStates
is removed/unused.BuildLogger
is moved to./lib
.Check List
Tests
Notable changes
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.