documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"feature": "impact-first-vulnerability-detail",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/core/api/vulnerability.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.scss",
|
||||
"src/Web/StellaOps.Web/src/tests/vulnerabilities/impact-first-vulnerability-detail.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/core/api/vulnerability.models.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.html",
|
||||
"src/Web/StellaOps.Web/src/app/features/vulnerabilities/vulnerability-detail.component.scss",
|
||||
"src/Web/StellaOps.Web/src/tests/vulnerabilities/impact-first-vulnerability-detail.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T07:02:04Z"
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/vulnerabilities/impact-first-vulnerability-detail.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "3/3",
|
||||
"testFilesPassed": "1/1",
|
||||
"warnings": [
|
||||
"NG8011 control-flow content-projection warnings in evidence-thread templates remain from existing baseline.",
|
||||
"NG8113 unused RouterLink/RouterLinkActive warnings remain from existing baseline.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Vulnerability detail now computes impact-first summary values for EPSS, KEV, reachability, and blast radius.",
|
||||
"Fallback derivation logic is deterministic when explicit EPSS/KEV/blast-radius values are absent in payloads.",
|
||||
"Template and styles render impact-first cards before technical detail sections for triage-first UX."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T07:02:04Z"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "integration",
|
||||
"harness": "Angular component behavior tests",
|
||||
"capturedAtUtc": "2026-02-11T07:02:04Z",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify explicit and fallback impact-first summary behavior for EPSS/KEV/reachability/blast-radius and missing-route guard.",
|
||||
"evidence": [
|
||||
"src/tests/vulnerabilities/impact-first-vulnerability-detail.component.spec.ts"
|
||||
],
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-11T07:02:04Z"
|
||||
}
|
||||
Reference in New Issue
Block a user