You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## v4.11.3 - 2023-11-07
4
+
5
+
**Security**
6
+
7
+
* 'c.Attachment' and 'c.Inline' should escape filename in 'Content-Disposition' header to avoid 'Reflect File Download' vulnerability. [#2541](https://github.com/labstack/echo/pull/2541)
8
+
9
+
**Enhancements**
10
+
11
+
* Tests: refactor context tests to be separate functions [#2540](https://github.com/labstack/echo/pull/2540)
0 commit comments