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

contrib/{echo,gorilla}: add AppSec response-status test #1177

Merged
merged 8 commits into from Feb 25, 2022

Commits on Feb 21, 2022

  1. contrib/labstack/echo.v4: rework withAppSec (now useAppSec)

    Use the same logic as for gin by defering the operation finish logic
    to after other middleware executions. This solves, for example, the
    problem of accurate response status code retrieval.
    Hellzy committed Feb 21, 2022
    Copy the full SHA
    6adf1e0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d02679 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d11cb22 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9c62148 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Apply suggestions from code review

    Co-authored-by: Julio Guerra <julio@datadog.com>
    Hellzy and Julio-Guerra committed Feb 23, 2022
    Copy the full SHA
    827d566 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1364d20 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Copy the full SHA
    1091840 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    52bf2c3 View commit details
    Browse the repository at this point in the history