Skip to main content

Glossary

Quick definitions of the terms used throughout apPosture and this guide.

TermDefinition
ApplicationThe business-level unit (product/service/site) all data rolls up to.
TargetA concrete scannable endpoint - a URL (DAST) or a source repository.
RepositoryA connected source-code repo, cloned on demand for code scanning.
ProductA group of applications/repos that form one logical system (microservices).
AssessmentOne execution of a scanner (DAST, SAST, SCA, import, …).
FindingA single issue as reported by one tool.
VulnerabilityThe unified, deduplicated issue - findings from many tools merged into one.
DASTDynamic testing of a running app (attacks the live application).
SASTStatic analysis of source code (taint flow, patterns).
SCASoftware Composition Analysis - dependency vulnerabilities.
IaCInfrastructure-as-Code scanning (Terraform/CFN/K8s).
Gray-boxSource-informed DAST - the scanner knows the code/routes.
Proof-of-exploitThe actual request/response demonstrating an issue is real.
Exploit confirmedapPosture proved exploitability - not an AI guess.
ReachableThe vulnerable code/endpoint is actually reachable from an entry point.
SeverityBase impact rating: Critical/High/Medium/Low/Info.
CVSSStandard 0-10 vulnerability severity score.
EPSSProbability a CVE is exploited in the wild within 30 days.
KEVCISA's Known Exploited Vulnerabilities list (active exploitation).
Attack chainA multi-step exploit path combining several vulnerabilities.
Toxic combinationSeveral lower-severity issues that compose into a critical path.
Choke pointA vulnerability that, if fixed, breaks many attack chains.
CoverageHow much of the portfolio/surface has been tested.
Posture scoreAn A-F rating of overall security health.
MTTRMean Time To Remediation.
SLAThe remediation deadline for a finding based on severity.
GateA CI/CD pass/fail decision driven by a policy.
PolicyA set of rules expressing risk appetite (drives gates).
TriageReviewing and dispositioning a finding (status + owner).
Mute / suppressionA rule that hides a known false-positive/accepted issue.
apt_ tokenAn apPosture API token for programmatic/CI access.