stabilize tests

This commit is contained in:
master
2026-02-01 21:37:40 +02:00
parent 55744f6a39
commit 5d5e80b2e4
6435 changed files with 33984 additions and 13802 deletions

View File

@@ -2,9 +2,10 @@
// Copyright (c) StellaOps
// Shared enums for call graph analysis.
using System.Text.Json.Serialization;
namespace StellaOps.Scanner.Contracts;
using System.Text.Json.Serialization;
/// <summary>
/// Visibility level of a code symbol.

View File

@@ -2,14 +2,15 @@
// Copyright (c) StellaOps
// Shared call graph models for Scanner CallGraph and Reachability modules.
namespace StellaOps.Scanner.Contracts;
using System.Collections.Immutable;
using System.Security.Cryptography;
using System.Text;
using System.Text.Json;
using System.Text.Json.Serialization;
namespace StellaOps.Scanner.Contracts;
/// <summary>
/// A point-in-time snapshot of a call graph for analysis.
/// </summary>

View File

@@ -2,9 +2,10 @@
// Copyright (c) StellaOps
// Shared contracts for Scanner CallGraph and Reachability modules.
using System.Text.Json.Serialization;
namespace StellaOps.Scanner.Contracts;
using System.Text.Json.Serialization;
/// <summary>
/// Security-relevant sink categories for reachability analysis.

View File

@@ -2,11 +2,12 @@
// Copyright (c) StellaOps
// Registry of known dangerous sinks per language.
namespace StellaOps.Scanner.Contracts;
using System.Collections.Frozen;
using System.Collections.Immutable;
namespace StellaOps.Scanner.Contracts;
/// <summary>
/// Registry of known dangerous sinks per language.
/// </summary>

View File

@@ -7,3 +7,4 @@ Source of truth: `docs/implplan/SPRINT_20260112_003_BE_csproj_audit_pending_appl
| --- | --- | --- |
| AUDIT-HOTLIST-SCANNER-CONTRACTS-0001 | DONE | Applied safe JSON encoder and test coverage update. |
| AUDIT-0946-A | DONE | Audit tracker updated for Scanner.Contracts apply. |
| REMED-06 | DONE | SOLID review notes captured for SPRINT_20260130_002. |