These produced the number above.
SAST Pipeline Scan●3 of 3 scopes
Partial mapping · high confidence
- What it is
- Every build runs static analysis over the application source code and records the result.
- Why it matters
- Checks in the editor and in review are optional by nature; the pipeline is the one place every change has to pass through.
Why it maps ST-A names automated static analysis as the scalable baseline.
Covered everywhere your profile required it.
SAST Pull Request Gate●3 of 3 scopes
Partial mapping · high confidence
- What it is
- A change carrying a critical static-analysis finding cannot be merged until the finding is fixed or formally excepted.
- Why it matters
- A scan that only reports leaves the merge decision to the person under time pressure, so critical findings reach the main branch anyway.
Why it maps ST-A at higher maturity: the baseline is embedded in the workflow and acts on results.
Covered everywhere your profile required it.
Automated Dynamic Scan◐1 of 3 scopes
Partial mapping · high confidence
- What it is
- The running application is scanned automatically against a deployed test environment as part of the delivery process.
- Why it matters
- Some faults only exist once the application is assembled and configured: the deployed stack, not the source, is what an attacker meets.
Why it maps ST-A names automated dynamic analysis alongside static as the scalable baseline.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | any | Test | CI Pipeline |
| Production | any | Test | CI Pipeline |
In place looks like Each delivery deploys the application to a test environment and runs the scan against it automatically, with the result recorded per build.
Authenticated Dynamic Scan○0 of 3 scopes
Partial mapping · medium confidence
- What it is
- The dynamic scan runs authenticated so that the functionality behind the login is tested too, not only the public surface.
- Why it matters
- Almost all of an application's functionality, and most of its authorization logic, sits behind a login that an unauthenticated scan never passes.
Why it maps ST-A expects the baseline to be tuned to the application; scanning behind authentication is where most of an application actually is.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | any | Test | CI Pipeline |
| Test | any | Test | CI Pipeline |
| Production | any | Test |
Periodic Penetration Test◐2 of 6 scopes
Partial mapping · high confidence
- What it is
- A qualified tester manually attacks the application on a defined cadence and after significant architectural change.
- Why it matters
- Chained flaws and business-logic abuse need somebody who understands what the application is for; no scanner is looking for them.
Why it maps ST-B deep understanding: expert-led manual testing of what automation cannot reason about. Periodicity alone does not make it risk-driven, as ST-B expects at level 3.
What would close it
The required scopes nothing covers today:
| Environment | Technology | Phase | Control point |
|---|
| Development | any | Test | Manual Review |
| Development | any | Operate | Manual Review |
| Test | any | Test |