Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BP-1232] Connectionpool blacklist #181

Merged
merged 6 commits into from
Jan 9, 2025

Conversation

definitelynotagoblin
Copy link
Contributor

@definitelynotagoblin definitelynotagoblin commented Jan 8, 2025

Description

Add domain blacklist to LdapConnectionPool to try to alleviate pain from repeated query attempts to a domain we can't reach.

Motivation and Context

https://specterops.atlassian.net/browse/BP-1232

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Chore (a change that does not modify the application functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • Documentation updates are needed, and have been made accordingly.
  • I have added and/or updated tests to cover my changes.
  • All new and existing tests passed.
  • My changes include a database migration.

@StephenHinck
Copy link
Contributor

Commenting generically here as well - please rename this feature to "Exclusion list" or "Excluded list".

Copy link
Contributor

@zinic zinic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added some comments related to naming

src/CommonLib/LdapConnectionPool.cs Outdated Show resolved Hide resolved
src/CommonLib/LdapConnectionPool.cs Outdated Show resolved Hide resolved
src/CommonLib/LdapConnectionPool.cs Outdated Show resolved Hide resolved
@definitelynotagoblin definitelynotagoblin marked this pull request as ready for review January 9, 2025 15:21
@definitelynotagoblin definitelynotagoblin merged commit 990136a into v4 Jan 9, 2025
3 checks passed
@definitelynotagoblin definitelynotagoblin deleted the connectionpool-blacklist branch January 9, 2025 16:49
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants