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

Reimplement Coraza-SPOA #103

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Reimplement Coraza-SPOA #103

wants to merge 6 commits into from

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    ddbb135 View commit details
    Browse the repository at this point in the history
  2. feat: move id generation from haproxy to app

    This allows us to not rely on the http header,
    but instead use a variable inside the transaction.
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1054408 View commit details
    Browse the repository at this point in the history
  3. feat: implement config handling

    This does leak fds as the logging target never gets closed,
    this has to be fixed before release but this will work for now.
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5be96f8 View commit details
    Browse the repository at this point in the history
  4. ci: remove codeql runner

    It is not correctly configured anyway and
    we have go specific linters enabled
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4639145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59f0463 View commit details
    Browse the repository at this point in the history
  6. fix: remove config file fd leak

    I don't know why I didn't just close it after leaving the function.
    There is no other use of the fd...
    fionera committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    8445726 View commit details
    Browse the repository at this point in the history