DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
clear
Prerequisites
PythonKubernetescAdvisorkube hunter codebase
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
Examine the existing hunters in kube hunter's codebase (e.g., in the `hunters` directory) to understand the pattern for adding new security checks. Look for how other services like etcd or kube dns are detected. The issue requests detection of an open cAdvisor endpoint, typically available at `/api/v2.0/spec` on port 4194. Review the comment thread for any additional context or suggested approach. Implement a new hunter that checks for this endpoint and reports if found. Add corresponding tests and ensure the PR follows the project's contribution guidelines.