Check Point® Software Technologies Ltd.(link is external) announced that U.S. News & World Report has named the company among its 2025-2026 list of Best Companies to Work For(link is external).
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
Postman announced new capabilities that make it dramatically easier to design, test, deploy, and monitor AI agents and the APIs they rely on.
Opsera announced the expansion of its partnership with Databricks.
Postman announced Agent Mode, an AI-native assistant that delivers real productivity gains across the entire API lifecycle.
Progress Software announced the Q2 2025 release of Progress® Telerik® and Progress® Kendo UI®, the .NET and JavaScript UI libraries for modern application development.
Voltage Park announced the launch of its managed Kubernetes service.
Cobalt announced a set of powerful product enhancements within the Cobalt Offensive Security Platform aimed at helping customers scale security testing with greater clarity, automation, and control.
LambdaTest announced its partnership with Assembla, a cloud-based platform for version control and project management.
Salt Security unveiled Salt Illuminate, a platform that redefines how organizations adopt API security.
Workday announced a new unified, AI developer toolset to bring the power of Workday Illuminate directly into the hands of customer and partner developers, enabling them to easily customize and connect AI apps and agents on the Workday platform.
Pegasystems introduced Pega Agentic Process Fabric™, a service that orchestrates all AI agents and systems across an open agentic network for more reliable and accurate automation.
Fivetran announced that its Connector SDK now supports custom connectors for any data source.
Copado announced that Copado Robotic Testing is available in AWS Marketplace, a digital catalog with thousands of software listings from independent software vendors that make it easy to find, test, buy, and deploy software that runs on Amazon Web Services (AWS).
Check Point® Software Technologies Ltd.(link is external) announced major advancements to its family of Quantum Force Security Gateways(link is external).
Sauce Labs announced the general availability of iOS 18 testing on its Virtual Device Cloud (VDC).