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

Propagate client config to queries running in the client. #4047

Merged
merged 3 commits into from
Feb 1, 2025
Merged

Conversation

scudette
Copy link
Contributor

@scudette scudette commented Feb 1, 2025

This propagates things like prevent_execve into the query scope to ensure it is inspected at all levels.

Also implemented a plugin deny list as a more robust way to prevent some plugins and functions from running on the endpoint. This extends the idea of prevent_execve to other potentially dangerous plugins (e.g. rm). It is implemented as a deny list in addition to the previous allow_list to make it easier to use.

This propagates things like prevent_execve into the query scope to
ensure it is inspected at all levels.

Also implemented a plugin deny list as a more robust way to prevent
some plugins and functions from running on the endpoint. The extends
the idea of prevent_execve to other potentially dangerous
plugins (e.g. rm). It is implemented as a deny list in addition to the
previous allow_list to make it easier to use.
@scudette scudette merged commit 2e24e43 into master Feb 1, 2025
3 checks passed
@scudette scudette deleted the execve branch February 1, 2025 06:01
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