Files
git.stella-ops.org/docs/features/checked/web/release-aware-security-findings.md
2026-02-12 10:27:23 +02:00

1.4 KiB

Release-Aware Security Findings

Module

Web

Status

VERIFIED

Description

Security findings list with release context showing which release each finding impacts, with delta indicators showing new/resolved findings between releases.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/features/security/
  • Routes:
    • security.routes.ts (src/Web/StellaOps.Web/src/app/features/security/security.routes.ts)
  • Components:
    • security-findings-page (src/Web/StellaOps.Web/src/app/features/security/security-findings-page.component.ts)
  • Source: SPRINT_20260118_007_FE_security_consolidation.md

E2E Test Plan

  • Setup:
    • Log in with a user that has appropriate permissions
    • Navigate to /findings
    • Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
  • Core verification:
    • Verify the component renders correctly with sample data
    • Verify interactive elements respond to user input
    • Verify data is fetched and displayed from the correct API endpoints
  • Edge cases:
    • Verify graceful handling when backend API is unavailable (error state)
    • Verify responsive layout at different viewport sizes
    • Verify accessibility (keyboard navigation, screen reader labels, ARIA attributes)

Verification

  • Run: docs/qa/feature-checks/runs/web/release-aware-security-findings/run-001/
  • Date (UTC): 2026-02-11