Security Advisories (1)
CVE-2020-36659 (2023-01-27)

In Apache::Session::Browseable before 1.3.6, validity of the X.509 certificate is not checked by default when connecting to remote LDAP backends, because the default configuration of the Net::LDAPS module for Perl is used. NOTE: this can, for example, be fixed in conjunction with the CVE-2020-16093 fix.

NAME

Apache::Session::Browseable::Store::Redis - An implementation of Apache::Session::Store

SYNOPSIS

use Apache::Session::Browseable::Redis;

tie %hash, 'Apache::Session::Browseable::Redis', $id, {
   # optional: default to localhost
   server => '127.0.0.1:6379',
};

DESCRIPTION

This module is an implementation of Apache::Session::Browseable. It uses the Redis storage system

SEE ALSO

Apache::Session::Browseable, Apache::Session::NoSQL, Apache::Session

AUTHOR

This module was written by Xavier Guimard <x.guimard@free.fr>

COPYRIGHT AND LICENSE

Copyright (C) 2009-2018 by Xavier Guimard

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.1 or, at your option, any later version of Perl 5 you may have available.