Actions
Bug #8258
closedldap: no invalid_data event in case of invalid request
Affected Versions:
Effort:
Difficulty:
Label:
Description
While reviewing the LDAP code, I noticed that in parse_request:
1. tx.tx_data.updated_ts is not set to true when a new transaction is created.
2. LdapEvent::InvalidData is not set when a request is not parsed correctly.
Updated by Victor Julien about 1 month ago
- Status changed from New to In Progress
- Target version changed from TBD to 9.0.0-beta1
- Affected Versions git main added
- Affected Versions deleted (
9.0.0-beta1)
Do we need a backport to 8 as well? Is there a test?
Updated by Philippe Antoine about 1 month ago
- Subject changed from ldap: set tx_data.updated_ts and invalid_data event to ldap: set invalid_data event
1. tx.tx_data.updated_ts is not set to true when a new transaction is created.
For me this statement is wrong, tx.tx_data.updated_ts is set to true when a new transaction is created.
2. LdapEvent::InvalidData is not set when a request is not parsed correctly.
There is a missed case here indeed
Updated by Philippe Antoine about 1 month ago
- Subject changed from ldap: set invalid_data event to ldap: set invalid_data event in all cases
Updated by Giuseppe Longo 20 days ago
- Target version changed from 9.0.0-beta1 to 8.0.4
Updated by Victor Julien 20 days ago
- Target version changed from 8.0.4 to 9.0.0-beta1
- Label Needs backport to 8.0 added
Updated by Shivani Bhardwaj 10 days ago
- Subject changed from ldap: set invalid_data event in all cases to ldap: no invalid_data event in case of invalid request
Updated by Philippe Antoine 10 days ago
- Status changed from In Progress to Resolved
Actions