~jan0sch/smederee

Showing details for patch 8e8baa95af1f5538b2d6bfecc27916a578e563f1.
2022-11-16 (Wed), 7:08 AM - Jens Grassel - 8e8baa95af1f5538b2d6bfecc27916a578e563f1

Update Apache Mina SSHD to 2.9.2

This fixes the security issue described in CVE-2022-45047.
Summary of changes
2 files modified with 5 lines added and 1 lines removed
  • CHANGELOG.md with 4 added and 0 removed lines
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-02-01 12:46:27.271212484 +0000
+++ new-smederee/build.sbt	2025-02-01 12:46:27.271212484 +0000
@@ -326,7 +326,7 @@
 lazy val library =
   new {
     object Version {
-      val apacheSshd      = "2.9.1"
+      val apacheSshd      = "2.9.2"
       val bouncyCastle    = "1.72"
       val cats            = "2.8.0"
       val catsEffect      = "3.3.14"
diff -rN -u old-smederee/CHANGELOG.md new-smederee/CHANGELOG.md
--- old-smederee/CHANGELOG.md	2025-02-01 12:46:27.271212484 +0000
+++ new-smederee/CHANGELOG.md	2025-02-01 12:46:27.271212484 +0000
@@ -30,6 +30,10 @@
 - history summary shows wrong number of lines that were added/removed
 - relative links in rendered markdown README are broken on overview page
 
+### Security
+
+- Update Apache Mina SSHD to 2.9.2 (CVE-2022-45047)
+
 ## 0.2.0 (2022-11-03)
 
 ### Changed