Getting the following error when trying to publish my application:
error NU1902: Warning As Error: Package 'MimeKit' 4.14.0 has a known moderate severity vulnerability, https://github.com/advisories/GHSA-g7hc-96xr-gvvx
Looks like the advisory was updated 3 days ago, so it's fairly new. But it looks like MimeKit was patched with version 4.15.1.
My version of jcamp.FluentEmail.Mailkit is version 4.0.0, and my .NET application is .NET 10.
I'll try to directly reference the latest version of MimeKit to see if that gets around the issue, but wanted to let you know.
Thanks!!