Skip to content

Comments

[bugfix] fix mysql vulnerability#5861

Merged
Aias00 merged 4 commits intomasterfrom
fix/fix_mysql_vulnerability
Dec 26, 2024
Merged

[bugfix] fix mysql vulnerability#5861
Aias00 merged 4 commits intomasterfrom
fix/fix_mysql_vulnerability

Conversation

@Aias00
Copy link
Contributor

@Aias00 Aias00 commented Dec 24, 2024

fix mysql vulnerability: https://github.com/apache/shenyu/security/dependabot/175

Make sure that:

  • You have read the contribution guidelines.
  • You submit test cases (unit or integration tests) that back your changes.
  • Your local test passed ./mvnw clean install -Dmaven.javadoc.skip=true.

<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mysql 8.3.0 , modify group id and artifactId?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, mysql-connector-java driver`s latest version is 8.0.33, which still has vulnerability. new driver modified group id and artifactId

@yu199195 yu199195 added this to the 2.7.0 milestone Dec 26, 2024
@Aias00 Aias00 merged commit f5733b3 into master Dec 26, 2024
42 checks passed
@Aias00 Aias00 deleted the fix/fix_mysql_vulnerability branch December 26, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants