-
Notifications
You must be signed in to change notification settings - Fork 180
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
feat(weakpass): support caching_sha2_password and enhance MyISAM pkg #235
Merged
Conversation
This file contains 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
Contributor
asjdf
commented
May 6, 2023
•
edited
Loading
edited
- 修正 MyISAM 库对 MYD 文件内容解析的错误
- 修正 MyISAM 库 user 表密码字段解析错误
- 优化 部分 MyISAM 库中方法的职责
- 增加 对 MyISAM 库 user 表 plugin 字段的提取
- 增加 对 caching_sha2_password 插件的支持(MyISAM和InnoDB皆支持)Solve 希望支持mysql8版本的caching_sha2_password弱密码检测,减少漏报 #136
DVKunion
reviewed
May 11, 2023
整体上OK的,最后求能在ci的test中加一下mysql8的测试用例和压缩一下commit数量。 |
好的,正在处理冲突以及优化查询范围。等准备好merge后我会去除draft状态,届时还烦请您再次审阅。 |
MyISAM的解析那块似乎有一些问题,数据不是连续的,这两天正在检查。 |
asjdf
changed the title
feat: support checking weakpass in MySQL8
feat(weakpass): support caching_sha2_password and enhance MyISAM pkg
May 13, 2023
非常抱歉,由于这个分支中途merge过几次,导致不太方便/不太会压缩commit了,还请赐教x 适配问题已经较为丑陋的处理了一下,可能不太阳间。 |
DVKunion
reviewed
May 15, 2023
可以尝试先先rebase 主干的master分支,解决完rebase冲突后再试试压缩commit。 |
asjdf
commented
May 15, 2023
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.
手滑了x
feat(weakpass): better support for parsing MyISAM feat(weakpass): support checking weakpass in MySQL8 update(weakpass): clear service
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.