Replies: 2 comments 3 replies
-
|
Just matter of resources I guess. |
Beta Was this translation helpful? Give feedback.
-
|
CVE-2026-48827 is reported for I can tag a 7.7.1 to fix this. I don't remember why we have the upper version constraint on the next minor version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently in the process of updating MINA SSHD in our application due to CVE-2026-48827, but struggling with our dependency to JGit, which requires this artifact exactly in version 2.17.1.
I noticed that the nightly build already updated to 2.19.0. But we can't integrate the new version until the official release in September. Is there a specific reason why those version ranges are so restrictive? Because if I understand 60880a2 and 986dd12 correctly, JGit 7.7.0 should work fine with MINA SSHD 2.19.0 if it weren't for the manifest.
This effectively means that we can't update any dependency (which is also required by JGit) without also updating JGit. So in the worst case, we have to carry a vulnerable dependency with us for up to three months.
Beta Was this translation helpful? Give feedback.
All reactions