We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b9b8a commit c0e1edaCopy full SHA for c0e1eda
ChangeLog
@@ -1,5 +1,10 @@
1
+03/28/2023
2
+- CVE-2023-28625: prevent core dump when OIDCStripCookies is set and a crafted Cookie header is supplied
3
+ https://github.com/OpenIDC/mod_auth_openidc/security/advisories/GHSA-f5xw-rvfr-24qr
4
+- release 2.4.13.2
5
+
6
03/27/2023
-- fix code scanning alerts:
7
+- fix code scanning alerts
8
- bump to 2.4.13.2rc2
9
10
03/24/2023
configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mod_auth_openidc],[2.4.13.2rc2],[hans.zandbelt@openidc.com])
+AC_INIT([mod_auth_openidc],[2.4.13.2],[hans.zandbelt@openidc.com])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
0 commit comments