Revolutionizing AppSec: Strategies for Managing Open Source Risks Effectively

24.12 (1)

In this OX Security webinar, Field CTO Boaz Barzel is joined by CISO Shely Brownstein, Cognyte R&D leader Eran Levy, and XM Cyber CISO Dan Avraham to tackle how teams can manage open-source risk without slowing delivery. The panel works through identifying the risk hidden in open-source components and their dependency chains, prioritizing what actually matters by exploitability and exposure, and embedding security into the development process through automation, guardrails, and culture. Along the way they share a rehearsed “hotfix policy” for critical disclosures like Log4Shell, and practical advice for standing up a secure-development program.

Key Takeaways

  • Open source is part of the DNA, and so is its risk. It speeds delivery and lowers cost, but brings vulnerabilities; the goal is to find them, understand the real risk, and fix without stalling development.
  • Prioritize by exploitability and exposure, not raw severity. A medium-severity issue exposed to the internet can outrank a buried critical one; reachability and context decide what to fix first.
  • The gap is “by design,” so automate the pipeline. You can’t start with full automation; build package and code scanning into the CI/CD lifecycle so the gap keeps shrinking instead of growing.
  • Shift-left, and don’t carry a backlog. Give developers real-time scanning before deployment; deferring a vulnerable dependency only makes the eventual fix bigger and more entangled.
  • Rehearse a “hotfix policy” for critical disclosures. For Log4Shell-class events, a pre-built, whole-company process (security, research, sales, marketing) lets you triage and mitigate fast.
  • Security must be the developer’s, not just the security team’s. Win buy-in with education, intuitive tooling developers actually like, KPIs, and guardrails like policy-as-code; trust the process over individuals.

Video Transcript

Speakers

boaz li image

Boaz Barzel

View on LinkedIn

Field CTO, OX Security (host/moderator)

Field CTO at OX Security and the session’s moderator.

Shelly Brownshtein CISO Menora Mivtachim

Shely Brownstein

View on LinkedIn

CISO

A CISO with 20 years in information systems and cyber, 13 of them as a CISO at financial institutions.

Eran Levy Director Of Engineering Cognyte

Head of R&D Engineering, Cognyte

Head of R&D engineering on Cognyte’s Nexi product, with over 20 years across software development and engineering leadership.

Dan Anconina CISO & Head of Cyber Security XM Cyber

Dan Avraham

View on LinkedIn

CISO, XM Cyber

CISO at XM Cyber (four years in the role, after six years at Check Point), overseeing SOC, GRC, and product-security functions.

FAQ

Run a pre-built “hotfix policy” reserved for truly critical disclosures (active exploit, high CVSS, big impact): rapidly triage where the vulnerable component is and whether customers are exposed, gather intelligence on whether a POC is in the wild, and mitigate fast. The whole company has a role, from research and security to sales and marketing.

A package that looks safe often depends on other packages, environments are highly dynamic with many deploys a day, and it’s genuinely hard to know what’s exposed or reachable. You can’t update everything, so it becomes continuous risk management.

By exploitability and exposure rather than CVSS alone. A critical that isn’t internet-facing and sits behind several internal layers can rank below a medium that is exposed. Reachability, compensating controls, and an attacker’s-eye view all factor in, and lower-risk items may be deferred to a later release.

Treat the gap as “by design” and shrink it with automation built into the CI/CD lifecycle: package checks on download, code scans before deployment, and guardrails like policy-as-code (for example, an ingress that can’t be exposed by default). The aim is to avoid ever reaching a “stop the world” moment.

Make security inherent to the developer’s role, not a separate chore. Choose tools developers find intuitive and actually adopt, integrate them into the pipeline, add production-readiness reviews to close the loop, and tie security to KPIs and targeted micro-trainings.

Map your full CI/CD risk end to end in a labeled diagram, then add a dynamic ASPM tool to understand your posture and derive priorities by risk and severity. And on the management side: don’t work alone, recruit the development teams, understand how they work, and adjust together with determination and sensitivity.

Accept that you won’t know everything (backend developers often don’t know how authorization or exposure works), invest in education, and lean on tools that automatically surface and prioritize issues, which fits modern development pace far better than manual research.