microsoft / microsoft/ebpf-for-windows

Missing socket tests post program detach

Open
#5,573 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
3.6k
Forks
311
Avg merge
6d 10h
Merged PRs (30d)
21

Description

Scenario:
- load sock addr program - that returns PERMIT/REJECT verdict
- test a socket connection to check if the verdict is honored
- detach the program, or terminate the application that loaded the program
- test a socket connection - should run uninhibited.

Contributor guide

Open the contributing guide

Research direction

Locate the existing sock addr program and socket connection tests, then run them to understand how verdicts are checked. Add coverage for detaching the program or terminating its loader, verifying a subsequent socket connection is no longer restricted. Done means both cleanup paths confirm uninhibited socket behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
networking, testing-qa
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.