# Make software verification a layered test plan, not a single scanner

> NIST's minimum verification guidance describes multiple complementary techniques. Select, scope, and retain evidence from the techniques that address design, code, dependencies, and running behavior.

- Canonical URL: https://update.dsesecurity.com/updates/layered-software-verification-plan/
- Publisher: Detection Systems & Engineering (DSE Security)
- Author: DSE Security Editorial Team
- Published: 2026-08-25T21:34:07+00:00
- Modified: 2026-08-26T13:27:47+00:00
- Last reviewed by DSE: 2026-08-25
- Resource type: Checklist
- DSE priority: Important
- Topics: Cybersecurity, IT
- Reading time: 3 minutes

## What you need to know

NIST's minimum verification guidance describes multiple complementary techniques. Select, scope, and retain evidence from the techniques that address design, code, dependencies, and running behavior.

## Potentially affected

Software producers, internal development teams, integrators, and purchasers who need evidence that security-relevant verification occurred before release.

## DSE recommendation

Create a versioned verification plan that combines design review, automated and structural tests, secret and dependency checks, fuzzing or dynamic techniques where applicable, and accountable findings disposition.

## Article

Bottom line: no single scanner observes every useful class of software defect. Verification should combine techniques that examine design, source, built behavior, historical failures, included components, and relevant application interfaces, with the results tied to a specific release.

## Source fact: what NIST recommends

[NIST IR 8397](https://csrc.nist.gov/pubs/ir/8397/final) describes eleven broadly applicable software verification techniques. The publication includes threat modeling, automated testing, static code scanning, tools for possible hardcoded secrets, built-in checks and protections, black-box tests, code-based structural tests, historical tests, fuzzing, web application scanning where applicable, and attention to included code such as libraries, packages, and services.

NIST explicitly states that the listed techniques do not address the totality of software verification. They are presented as minimum recommendations, not as proof that software is free of defects.

## What the source does not establish

The document does not prescribe one product, coverage threshold, severity gate, or test frequency. Running all eleven technique categories mechanically does not establish useful depth, correct configuration, complete scope, or responsible findings handling. A clean report may reflect a narrow test or a tool limitation.

Applicability depends on language, architecture, threat model, exposed interfaces, safety and business impact, third-party components, release cadence, and whether the organization controls source or receives only a binary or hosted service.

## Applicability questions

- Which security properties and abuse cases must be verified for this release?

- Which techniques can observe design, code, dependency, build, and runtime failure modes?

- What code, generated artifacts, infrastructure definitions, and external services are in scope?

- What blocks release, who may accept residual risk, and how long can an exception remain?

- Can each result be reproduced against the same revision and test environment?

## DSE recommendation: design complementary coverage

The following steps are DSE recommendations based on the cited source.

- Start with the threat model and intended use. Define the properties, boundaries, misuse cases, and dependencies that verification must address.

- Select multiple techniques because they answer different questions. Record why each applies, its scope, configuration, known blind spots, and expected evidence.

- Pin every result to source revision, dependency state, build artifact, tool and rules version, test data, environment, and timestamp.

- Triage findings through an owned process. Confirm material issues, record remediation or bounded acceptance, retest fixes, and prevent silent suppression.

- Turn escaped defects into regression tests when practical. Review recurring findings for a design, training, dependency, or pipeline cause.

- For acquired software, request verification evidence at a useful level without treating a vendor assertion or one scan report as a warranty.

## Verification and evidence

Choose a recent release and produce the approved verification plan, threat model, tool configurations, raw and normalized results, findings decisions, retest evidence, dependency record, and release approval. Confirm that another qualified reviewer can connect every artifact to the deployed version.

## Official references

- [NIST IR 8397 — Guidelines on Minimum Standards for Developer Verification of Software](https://csrc.nist.gov/pubs/ir/8397/final) — National Institute of Standards and Technology; finalized October 6, 2021

- [NIST SP 800-218 — Secure Software Development Framework](https://csrc.nist.gov/pubs/sp/800/218/final) — National Institute of Standards and Technology

## Primary reference

- Name: NIST IR 8397 — Guidelines on Minimum Standards for Developer Verification of Software
- Authority: National Institute of Standards and Technology
- URL: https://csrc.nist.gov/pubs/ir/8397/final
- Source publication date: 2021-10-06

## Citation and use

Preferred citation: “Make software verification a layered test plan, not a single scanner,” DSE Security, https://update.dsesecurity.com/updates/layered-software-verification-plan/
Publishing principles: https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/
Usage and citation policy: https://update.dsesecurity.com/usage/
Copyright © 2026 Detection Systems & Engineering. All rights reserved.
