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.

Changes for version 1.0 - 2013-07-06

  • Add SQLite support
  • Corrects POD ($args was forgotten)
  • Add searchOnExpr() sub:
    • default implementation in _common
    • optimized implementation in LDAP and DBI
  • Optimize SQL queries when only indexed files are required
  • Create _common.pm lib for unoptimized functions
  • Add basic tests for all libs
  • Add advanced tests using SQLite backend

Documentation

Add index and search methods to Apache::Session

Modules

An implementation of Apache::Session::LDAP
Add index and search methods to Apache::Session::MySQL
Add index and search methods to Apache::Session::Redis
An implementation of Apache::Session
Use LDAP to store persistent objects
An implementation of Apache::Session::Store
Store persistent data in a SQLite database

Provides

in lib/Apache/Session/Browseable/DBI.pm
in lib/Apache/Session/Browseable/File.pm
in lib/Apache/Session/Browseable/Informix.pm
in lib/Apache/Session/Browseable/Oracle.pm
in lib/Apache/Session/Browseable/Postgres.pm
in lib/Apache/Session/Browseable/Store/DBI.pm
in lib/Apache/Session/Browseable/Store/File.pm
in lib/Apache/Session/Browseable/Store/Informix.pm
in lib/Apache/Session/Browseable/Store/MySQL.pm
in lib/Apache/Session/Browseable/Store/Oracle.pm
in lib/Apache/Session/Browseable/Store/Postgres.pm
in lib/Apache/Session/Browseable/Store/Sybase.pm
in lib/Apache/Session/Browseable/Sybase.pm