Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
- Created project for StellaOps.Scanner.Analyzers.Native.Tests with necessary dependencies. - Documented roles and guidelines in AGENTS.md for Scheduler module. - Implemented IResolverJobService interface and InMemoryResolverJobService for handling resolver jobs. - Added ResolverBacklogNotifier and ResolverBacklogService for monitoring job metrics. - Developed API endpoints for managing resolver jobs and retrieving metrics. - Defined models for resolver job requests and responses. - Integrated dependency injection for resolver job services. - Implemented ImpactIndexSnapshot for persisting impact index data. - Introduced SignalsScoringOptions for configurable scoring weights in reachability scoring. - Added unit tests for ReachabilityScoringService and RuntimeFactsIngestionService. - Created dotnet-filter.sh script to handle command-line arguments for dotnet. - Established nuget-prime project for managing package downloads.
37 lines
1.5 KiB
Markdown
37 lines
1.5 KiB
Markdown
# Scanner Design Dossiers
|
|
|
|
This directory contains deep technical designs for current and upcoming analyzers and surface components.
|
|
|
|
## Language analyzers
|
|
- `ruby-analyzer.md` — lockfile, runtime graph, capability signals for Ruby.
|
|
- `deno-runtime-signals.md` — runtime trace + policy signal contract for Deno analyzer.
|
|
|
|
## Surface & platform contracts
|
|
- `surface-fs.md`
|
|
- `surface-env.md`
|
|
- `surface-validation.md`
|
|
- `surface-secrets.md`
|
|
|
|
## OS ecosystem designs
|
|
- `macos-analyzer.md` — Homebrew, pkgutil, `.app` bundle plan.
|
|
- `windows-analyzer.md` — MSI, WinSxS, Chocolatey, registry collectors.
|
|
|
|
## Demand & dashboards
|
|
- `../../benchmarks/scanner/windows-macos-demand.md` — demand tracker.
|
|
- `../../benchmarks/scanner/windows-macos-interview-template.md` — interview template.
|
|
- `../../api/scanner/windows-coverage.md` — coverage summary dashboard.
|
|
- `../../api/scanner/windows-macos-summary.md` — metric snapshot.
|
|
|
|
## Utility & reference
|
|
- `../operations/field-engagement.md` — SE workflow guidance.
|
|
- `../operations/analyzers.md` — operational runbook.
|
|
- `../operations/rustfs-migration.md` — storage migration notes.
|
|
|
|
## Maintenance tips
|
|
- Keep demand tracker (`../../benchmarks/scanner/windows-macos-demand.md`) and API dashboards in sync when updating macOS/Windows designs.
|
|
- Cross-reference policy readiness briefs for associated predicates and waiver models.
|
|
|
|
## Policy readiness
|
|
- `../policy/secret-leak-detection-readiness.md` — secret leak pipeline decisions.
|
|
- `../policy/windows-package-readiness.md` — Windows analyzer policy decisions.
|