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

Create helper functions to make writing policies easier #541

Open
4 tasks
Tracked by #473 ...
mostafa opened this issue May 24, 2024 · 0 comments
Open
4 tasks
Tracked by #473 ...

Create helper functions to make writing policies easier #541

mostafa opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers needs investigation Investigation is needed to flesh out the details and possibly create new tickets

Comments

@mostafa
Copy link
Member

mostafa commented May 24, 2024

The idea is to add helper function that doesn't exist in Expr language for easier extraction and conversion of fields and values. Examples are:

  • parse address:port pairs that considers domain names and IP addresses
  • handle client/server message (using postgres.HandleClientMessage and other related functions)
  • parse SQL query
  • printing/logging functions

For this we can look into similar projects.

@mostafa mostafa added enhancement New feature or request good first issue Good for newcomers needs investigation Investigation is needed to flesh out the details and possibly create new tickets labels May 24, 2024
This was referenced May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers needs investigation Investigation is needed to flesh out the details and possibly create new tickets
Projects
Development

No branches or pull requests

1 participant