microsoft / microsoft/ebpf-for-windows
Missing socket tests post program detach
Open
- 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
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