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

feat(engine): add trustedproxies and remoteIP #2632

Merged
merged 24 commits into from Apr 6, 2021
Merged

Commits on Aug 22, 2020

  1. X-Forwarded-For handling is unsafe

    Breaks API, but immensely improves security
    
    Fixes #2473
    sorenisanerd committed Aug 22, 2020
    Copy the full SHA
    de0f9eb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Copy the full SHA
    b343e7e View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Copy the full SHA
    b7a35bf View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Copy the full SHA
    d0bf406 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Merge branch 'sorenh/issue2473' of https://github.com/sorenh/gin into…

    … sorenh-sorenh/issue2473
    manucorporat committed Feb 7, 2021
    Copy the full SHA
    31a2afa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c9ea8ec View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Copy the full SHA
    39b372f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e14a43c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    55ad88a View commit details
    Browse the repository at this point in the history
  4. add docs

    manucorporat committed Feb 8, 2021
    Copy the full SHA
    6f562ea View commit details
    Browse the repository at this point in the history
  5. 🐈

    manucorporat committed Feb 8, 2021
    Copy the full SHA
    ffe7ac0 View commit details
    Browse the repository at this point in the history
  6. add explanation 🦀

    manucorporat committed Feb 8, 2021
    Copy the full SHA
    2d426b6 View commit details
    Browse the repository at this point in the history
  7. fix 🐨

    manucorporat committed Feb 8, 2021
    Copy the full SHA
    fc99953 View commit details
    Browse the repository at this point in the history
  8. docs(readme): remove old reference to hostnames

    ... as trusted proxies
    javierprovecho committed Feb 8, 2021
    Copy the full SHA
    15f576c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Copy the full SHA
    ba157c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a598663 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Copy the full SHA
    7e649c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. fix error

    thinkerou committed Mar 27, 2021
    Copy the full SHA
    0876678 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56fbadc View commit details
    Browse the repository at this point in the history
  3. add unit test

    thinkerou committed Mar 27, 2021
    Copy the full SHA
    feaee20 View commit details
    Browse the repository at this point in the history
  4. add unit test

    thinkerou committed Mar 27, 2021
    Copy the full SHA
    2d7fc06 View commit details
    Browse the repository at this point in the history
  5. remove nil statement

    thinkerou committed Mar 27, 2021
    Copy the full SHA
    3483d2c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Copy the full SHA
    65711ec View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Copy the full SHA
    9018d58 View commit details
    Browse the repository at this point in the history