Google is rolling out an updated Gemini 2.5 Pro model with significantly enhanced coding capabilities.
Application security isn't just about scanning your source code for vulnerabilities anymore. With today's accelerated, automated, and third party–dependent development environments, risks can sneak in at every step of the software development life cycle (SDLC).
The New Frontier of Risk: Misconfigurations
Modern software pipelines — whether it's your source code management systems, build servers, or artifact repositories — are under constant threat. Misconfigurations in these systems aren't just theoretical; they're real vulnerabilities that attackers have exploited to infiltrate organizations and move laterally within their networks.
Take, for example, a recent incident in May 2024. In this case, a major tech firm fell victim to an attack that exploited a misconfigured GitHub Actions workflow. Attackers were able to inject malicious code by taking advantage of an open configuration setting, ultimately gaining access to sensitive internal data. This breach serves as a powerful reminder: if you're not locking down your CI/CD pipeline configurations, you're leaving a door wide open.
And there are many open doors. A recent study from Legit Security found that 89% of enterprises have pipeline misconfigurations, and 100% have branch protection issues.
Pipeline Misconfigurations: A Closer Look
Modern build systems like Jenkins or GitHub Actions are essentially automated, trusted conduits to your cloud infrastructure and production environments. Unfortunately, they're often not treated with the same rigor as other critical systems. Many of these systems are either misconfigured or not kept up to date, creating an easy target for threat actors.
Here are a few best practices to help you avoid pipeline misconfigurations:
■ Continuously monitor: Regularly verify that your pipeline configurations remain secure over time. Automation can help you detect changes or misconfigurations as soon as they occur.
■ Enforce authentication: Some build systems may allow actions without proper authentication — double-check your settings to ensure that only authorized users can access these critical systems.
■ Limit permissions: Restrict who can create public repositories. When non-admins have the ability to make repositories public, you risk accidental exposure of sensitive code or configurations.
■ Secure cloud storage: Ensure that cloud storage buckets (like AWS S3) are not publicly writable and are only publicly readable when absolutely necessary. Unprotected storage is a common entry point for data theft.
■ Manage keys: Set security key expiration dates and rotate keys regularly to minimize the impact of any potential compromise.
■ Verify third-parties: Never execute third-party resources without verifying their integrity — use checksums or pull from a vetted local artifact registry.
■ Employ safe image practices: Avoid using "latest" tags for container images. Instead, pin your images to specific versions to avoid automatically pulling compromised updates.
Strengthening Branch Protections
Branch protection is another crucial layer in your SDLC security. In a typical development workflow, a developer works on a separate branch and then submits a pull request. Without proper branch protection, a single compromised account could allow an attacker to introduce malicious code directly into your main branch.
Enforcing branch protection can help you:
■ Prevent force pushes and deletions.
■ Require pull requests for all changes.
■ Set a minimum number of approvals before merging.
■ Automatically dismiss stale approvals when new commits are added.
■ Require reviews from designated code owners.
■ Restrict who can dismiss pull request reviews.
■ Enforce that branches pass all status checks and are up to date before merging.
■ Mandate signed commits and successful deployments before any changes hit the main branch.
A Broader View on Application Security
As your development environment grows in complexity, so do the risks. Misconfigurations in the SDLC are just one facet of a broader challenge: securing your entire software factory — not just your code. With continuous monitoring, strict configuration controls, and robust branch protection, you can better defend against the evolving tactics of modern threat actors.
By keeping a vigilant eye on every aspect of your development process and implementing best practices, you ensure that your software remains as secure as it is innovative.
Industry News
BrowserStack announced the acquisition of Requestly, the open-source HTTP interception and API mocking tool that eliminates critical bottlenecks in modern web development.
Jitterbit announced the evolution of its unified AI-infused low-code Harmony platform to deliver accountable, layered AI technology — including enterprise-ready AI agents — across its entire product portfolio.
The Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud native software, and Synadia announced that the NATS project will continue to thrive in the cloud native open source ecosystem of the CNCF with Synadia’s continued support and involvement.
RapDev announced the launch of Arlo, an AI Agent for ServiceNow designed to transform how enterprises manage operational workflows, risk, and service delivery.
Check Point® Software Technologies Ltd.(link is external) announced that its Quantum Firewall Software R82 — the latest version of Check Point’s core network security software delivering advanced threat prevention and scalable policy management — has received Common Criteria EAL4+ certification, further reinforcing its position as a trusted security foundation for critical infrastructure, government, and defense organizations worldwide.
Postman announced full support for the Model Context Protocol (MCP), helping users build better AI Agents, faster.
Opsera announced new Advanced Security Dashboard capabilities available as an extension of Opsera's Unified Insights for GitHub Copilot.
Lineaje launched new capabilities including Lineaje agentic AI-powered self-healing agents that autonomously secure open-source software, source code and containers, Gold Open Source Packages and Gold Open Source Images that enable organizations to source trusted, pre-fixed open-source software, and a software crawling and analysis engine, SCA360, that discovers and contextualizes risks at all software development stages.
Check Point® Software Technologies Ltd.(link is external) launched its inaugural AI Security Report(link is external) at RSA Conference 2025.
Lenses.io announced the release of Lenses 6.0, enabling organizations to modernize applications and systems with real-time data as AI adoption accelerates.
Sonata Software has achieved Amazon Web Services (AWS) DevOps Competency status.
vFunction® announced significant platform advancements that reduce complexity across the architectural spectrum and target the growing disconnect between development speed and architectural integrity.
Sonatype® introduced major enhancements to Repository Firewall that expand proactive malware protection across the enterprise — from developer workstations to the network edge.
Aqua Security introduced Secure AI, full lifecycle security from code to cloud to prompt.