Home / Companies / Semgrep / Blog / February 2026

February 2026 Summaries

3 posts from Semgrep

Filter
Month: Year:
Post Summaries Back to Blog
Open source software plays a critical role in modern technology stacks, yet it presents unique security challenges, as discussed by Dr. Katie Paxton-Fear and security expert Grant Ongers in a recent episode of Security Rulez. The conversation highlights that open source security is not inherently more or less secure but depends heavily on governance, such as who manages releases and how vulnerabilities are addressed. The real challenge lies in the scarcity of developer time to remediate issues quickly, even as AI tools make vulnerability detection faster. This situation is compounded by the social dynamics where companies may offload security findings onto volunteer maintainers without offering substantial support. Effective open source security requires a shift in mindset from "free" software to shared responsibility, emphasizing the importance of timely patches, active maintenance, and contributing resources, not just funding, to support the ecosystem. The conversation underscores the need for better alignment between development and security teams to reduce friction and enhance collaboration, advocating for proactive contributions like patch submissions and prioritizing security as integral to product quality.
Feb 12, 2026 1,193 words in the original blog post.
OpenClaw, a widely adopted LLM orchestrator with significant GitHub recognition, serves as a personal assistant tool for automating tasks but presents notable security challenges. While it offers optional sandboxing features to limit external inputs, the improper setup and use of its advanced features can introduce significant risks, especially due to its susceptibility to prompt injection attacks and issues with credential handling. The article outlines key principles for securing agentic systems like OpenClaw, emphasizing the need for separating concerns, validating tool calls, and sandboxing the execution layer to mitigate the inherent unpredictability and trust issues associated with LLM outputs. OpenClaw's skills ecosystem is fraught with vulnerabilities and malicious elements, requiring thorough vetting and cautious experimentation in isolated environments to avoid compromising sensitive data. Despite the potential OpenClaw holds for enhancing productivity, its current security governance and secrets management are insufficient, necessitating careful consideration before deploying it in corporate settings.
Feb 10, 2026 2,383 words in the original blog post.
The 2025 edition of the OWASP Top 10 has been released, providing an updated industry standard for identifying major risks in application security and reflecting the evolving landscape of software security that now encompasses the entire software development lifecycle. This edition introduces two new categories: Software Supply Chain Failures, which expands on the previous "Vulnerable and Outdated Components" to cover the full supply chain, and Mishandling of Exceptional Conditions, highlighting issues such as poor error handling and unpredictable system crashes. Additionally, Server-Side Request Forgery (SSRF) has been integrated into Broken Access Control, emphasizing its fundamental nature as an access control issue. The OWASP Foundation, in collaboration with security experts and practitioners, has compiled this list by analyzing extensive data from numerous applications, aiming to guide organizations in improving their application security practices. In line with these updates, over 4,000 Semgrep rules have been revised to align with the new OWASP Top 10 categories, allowing users to better map identified vulnerabilities to OWASP's risk categories.
Feb 04, 2026 428 words in the original blog post.