
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
www.commemorateforus.life/kalmhq/kalm
Advanced tools
Kalm provides a web interface that makes it easy to perform common Kubernetes workflows, including:
In addition, Kalm simplifies the processes for many common Kubernetes integration points:
Kalm is intended as an alternative to writing and maintaining scripts and internal tools. Since Kalm is implemented as a Kubernetes operator and a set of Custom Resource Definitions, it can be used alongside existing Kubernetes tooling. Kalm tries to minimize the amount of time you have to spend writing yaml files and executing one off kubectl commands, but doesn't prevent you from doing so if necessary.
Kalm is currently in Closed Beta.
Kalm can be used with any Kubernetes cluster. For getting started on localhost, make sure kubectl is installed and a minikube cluster is created before hand.
If you already have access to an existing cluster via kubectl, deploy Kalm via:
# clone the repo
git clone https://github.com/kalmhq/kalm.git
cd kalm
# run the install script
./scripts/install-local-mode.sh
The whole process typically takes up to 5-10 minutes. Relax or check out the docs in the mean time.
Once the installation is complete, open a port to the web server.
kubectl port-forward -n kalm-system $(kubectl get pod -n kalm-system -l app=kalm -ojsonpath="{.items[0].metadata.name}") 3010:3010
Kalm should now be accessible at http://localhost:3010.
Detailed Documentation and Guides can be found at https://docs.kalm.dev
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.

Security News
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.