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

API security #514

Open
chriskapp opened this issue Jul 30, 2023 · 0 comments
Open

API security #514

chriskapp opened this issue Jul 30, 2023 · 0 comments
Labels

Comments

@chriskapp
Copy link
Member

If we have integrated #508 we should think more about API security. This means we want to support our users to better understand the traffic of your API. Since we have all requests in our logs we could analyze those logs in the background and then create a security log to report suspicious calls to your API. A user could then view the security log to decide whether to block a specific IP or range through the firewall. We should look at the following things:

  • IP-Range is this maybe a TOR user
  • Look for SQLi in the request parameters or body
  • Look for path traversal ../../../ in the request parameters or body
  • Maybe also requests to a private endpoint without or a wrong Authentication header
  • In general calls the the authorization endpoint with wrong credentials
@chriskapp chriskapp added this to the 4.0.0 milestone Aug 11, 2023
@chriskapp chriskapp removed this from the 4.0.0 milestone Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant