[stub] Harden securityContext
Open
Nobody has claimed this yet.
chore
priority/undecided
- Dominant language
- Go
- Stars
- 739
- Forks
- 85
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 1
Description
i.e. set securityContext.seccompProfile.type to RuntimeDefault instead of leaving it empty which results in Unconfined.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the Kubernetes securityContext configuration in the repository and inspect where seccompProfile is defined or omitted. Set its type to RuntimeDefault, then run the relevant validation or test commands for that configuration and confirm the generated setting is no longer Unconfined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- infrastructure, security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100