]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Update for 22.1.1 22.1.1
authorAsterisk Development Team <asteriskteam@digium.com>
Thu, 9 Jan 2025 19:39:23 +0000 (19:39 +0000)
committerAsterisk Development Team <asteriskteam@digium.com>
Thu, 9 Jan 2025 19:39:23 +0000 (19:39 +0000)
.version
CHANGES.md
ChangeLogs/ChangeLog-22.1.1.md [new file with mode: 0644]

index ee5c244698163b638513bf82c87fb25cc7c69975..d88b9925736108a51dc83385773076aeaf6c0d3e 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-22.1.0
+22.1.1
index 797bdec2460f20608a3f7538f1d5d1c62c9142e8..495d68551b5c92d71e33cbd2e8f0289b90790765 120000 (symlink)
@@ -1 +1 @@
-ChangeLogs/ChangeLog-22.1.0.md
\ No newline at end of file
+ChangeLogs/ChangeLog-22.1.1.md
\ No newline at end of file
diff --git a/ChangeLogs/ChangeLog-22.1.1.md b/ChangeLogs/ChangeLog-22.1.1.md
new file mode 100644 (file)
index 0000000..d1efead
--- /dev/null
@@ -0,0 +1,65 @@
+
+## Change Log for Release asterisk-22.1.1
+
+### Links:
+
+ - [Full ChangeLog](https://downloads.asterisk.org/pub/telephony/asterisk/releases/ChangeLog-22.1.1.md)  
+ - [GitHub Diff](https://github.com/asterisk/asterisk/compare/22.1.0...22.1.1)  
+ - [Tarball](https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-22.1.1.tar.gz)  
+ - [Downloads](https://downloads.asterisk.org/pub/telephony/asterisk)  
+
+### Summary:
+
+- Commits: 1
+- Commit Authors: 1
+- Issues Resolved: 0
+- Security Advisories Resolved: 1
+  - [GHSA-33x6-fj46-6rfh](https://github.com/asterisk/asterisk/security/advisories/GHSA-33x6-fj46-6rfh): Path traversal via AMI ListCategories allows access to outside files
+
+### User Notes:
+
+- #### manager.c: Restrict ListCategories to the configuration directory.              
+  The ListCategories AMI action now restricts files to the
+  configured configuration directory.
+
+
+### Upgrade Notes:
+
+
+### Commit Authors:
+
+- Ben Ford: (1)
+
+## Issue and Commit Detail:
+
+### Closed Issues:
+
+  - !GHSA-33x6-fj46-6rfh: Path traversal via AMI ListCategories allows access to outside files
+
+### Commits By Author:
+
+- #### Ben Ford (1):
+  - manager.c: Restrict ListCategories to the configuration directory.
+
+
+### Commit List:
+
+-  manager.c: Restrict ListCategories to the configuration directory.
+
+### Commit Details:
+
+#### manager.c: Restrict ListCategories to the configuration directory.
+  Author: Ben Ford
+  Date:   2024-12-17
+
+  When using the ListCategories AMI action, it was possible to traverse
+  upwards through the directories to files outside of the configured
+  configuration directory. This action is now restricted to the configured
+  directory and an error will now be returned if the specified file is
+  outside of this limitation.
+
+  Resolves: #GHSA-33x6-fj46-6rfh
+
+  UserNote: The ListCategories AMI action now restricts files to the
+  configured configuration directory.
+