Fix MimeKit moderate vulnerability (GHSA-g7hc-96xr-gvvx) by updating MailKit to 4.15.1#665
Merged
KrzysztofPajak merged 1 commit intodevelopfrom Mar 29, 2026
Conversation
…hc-96xr-gvvx) Agent-Logs-Url: https://github.com/grandnode/grandnode2/sessions/0476c184-51f9-4c92-9d21-4e558e0b2140 Co-authored-by: KrzysztofPajak <16772986+KrzysztofPajak@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
KrzysztofPajak
March 29, 2026 16:37
View session
There was a problem hiding this comment.
Pull request overview
Updates centralized package versions to remediate a known MimeKit vulnerability by bumping the transitive dependency provider (MailKit).
Changes:
- Bump
MailKitfrom4.14.1to4.15.1inDirectory.Packages.propsto pull in a patchedMimeKitversion.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
This file contains hidden or 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
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.



MimeKit4.14.0 has a known moderate severity vulnerability (GHSA-g7hc-96xr-gvvx). It was pulled in transitively viaMailKit4.14.1.Changes
Directory.Packages.props: BumpMailKit4.14.1→4.15.1, which pulls inMimeKit4.15.1 where the vulnerability is patched.