gitpod-io / gitpod-io/gitpod

Automate blocking of users that go over the network limit

Open
#14,358 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature: connection-limiting meta: never-stale team: workspace
Dominant language
TypeScript
Stars
13.8k
Forks
1.4k
Avg merge
17h 58m
Merged PRs (30d)
5

Description

Is your feature request related to a problem? Please describe

Users that abuse Gitpod by running DDoS attacks or scanners should be banned automatically.

Describe the behaviour you'd like

We already drop traffic if too many connections are openend. Agent-smith should check the number of dropped connection attempts and block the user if the number goes over a certain threshold.

Describe alternatives you've considered

Continue doing it manually

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating Agent-smith's existing handling for dropped connection attempts and read how connection limits are enforced. Define the threshold and user-blocking behavior with the maintainers, then verify that excessive dropped attempts trigger an automatic block without disrupting normal traffic.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, security
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.