feat: Add VEX Lens CI and Load Testing Plan
- Introduced a comprehensive CI job structure for VEX Lens, including build, test, linting, and load testing. - Defined load test parameters and SLOs for VEX Lens API and Issuer Directory. - Created Grafana dashboards and alerting mechanisms for monitoring API performance and error rates. - Established offline posture guidelines for CI jobs and load testing. feat: Implement deterministic projection verification script - Added `verify_projection.sh` script for verifying the integrity of projection exports against expected hashes. - Ensured robust error handling for missing files and hash mismatches. feat: Develop Vuln Explorer CI and Ops Plan - Created CI jobs for Vuln Explorer, including build, test, and replay verification. - Implemented backup and disaster recovery strategies for MongoDB and Redis. - Established Merkle anchoring verification and automation for ledger projector. feat: Introduce EventEnvelopeHasher for hashing event envelopes - Implemented `EventEnvelopeHasher` to compute SHA256 hashes for event envelopes. feat: Add Risk Store and Dashboard components - Developed `RiskStore` for managing risk data and state. - Created `RiskDashboardComponent` for displaying risk profiles with filtering capabilities. - Implemented unit tests for `RiskStore` and `RiskDashboardComponent`. feat: Enhance Vulnerability Detail Component - Developed `VulnerabilityDetailComponent` for displaying detailed information about vulnerabilities. - Implemented error handling for missing vulnerability IDs and loading failures.
This commit is contained in:
@@ -157,6 +157,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Scanner.Reachabil
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Replay.Core", "..\__Libraries\StellaOps.Replay.Core\StellaOps.Replay.Core.csproj", "{F812FD49-2D45-4503-A367-ABA55153D9B3}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests", "__Tests\StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests\StellaOps.Scanner.Analyzers.Lang.Node.SmokeTests.csproj", "{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -1055,6 +1057,18 @@ Global
|
||||
{F812FD49-2D45-4503-A367-ABA55153D9B3}.Release|x64.Build.0 = Release|Any CPU
|
||||
{F812FD49-2D45-4503-A367-ABA55153D9B3}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{F812FD49-2D45-4503-A367-ABA55153D9B3}.Release|x86.Build.0 = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Debug|x86.Build.0 = Debug|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|x64.Build.0 = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4}.Release|x86.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
@@ -1106,5 +1120,6 @@ Global
|
||||
{F4A239E0-AC66-4105-8423-4805B2029ABE} = {56BCE1BF-7CBA-7CE8-203D-A88051F1D642}
|
||||
{01F66FFA-8399-480E-A463-BB2B456C8814} = {56BCE1BF-7CBA-7CE8-203D-A88051F1D642}
|
||||
{D31CFFE3-72B3-48D7-A284-710B14380062} = {41F15E67-7190-CF23-3BC4-77E87134CADD}
|
||||
{C8EE1699-99B6-4D64-B0DB-9E876C6E9EE4} = {56BCE1BF-7CBA-7CE8-203D-A88051F1D642}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Reference in New Issue
Block a user