-
Notifications
You must be signed in to change notification settings - Fork 8
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
CVE-2021-24112 | System.Drawing.Common #2
Comments
Rel: DbUp/DbUp#404 |
I see no references to System.Drawing.Common. Please reopen with additional info if any. |
It's not a direct inclusion, but an transient one. dbup-mysql 5.0.37 uses MySql.Data 8.0.33, which uses System.Threading.Tasks.Extensions 4.5.4, which uses System.Drawing.Common 4.7.0. There is a work-around: reference a newer version of System.Drawing.Common in your application. That seems to satisfy my scanner at least. You could also consider referencing a newer version in the dbup-mysql library. But ultimately it should be fixed in the MySql.Data. |
Would MySql.Data 8.2.0 fix this? |
Doesn't look like it:
|
All dependencies have been updated in #15 |
Please fix this security vulnerability.
The text was updated successfully, but these errors were encountered: