audit work, fixed StellaOps.sln warnings/errors, fixed tests, sprints work, new advisories
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Replay Anonymization Tests Charter
|
||||
|
||||
## Mission
|
||||
- Validate anonymization behavior and determinism for replay traces.
|
||||
|
||||
## Responsibilities
|
||||
- Cover redaction rules, allowlists, and validation checks.
|
||||
- Assert deterministic IDs and manifest metrics.
|
||||
|
||||
## Required Reading
|
||||
- docs/README.md
|
||||
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
|
||||
- docs/modules/platform/architecture-overview.md
|
||||
- docs/modules/replay/architecture.md
|
||||
- docs/modules/replay/replay-proof-schema.md
|
||||
|
||||
## Working Agreement
|
||||
- Use FakeTimeProvider and fixed inputs for deterministic tests.
|
||||
- Avoid network or external dependencies.
|
||||
|
||||
## Testing Strategy
|
||||
- Unit tests for each PII type and validation coverage.
|
||||
- Tests for deterministic hashing and time handling.
|
||||
@@ -10,12 +10,6 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" />
|
||||
<PackageReference Include="xunit.v3" />
|
||||
<PackageReference Include="xunit.runner.visualstudio">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\__Libraries\StellaOps.Replay.Anonymization\StellaOps.Replay.Anonymization.csproj" />
|
||||
|
||||
@@ -13,10 +13,6 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="FluentAssertions" />
|
||||
<PackageReference Include="Moq" />
|
||||
<PackageReference Include="xunit.runner.visualstudio" >
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../../../__Libraries/StellaOps.Replay.Core/StellaOps.Replay.Core.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user