14 · Glossary of Terms — Stella Ops


0 Purpose

A concise, single‑page “what does that acronym actually mean?” reference for developers, DevOps engineers, IT managers and auditors who are new to the Stella Ops documentation set.

If you meet a term in any Stella Ops doc that is not listed here, please open a PR and append it alphabetically.


A – C

TermShort definitionLinks / notes
ADRArchitecture Decision Record – lightweight Markdown file that captures one irreversible design decision.ADR template lives at /docs/adr/
AIREAI Risk Evaluator – optional Plus/Pro plug‑in that suggests mute rules using an ONNX model.Commercial feature
Azure‑PipelinesCI/CD service in Microsoft Azure DevOps.Recipe in Pipeline Library
BDURussian (FSTEC) national vulnerability database: База данных уязвимостей.Merged with NVD by FeedMerge Service
BuildKitModern Docker build engine with caching and concurrency.Needed for layer cache patterns
CIContinuous Integration – automated build/test pipeline.Stella integrates via CLI
CosignOpen‑source Sigstore tool that signs & verifies container images and files.Images & OUK tarballs
CWV / CLSCore Web Vitals metric – Cumulative Layout Shift.UI budget ≤ 0.1
CycloneDXOpen SBOM (BOM) standard alternative to SPDX.Planned report format plug‑in

D – G

TermDefinitionNotes
Digest (image)SHA‑256 hash uniquely identifying a container image or layer.Pin digests for reproducible builds
Docker‑in‑Docker (DinD)Running Docker daemon inside a CI container.Used in GitHub / GitLab recipes
DTOData Transfer Object – C# record serialised to JSON.Schemas in doc 11
FeedMerge serviceBackground job that merges OVN, GHSA and NVD 2.0, CNNVD, CNVD, ENISA, JVN and BDU XML into Redis.Cron default 0 1 * * *
FSTECRussian regulator issuing SOBIT certificates.Pro GA target
GiteaSelf‑hosted Git service – mirrors GitHub repo.OSS hosting
GOST TLSTLS cipher‑suites defined by Russian GOST R 34.10‑2012 / 34.11‑2012.Provided by OpenSslGost or CryptoPro
GrypeAlternative OSS vulnerability scanner; can be hot‑loaded as plug‑in.Scanner interface IScannerRunner

H – L

TermDefinitionNotes
HelmKubernetes package manager (charts).Beta chart under /charts/core
Hot‑loadRuntime discovery & loading of plug‑ins without restart.Cosign‑signed DLLs
HyperfineCLI micro‑benchmark tool used in Performance Workbook.Outputs CSV
JWTJSON Web Token – bearer auth token issued by OpenIddict.Scope scanner, admin, ui
K3s / RKE2Lightweight Kubernetes distributions (Rancher).Supported in K8s guide
Kubernetes NetworkPolicyK8s resource controlling pod traffic.Redis/Mongo isolation

M – O

TermDefinitionNotes
Mongo (optional)Document DB storing > 180 day history and audit logs.Off by default in Core
Mute ruleJSON object that suppresses specific CVEs until expiry.Schema mute-rule‑1.json
NVDUS‑based National Vulnerability Database.Primary CVE source
ONNXPortable neural‑network model format; used by AIRE.Runs in‑process
OpenIddict.NET library that implements OAuth2 / OIDC in Stella backend.Embedded IdP
OUKOffline Update Kit – signed tarball with images + feeds for air‑gap.Admin guide #24
OTLPOpenTelemetry Protocol – exporter for traces & metrics./metrics endpoint

P – S

TermDefinitionNotes
P9595th‑percentile latency metric.Target ≤ 5 s SBOM path
PDF SARSecurity Assessment Report PDF produced by Pro edition.Cosign‑signed
Plug‑inHot‑loadable DLL implementing a Stella contract (IScannerRunner, ITlsProvider, etc.).Signed with Cosign
Problem DetailsRFC 7807 JSON error format returned by API.See API ref §0
RedisIn‑memory datastore used for queue + cache.Port 6379
RekorSigstore transparency log; future work for signature anchoring.Road‑map P4
RPSRequests Per Second.Backend perf budget 40 rps
SBOMSoftware Bill of Materials – inventory of packages in an image.Trivy JSON v2
Stella CLILightweight CLI that submits SBOMs for vulnerability scanning.See CI recipes
SeccompLinux syscall filter JSON profile.Backend shipped non‑root
SLAService‑Level Agreement – 24 h / 1‑ticket for Pro.SRE runbook
Span.NET ref‑like struct for zero‑alloc slicing.Allowed with benchmarks
Styker.NETMutation testing runner used on critical libs.Coverage ≥ 60 %

T – Z

TermDefinitionNotes
TrivyOSS CVE scanner powering the default IScannerRunner.CLI pinned 0.64
Trivy‑srvLong‑running Trivy server exposing gRPC API; speeds up remote scans.Variant A
UI tileDashboard element showing live metric (scans today, feed age, etc.).Angular Signals
WebSocketFull‑duplex channel (/ws/scan, /ws/stats) for UI real‑time.Used by tiles
ZastavaLightweight agent that inventories running containers and can enforce kills.

11 Change log

VersionDateNotes
v1.02025‑07‑12First populated glossary – 52 terms covering Core docs.

(End of Glossary v1.0)