diff options
author | Eric Covener <covener@apache.org> | 2023-11-16 20:53:18 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2023-11-16 20:53:18 +0100 |
commit | fbc113c3cf43de7bf11b417f023ad2caf6b420a1 (patch) | |
tree | 1f29c24b1903e2dd5fdfad9b0a3e90370fda48c7 /changes-entries | |
parent | Follow up to r1874101: Axe useless LIBRESSL_VERSION_NUMBER check. (diff) | |
download | apache2-fbc113c3cf43de7bf11b417f023ad2caf6b420a1.tar.xz apache2-fbc113c3cf43de7bf11b417f023ad2caf6b420a1.zip |
mod_ldap: HTML-escape ldap-status handler.
Reported by Chamal De Silva.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1913855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r-- | changes-entries/ldap_status.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/ldap_status.txt b/changes-entries/ldap_status.txt new file mode 100644 index 0000000000..94f352d908 --- /dev/null +++ b/changes-entries/ldap_status.txt @@ -0,0 +1,2 @@ + *) mod_ldap: HTML-escape data in the ldap-status handler. + [Eric Covener, Chamal De Silva] |