Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
helm.sh/helm
Helm is a tool for managing Kubernetes charts. Charts are packages of pre-configured Kubernetes resources.
Use Helm to:
Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes.
helm
) and a server (tiller
)Chart.yaml
)Binary downloads of the Helm client can be found on the Releases page.
Unpack the helm
binary and add it to your PATH and you are good to go!
If you want to use a package manager:
brew install kubernetes-helm
.choco install kubernetes-helm
.scoop install helm
.gofish install helm
.sudo snap install helm --classic
.Information can be found in the "From Script" guide if you want to install Helm using an installer script.
To rapidly get Helm up and running, start with the Quick Start Guide.
See the installation guide for more options, including installing pre-releases.
Get started with the Quick Start guide or plunge into the complete documentation
The Helm roadmap uses Github milestones to track the progress of the project.
You can reach the Helm community and developers via the following channels:
Participation in the Helm community is governed by the Code of Conduct.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.