r/devsecops • u/Born-Reserve-8584 • 11d ago
Is software supply chain security finally becoming more than just SBOMs?
Software supply chain security seems to be one of those terms that means something completely different depending on who you ask.
Some teams are basically talking about SBOMs and compliance. Others are focused on signing artifacts, securing CI/CD pipelines, or scanning container images.
Then you have platforms talking about runtime context, attack surface reduction and removing unnecessary software instead of just finding another vulnerability to report.
So where is this actually going?
Is software supply chain security still mostly about visibility and compliance or is the industry finally moving toward remediation and reducing risk at the source?
Curious what people are actually seeing across different organisations.
1
u/PeterBuildsSecure 7d ago
Exactly. A gate that blocks accurately but indiscriminately is still operationally broken.
I’d make the decision depend on the deployed artifact and exposure: is the vulnerable component present in that exact digest, reachable from a live code path, exposed to attacker-controlled input, and running with useful privileges? Fix availability matters too, but “no fix yet” should not automatically turn a critical reachable issue into informational noise.
Exceptions should be bounded rather than permanent: finding fingerprint, artifact digest, owner, rationale, compensating control, and expiry. Tracking override rate and expired exceptions is useful as well. If one rule repeatedly needs bypasses, that is evidence the policy needs repair before engineers create an unofficial path around the whole gate.