{
  "id": 9718379,
  "title": "DevSecOps Teams as Partners in Secure Software Delivery",
  "url": "https://urgent.news/2026/09/25/devsecops-teams-as-partners-in-secure-software-delivery",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-09-25T06:29:02.000Z",
  "source": {
    "name": "DevOps.com",
    "slug": "devops-com",
    "url": "https://devops.com/devsecops-teams-as-partners-in-secure-software-delivery/"
  },
  "original_language": "en",
  "account": "In software development, security is often addressed late in the release process, leading to rushed decisions and potential oversights. DevSecOps teams can improve this by serving as partners in secure software delivery, establishing protocols, and providing feedback throughout the development life cycle.\n\nKey moments for security involvement include before development, during development, and at the point of finding vulnerabilities. Before development, security engineers should decide what needs protection and which changes require extra attention. During development, security guidance and controls should be integrated into developers' daily tools. At the point of finding, the risk should be discussed, and a remediation plan determined.\n\nSecurity guardrails provide clear behaviors for common risks, such as approved dependencies and secret scanning. Failed checks should provide understandable results, identifying the exposed file and required action. Developers usually know how to make safe changes, but an owner should take responsibility for any remaining risks after analysis.\n\nIntegrating security into the delivery pipeline involves adding checkpoints for secret, dependency, and configuration checks. Results should be tied to the version being prepared for release, and critical findings should trigger a clear decision, owner, and recorded reason. Before deployment, the application or container image should be reviewed for critical findings and open exceptions.\n\nPull requests are useful for detecting committed secrets, inspecting new dependencies, and flagging risky configuration changes. Automated security testing can help find potential issues early, but it may not always determine whether a vulnerable feature is used or exposed in a particular application. Before deployment, the built application, application image, or deployment configuration may be examined, and significant results should be discussed and agreed upon for approving deviations, assigning responsibilities, and setting time constraints.\n\nEven if a low-priority finding exists with a corrective action plan, it cannot be considered an incident at the same level as a production credential. The example of a vulnerable library demonstrates how developers can determine the installed version and whether the application uses the potentially harmful method. Security tools can further investigate the issue, and if an update is available, it should be applied, and tests rerun. If an immediate update is not possible, a mitigation and its approval date should be chosen, and the solution included with the release, stating the problem and how it was addressed.",
  "summary": "DevSecOps teams can reduce last-minute release delays by shifting security decisions earlier, improving guardrails, clarifying ownership and making findings actionable.",
  "key_points": [],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}