-
Notifications
You must be signed in to change notification settings - Fork 18
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
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddbb135 - Browse repository at this point
Copy the full SHA ddbb135View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1054408 - Browse repository at this point
Copy the full SHA 1054408View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5be96f8 - Browse repository at this point
Copy the full SHA 5be96f8View commit details -
It is not correctly configured anyway and we have go specific linters enabled
Configuration menu - View commit details
-
Copy full SHA for 4639145 - Browse repository at this point
Copy the full SHA 4639145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f0463 - Browse repository at this point
Copy the full SHA 59f0463View commit details -
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...
Configuration menu - View commit details
-
Copy full SHA for 8445726 - Browse repository at this point
Copy the full SHA 8445726View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 633f527 - Browse repository at this point
Copy the full SHA 633f527View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f010e - Browse repository at this point
Copy the full SHA a4f010eView commit details
Commits on Sep 18, 2024
-
docs: add log-format to example haproxy config
This should make it clear on how to access the request id.
Configuration menu - View commit details
-
Copy full SHA for 529b1b9 - Browse repository at this point
Copy the full SHA 529b1b9View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eae9a0b - Browse repository at this point
Copy the full SHA eae9a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b7560 - Browse repository at this point
Copy the full SHA b6b7560View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4497d3b - Browse repository at this point
Copy the full SHA 4497d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea3e43 - Browse repository at this point
Copy the full SHA 6ea3e43View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dc50899 - Browse repository at this point
Copy the full SHA dc50899View commit details -
Configuration menu - View commit details
-
Copy full SHA for eda0e54 - Browse repository at this point
Copy the full SHA eda0e54View commit details -
Write transaction only to cache after setup
If we write it too early and eviction triggers, we will return it to the pool and a race occurs.
Configuration menu - View commit details
-
Copy full SHA for 220b4bf - Browse repository at this point
Copy the full SHA 220b4bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for daf885a - Browse repository at this point
Copy the full SHA daf885aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9934d40 - Browse repository at this point
Copy the full SHA 9934d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0ba9f8 - Browse repository at this point
Copy the full SHA d0ba9f8View commit details
Commits on Oct 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d8db4e - Browse repository at this point
Copy the full SHA 8d8db4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7daf2e - Browse repository at this point
Copy the full SHA d7daf2eView commit details