Files
git.stella-ops.org/docs/features/checked/web/sarif-download-from-export-center.md
2026-02-12 10:27:23 +02:00

1.4 KiB

SARIF Download from Export Center

Module

Web

Status

VERIFIED

Description

Dedicated SARIF 2.1.0 download component within the Export Center that generates and downloads vulnerability findings in SARIF format for integration with IDEs, GitHub Code Scanning, and other SARIF-consuming tools.

Implementation Details

  • Feature directory: src/Web/StellaOps.Web/src/app/shared/components/export-center/
  • Components:
    • sarif-download (src/Web/StellaOps.Web/src/app/shared/components/export-center/sarif-download.component.ts)
  • Source: Feature matrix scan

E2E Test Plan

  • Setup:
    • Log in with a user that has appropriate permissions
    • Navigate to the relevant page/section where this feature appears
    • Ensure test data exists (scanned artifacts, SBOM data, or seed data as needed)
  • Core verification:
    • Verify the export/download action triggers correctly
    • Verify the exported file is in the expected format (JSON, SARIF, CSV, etc.)
    • Verify export includes all expected data fields
  • 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/sarif-download-from-export-center/run-001/
  • Date (UTC): 2026-02-11