{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D5","name":"Coupling","shortDescription":{"text":"Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D5"},{"id":"D6","name":"Cohesion (LCOM4)","shortDescription":{"text":"Cohesion (LCOM4)"},"helpUri":"https://codehealth.canine.dev/dimensions/D6"},{"id":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D9","name":"Test Distribution","shortDescription":{"text":"Test Distribution"},"helpUri":"https://codehealth.canine.dev/dimensions/D9"},{"id":"D12","name":"Dependency Hygiene","shortDescription":{"text":"Dependency Hygiene"},"helpUri":"https://codehealth.canine.dev/dimensions/D12"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]},{"id":"D14","name":"License Compliance","shortDescription":{"text":"License Compliance"},"helpUri":"https://codehealth.canine.dev/dimensions/D14"},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D17","name":"Explicit Debt","shortDescription":{"text":"Explicit Debt"},"helpUri":"https://codehealth.canine.dev/dimensions/D17"},{"id":"D18","name":"Solution Shape","shortDescription":{"text":"Solution Shape"},"helpUri":"https://codehealth.canine.dev/dimensions/D18"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D20","name":"ADR Quality","shortDescription":{"text":"ADR Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D20"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D23","name":"Boundary Type-Coupling","shortDescription":{"text":"Boundary Type-Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D23"},{"id":"D26","name":"Project Cohesion","shortDescription":{"text":"Project Cohesion"},"helpUri":"https://codehealth.canine.dev/dimensions/D26"},{"id":"D27","name":"Navigability","shortDescription":{"text":"Navigability"},"helpUri":"https://codehealth.canine.dev/dimensions/D27"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29"},{"id":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31"},{"id":"D33","name":"JS/npm Dependency Vulnerabilities","shortDescription":{"text":"JS/npm Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D33","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]}]}},"results":[{"ruleId":"D2","level":"warning","message":{"text":"TypeExtensions.AddImplementationsAsTransient (cognitive 30): TypeExtensions.AddImplementationsAsTransient has cognitive complexity 30 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/Extensions/TypeExtensions.cs"},"region":{"startLine":603}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fa9895e845babcd48472a57fc9730a494871b8c25d645d3407dc49660acce0d"}},{"ruleId":"D2","level":"warning","message":{"text":"AddOrUpdatePlayerScoreHandler.Handle (cognitive 25): AddOrUpdatePlayerScoreHandler.Handle has cognitive complexity 25 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"6501d39f2dd9a839a0bc89dbef02bc8088e77bc595afdf067ddeb08d1f17dbc0"}},{"ruleId":"D2","level":"warning","message":{"text":"GetGlobalScoreAndRankHandler.Handle (cognitive 17): GetGlobalScoreAndRankHandler.Handle has cognitive complexity 17 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/GettingGlobalScoreAdnRank/GetGlobalScoreAndRank.cs"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce104d286cfb619ec855850887e395b155fb901b1a697bee7244881b8a92e1d5"}},{"ruleId":"D2","level":"warning","message":{"text":"GameEventsWorker.ExecuteAsync (cognitive 16): GameEventsWorker.ExecuteAsync has cognitive complexity 16 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsSource/GameEventsWorker.cs"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b9c8bf0d2743b339954610dce29c1baf641908e865698f70524fc2351a69f59"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TypeExtensions: TooManyMethods \u2014 448 lines, 59 methods."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/Extensions/TypeExtensions.cs"},"region":{"startLine":0}}}],"partialFingerprints":{"codehealthFindingId/v1":"f95756c4d3c474eb9c1ba01ae325b0ebaa3406690e9dba6a80ddf156d99a7de5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (25 lines \u00D7 2): src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs:115-139 | src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs:196-217"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"de5c75a93aee8a4528f1dd7385542ada5d6eacf9a92818918d896de75b80365c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/Ef/Projections/EfProjectionBase.cs:30-49 | src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/Ef/Projections/EfProjectionBase.cs:72-91"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/Ef/Projections/EfProjectionBase.cs"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa347cb03e414419e6c05fcd4c6102dde5f51a8cd914043f9d4fbf32e6360c5e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.WriteThrough/PlayerScore/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScoreEndpoint.cs:17-35 | src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScoreEndpoint.cs:17-35"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.WriteThrough/PlayerScore/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScoreEndpoint.cs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"526558bb7678d73c47d800b87cca798ad5bdcec4db5f0602e7a8a953a7034488"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 3): src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs:223-238 | src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Data/DataSeeder.cs:85-100 | src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs:122-137"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"b460678bc98310e058b640a91d92446e037ac12ac17aee46abc853034d9c7cf5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs:308-322 | src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs:452-466"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs"},"region":{"startLine":308}}}],"partialFingerprints":{"codehealthFindingId/v1":"a466250d30bb5b67650f6b02f6991debe66ff7ccad3a5df337464fa5d4e99939"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs:359-373 | src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs:409-423"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/Shared/Services/ReadThrough.cs"},"region":{"startLine":359}}}],"partialFingerprints":{"codehealthFindingId/v1":"a466250d30bb5b67650f6b02f6991debe66ff7ccad3a5df337464fa5d4e99939"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs:152-166 | src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs:296-310"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs"},"region":{"startLine":152}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a57d36faf44967350ece9369c080a424d5093095fe6bb4fb75364f288c8a3f3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs:203-217 | src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs:253-267"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Services/PlayerScoreService.cs"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a57d36faf44967350ece9369c080a424d5093095fe6bb4fb75364f288c8a3f3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): src/Server/CacheStrategies/LeaderBoard.WriteBehind/Shared/Projections/EFCorePlayerScoreReadModelProjection.cs:41-53 | src/Server/CacheStrategies/LeaderBoard.WriteThrough/Shared/Projections/EFCorePlayerScoreReadModelProjection.cs:26-38 | src/Server/Services/LeaderBoard.GameEventsProcessor/Shared/Projections/EFCorePlayerScoreReadModelProjection.cs:36-49"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.WriteBehind/Shared/Projections/EFCorePlayerScoreReadModelProjection.cs"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc6aa5250de5f7fec3fd6db6e284dc00f7b81c2e531b97dfe2a773a6a6a322eb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingGlobalScoreAndRank/GetGlobalScoreAndRankEndpoint.cs:17-28 | src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/GettingGlobalScoreAdnRank/GetGlobalScoreAndRankEndpoint.cs:18-30"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingGlobalScoreAndRank/GetGlobalScoreAndRankEndpoint.cs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"8973788004ddfa85e616a1f6c865da354cbbd66c1b5693c35046a5bbb5a9f43b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingPlayerGroupGlobalScoresAndRanks/GetPlayerGroupGlobalScoresAndRanksEndpoint.cs:19-30 | src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/GettingPlayerGroupGlobalScoresAndRanks/GetPlayerGroupGlobalScoresAndRanksEndpoint.cs:19-30"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingPlayerGroupGlobalScoresAndRanks/GetPlayerGroupGlobalScoresAndRanksEndpoint.cs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc9b14700cf08cb779b592517cdbfdb6c5c622c9d4cfad6e21efe1ff6b4fe491"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingRangeScoresAndRanks/GetRangeScoresAndRanksEndpoint.cs:19-30 | src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/GettingRangeScoresAndRanks/GetRangeScoresAndRanksEndpoint.cs:17-28"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.ReadThrough/PlayerScores/Features/GettingRangeScoresAndRanks/GetRangeScoresAndRanksEndpoint.cs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"04bb770a3f65663cc8e5944bd004936de5d702e20b299723fb68ca6850dcf0a6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Server/Shared/LeaderBoard.SharedKernel/Core/Projections/ProjectionPublisher.cs:54-65 | src/Server/Shared/LeaderBoard.SharedKernel/Core/Projections/ProjectionPublisher.cs:69-80"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Core/Projections/ProjectionPublisher.cs"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"afec737e488f24faf0b96708f3f1ca1453e3bebd5d0486ac4ed8869fd9cf54aa"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Server/Shared/LeaderBoard.SharedKernel/EventStoreDB/Events/EventStoreDBEventMetadataJsonConverter.cs:70-80 | src/Server/Shared/LeaderBoard.SharedKernel/OpenTelemetry/Serialization/PropagationContextJsonConverter.cs:60-70"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/EventStoreDB/Events/EventStoreDBEventMetadataJsonConverter.cs"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"3011a09a02141f6be6fd9441120afded594ff1d85e85ca384b596b35a7201aa5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Server/Shared/LeaderBoard.SharedKernel/Reflection/ReflectionUtilities.cs:70-79 | src/Server/Shared/LeaderBoard.SharedKernel/Reflection/TypeProvider.cs:17-26"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/ReflectionUtilities.cs"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb1b361169521239cd1266bc94ff3a8b4c2e047c487352b232da8142a97b3c92"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Server/Shared/LeaderBoard.SharedKernel/Core/Projections/ProjectionPublisher.cs:34-40 | src/Server/Shared/LeaderBoard.SharedKernel/Domain/Events/InternalEventBus.cs:28-34"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Core/Projections/ProjectionPublisher.cs"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ee9eabcf2d63ab285d813ed13bdace301d7b1ba7b07247426ca63868e355da6"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: LeaderBoard.DbMigrator: LeaderBoard.DbMigrator: abstractness 0.00, instability 0.14, distance 0.86 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"2c9c4644209ef9def04964df48f9bcd866796993c45125cdd7fb3a070b1fb1ed"}},{"ruleId":"D8","level":"error","message":{"text":"No automated tests: No automated tests \u2014 the solution has no test code. Untested code is the largest single risk to changing it safely."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3132564c6310e5d01a231f252a02d5d2f5a542c0a8fa29a14c89693f1e3df871"}},{"ruleId":"D9","level":"note","message":{"text":"No tests found: No test projects found in the repository."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c9bf64cbb5a4ae13d6bcd01fa3bc8d2879d860c73bc67f176ee3c2cecb8adce3"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: AutoMapper: AutoMapper 15.0.1 \u2014 High severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"7ad907f4096422e42924a00fab6889d83782c07f3031eeb825e84a391fcadb56"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: Microsoft.AspNetCore.SignalR.Protocols.MessagePack: Microsoft.AspNetCore.SignalR.Protocols.MessagePack 9.0.7 \u2014 High severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1d654aff1cbbfb51c8ad7f376d7a53b79b2bb25679f069ae55dad8f132347dbe"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO: Get rid of reflection! \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Core/Data/EventStore/StreamEvent.cs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"683e7e9f74c55cf89e11350470e5ace808882c089576de4c9eb4864d26725137"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable VSTHRD002"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/EventStoreDB/Subscriptions/EventStoreDBSubscriptionToAll.cs"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"371bcab438c5e0ce347b23440d9fef4115164d33bae6af53c3aff8eb797e66c4"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GetStreamNamePrefix: Method GetStreamNamePrefix \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/CacheStrategies/LeaderBoard.WriteBehind/Shared/Services/WriteBehindStrategies/RedisStream/RedisStreamWriteBehind.cs"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"98d2f83529c249c8c1fdf0d1adecbb7a74dce70f2f942fb3ef870648a7f116b7"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GetStreamName: Method GetStreamName \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs"},"region":{"startLine":230}}}],"partialFingerprints":{"codehealthFindingId/v1":"49df2c283b2be52b22cb6278ef2c3d0879e4b9811ed7712126dabe7676ada8f7"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GetStreamName: Method GetStreamName \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsProcessor/PlayerScores/Features/AddingOrUpdatingPlayerScore/AddOrUpdatePlayerScore.cs"},"region":{"startLine":235}}}],"partialFingerprints":{"codehealthFindingId/v1":"49df2c283b2be52b22cb6278ef2c3d0879e4b9811ed7712126dabe7676ada8f7"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: Apply: Method Apply \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Application/Models/PlayerScoreAggregate.cs"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"29a87df9e14cd4794c9ae8672ffbfff8c182e8cc2e89c23c3631794d2fa580a0"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: Apply: Method Apply \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Application/Models/PlayerScoreAggregate.cs"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"29a87df9e14cd4794c9ae8672ffbfff8c182e8cc2e89c23c3631794d2fa580a0"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GetImplementedInterfacesToMap: Method GetImplementedInterfacesToMap \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/Extensions/TypeExtensions.cs"},"region":{"startLine":481}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bfa5e9c3a9304e8994b9d6ad0e65c53d2ab42e6d41873578e5a0afae2ea83d0"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: IsPrimitive: Method IsPrimitive \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/Extensions/TypeExtensions.cs"},"region":{"startLine":561}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcef494e26114f8fc2ab219a7ed9c261ec73d6d63bca5089ca42fbc16fb81c68"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: IsRecord: Method IsRecord \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/Extensions/TypeExtensions.cs"},"region":{"startLine":707}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c88e715dcb6d6bbfdac5c86bc7dbc2c8ede1298a332d67861d9a15c4161f8e0"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: IsRecord: Method IsRecord \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Reflection/TypeProvider.cs"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"da2d072be0a588fa84e0160ec7f19264aad63225f08bf8c9e50a16db6a2b42e1"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: DefaultProblemDetailMapper: NamedType DefaultProblemDetailMapper \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Shared/LeaderBoard.SharedKernel/Web/ProblemDetail/DefaultProblemDetailMapper.cs"},"region":{"startLine":6}}}],"partialFingerprints":{"codehealthFindingId/v1":"90c4b50331b6329135bc941d17b2a634d7a2f5eda50f3fdb9533283077855d83"}},{"ruleId":"D18","level":"note","message":{"text":"Thin analysable surface across projects: 1 project(s) carry only a thin slice of real code (e.g. \u0060LeaderBoard.DbMigrator\u0060 with 28 significant line(s)). The mean analysable-surface weight is 93 %, lowering Solution Shape by about 0.6 point(s). Consolidate thin projects or grow them into substantial, well-scoped assemblies."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"dd0b92fd965c2065080f16843920964ee00f7696ea03d87cdf61aed4cd2c746a"}},{"ruleId":"D20","level":"note","message":{"text":"No ADRs found: No ADRs found at common paths; consider documenting architectural decisions in Docs/ADL/ or similar."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d2bea044ff79d7d275f5a91a6e2f548586178eaf480274c33960ad020c854631"}},{"ruleId":"D23","level":"note","message":{"text":"Bounded contexts not declared: At 11407 LoC spread over 8 projects the codebase is large and multi-module, so explicit bounded contexts are needed. Declare architecture.contexts (\u22652) in config to assess cross-boundary type coupling."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1c7e276c9c682731f01819ed5378b90ca320cde1b583c90920172911598362b3"}},{"ruleId":"D26","level":"note","message":{"text":"Split LeaderBoard.SharedKernel: A generic SharedKernel that is large and sprawls over 40 unrelated namespaces is a classic grab-bag. Suggested: by namespace: LeaderBoard.SharedKernel.Events, LeaderBoard.SharedKernel.Persistence, LeaderBoard.SharedKernel.Filters"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"5ab3d04949f559016a65ea19b6f93f142b56ec7aa98976b67084b90c722615e4"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.GameEventsSource/appsettings.json"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ab670bc6c24b9fbd3cc9c976df0212fea611712b3af718e5da76f5597ac7831"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Server/Services/LeaderBoard.SignalR/appsettings.json"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc1dade6b612c7dd7e0b641711a5cdb0b487abde138bd44beccb7ae9f693f9c3"}},{"ruleId":"D28","level":"note","message":{"text":"Rotate the exposed credentials \u2014 git history can\u0027t be un-committed: Some of these secrets are in git HISTORY: deleting the file does not remove them (the commit persists on every clone, fork and backup). The remediation is to ROTATE each historically-exposed credential and treat it as compromised \u2014 not to delete the file. Rewriting history is disruptive and unreliable across existing forks. (Working-tree-only secrets \u2014 no commit \u2014 can instead be removed from the file and moved to a secret store.)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D31","level":"error","message":{"text":"High IaC: DS-0002: Image user should not be \u0027root\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".devcontainer/Dockerfile"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"30b40da5c76d9d185d53279aad925a50e82e4dd82135a8f3f0f1ee6249218dbc"}},{"ruleId":"D31","level":"warning","message":{"text":"Medium IaC: DS-0001: \u0027:latest\u0027 tag used"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".devcontainer/Dockerfile"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b2f1b5b384bf8530f061918d9cac8c61532d15e1183ddeeec6808dbab9e9600"}},{"ruleId":"D31","level":"note","message":{"text":"Low IaC: DS-0026: No HEALTHCHECK defined"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".devcontainer/Dockerfile"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b33478d526b4b75f2d1effac71d00f20d80ae6679f585c0aa406adc1aaa29f92"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1395","name":"Dependency on Vulnerable Third-Party Component"},{"id":"CWE-798","name":"Use of Hard-coded Credentials"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}