Skip to content

[ENH] ✨ Connections to ldap can be retried#873

Draft
CChemin wants to merge 1 commit intoInseeFr:mainfrom
CChemin:retry-connections-to-ldap
Draft

[ENH] ✨ Connections to ldap can be retried#873
CChemin wants to merge 1 commit intoInseeFr:mainfrom
CChemin:retry-connections-to-ldap

Conversation

@CChemin
Copy link
Contributor

@CChemin CChemin commented Dec 5, 2023

No description provided.

Signed-off-by: Cécile Chemin <cecile.chemin@insee.fr>
int retryCount = 0;
while (retryCount < maxRetries) {
try {
return ldapConnection.search(searchRequest);

Check failure

Code scanning / CodeQL

LDAP query built from user-controlled sources

This LDAP query depends on a [user-provided value](1). This LDAP query depends on a [user-provided value](2). This LDAP query depends on a [user-provided value](3). This LDAP query depends on a [user-provided value](4). This LDAP query depends on a [user-provided value](5). This LDAP query depends on a [user-provided value](6).
@CChemin CChemin marked this pull request as draft December 12, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant