stabilize tests
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user