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

Add new query language plugin #2074

Merged
merged 12 commits into from
Feb 11, 2022
Prev Previous commit
Next Next commit
Tweak changelog entry
  • Loading branch information
mavam committed Feb 11, 2022
commit dbb1231aedaa49f50a458d3f751013366f285fe8
4 changes: 2 additions & 2 deletions changelog/unreleased/features/2074--query-language-plugin.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VAST has a new `query_language` plugin type that allows for exchanging the
query language frontend. The plugin performs one function: compile a string
VAST has a new `query_language` plugin type that allows for adding additional
query language frontends. The plugin performs one function: compile a string
into a VAST expression. The new `sigma` plugin demonstrates usage of this
plugin type.