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

Rename key in DIALECTS to fix filter enumeration in Falcon-Toolkit #20

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

bb00
Copy link
Contributor

@bb00 bb00 commented Jan 7, 2025

DIALECTS is used in Falcon-Toolkit and will fail when listing filters with falcon filters because the key externalip doesn't exist in the DIALECTS dict (enumeration of available filters is performed by removing underscores from all keys in DIALECTS and iterating through them).

By replacing external with externalip, this should not introduce any breaking changes and should restore functionality to the downstream project.

Copy link
Member

@ChristopherHammond13 ChristopherHammond13 left a comment

Choose a reason for hiding this comment

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

Nice catch! Thank you so much for this!

@ChristopherHammond13 ChristopherHammond13 merged commit 5181cca into CrowdStrike:main Jan 7, 2025
6 checks passed
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.

2 participants