Join our Newsletter — 33% off our NHI Course

How should software manufacturers adapt their security and compliance programmes for the EU software liability directive?

Software manufacturers should treat security as a lifecycle obligation, not a final test before release. That means building secure development practices, patching and updating software continuously, maintaining evidence of controls, and preparing supply chain documentation such as an SBOM. The practical goal is to show reasonable care, reduce exploitable defects, and be able to support claims handling if a vulnerability causes harm.

Security as a product lifecycle obligation

The EU software liability directive pushes security out of the “ship it and hope” model. Manufacturers need to show that security was designed in, maintained after release, and evidenced over time. That shifts the programme from periodic control checks to continuous product governance, where secure development, vulnerability handling, patching, and release discipline are part of the same operating model.

For many teams, the most important change is evidentiary: it is no longer enough to say security was considered. You need records that demonstrate how requirements were set, how defects were triaged, what was fixed, what remains accepted, and how long vulnerable states were exposed. That is why SBOMs, patch timelines, test results, and release approvals become compliance artefacts as much as engineering records.

This is also where supply chain discipline becomes central. If components, build dependencies, or outsourced libraries contributed to a defect, you need enough inventory and provenance to explain exposure and support a liability defence. The programme should therefore align engineering, legal, and product teams around one question: can we reconstruct the security state of the product at the time harm occurred?

Controls and evidence that carry the most weight

Manufacturers should prioritise controls that reduce exploitable defects and create defensible evidence. The most useful controls are the ones that can be tied to concrete product behaviour: secure coding standards, dependency scanning, patch governance, signed releases, vulnerability intake, and retention of remediation evidence. Security reviews matter most when they are repeatable and auditable, not when they are ad hoc approvals.

For compliance, evidence quality matters as much as the control itself. Keep versioned records of threat modelling, code review gates, test coverage for security-critical changes, exception handling, and post-release remediation. If a vulnerability causes harm, the organisation should be able to show not just that it existed, but when it was known, what action was taken, and why the response was reasonable.

External standards can help structure that evidence. ISO/IEC 27001:2022 Information Security Management and ISO/IEC 27002:2022 Information Security Controls provide a practical backbone for control design, while the EU Cyber Resilience Act is the closest direct policy neighbour for product security, vulnerability handling, and lifecycle obligations.

Risk and Threat Considerations

The main risk is not just that a defect exists, but that the manufacturer cannot show disciplined handling of it. Weak documentation, slow remediation, and unclear ownership can turn a technical bug into a liability and trust problem. Harm becomes harder to defend when patching, disclosure, and supplier dependencies are not governed as a single traceable process.

Failure mechanism: Poor inventory, weak patch governance, and missing provenance make it difficult to prove when a vulnerability was introduced, whether it was known, and how quickly it was addressed. That creates exposure both from exploitability and from an inability to substantiate reasonable care.

Impact: The organisation can face larger legal exposure, slower claims handling, more difficult customer negotiations, and a stronger inference that preventable defects were allowed to persist. In practice, the gap is often not the absence of controls, but the absence of evidence that the controls were operating when it mattered.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV — Govern Software liability requires product security governance, ownership, and evidence of ongoing control.
PR.IP — Information Protection Processes and Procedures Lifecycle security, patching, and documented handling of defects map directly to protective processes.
ID.RA — Risk Assessment Manufacturers must assess product vulnerabilities, supplier dependencies, and exposure before and after release.
Recommendation — Define governance for secure development, remediation, and evidence retention across the product lifecycle. Institutionalise secure development, vulnerability handling, and patch procedures as repeatable product processes. Assess product and supply chain risk continuously, then feed results into release and remediation decisions.
CIS Controls v8 16 — Application Software Security The question centers on building security into software delivery and fixing exploitable defects.
15 — Service Provider Management Supply chain documentation and third-party dependencies are central to liability and provenance.
7 — Continuous Vulnerability Management Continuous patching and update obligations are core to the directive's lifecycle security expectation.
Recommendation — Embed security requirements, testing, and remediation gates into the software development lifecycle. Track supplier dependencies and verify security obligations for third-party components and services. Maintain continuous vulnerability discovery, prioritisation, and remediation for shipped software.
OWASP Non-Human Identity Top 10 NHI-01 — Secrets and Credential Management SBOM, dependency provenance, and product evidence often depend on managing embedded secrets and keys safely.
NHI-03 — Privilege and Access Control Manufacturers need least privilege for build, signing, and release workflows that affect product integrity.
NHI-09 — Third-Party and Supply Chain Risk The directive makes supplier provenance and downstream dependency risk materially important.
Recommendation — Remove hardcoded secrets and rotate embedded credentials before release and after exposure. Restrict build, signing, and release privileges to the minimum set needed for trusted delivery. Map and verify third-party dependencies, then maintain provenance evidence for liability and response.

Practitioner Guidance

What to prioritise: Treat the compliance programme as a product assurance system. The first objective is to connect secure development, release governance, vulnerability response, and supplier oversight into one evidence chain that can survive a post-incident review.

What to verify: Confirm that you can answer, for any shipped version, which components were included, which known issues were open, who approved the release, and how remediation decisions were documented. If you cannot reconstruct that state quickly, the programme is not yet defensible enough for liability scrutiny.

What good looks like: Security findings are triaged with clear ownership, release gates are consistent, patches have measurable SLAs, and the product team can produce traceable records without rebuilding them after an incident.

Practitioner takeaway: For software liability, compliance is strongest when security evidence is built into the product lifecycle by default, because defensibility depends on being able to prove both control design and control operation.