{"$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":"D10","name":"Test Quality","shortDescription":{"text":"Test Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D10"},{"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":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"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":"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":"D24","name":"Comment Value","shortDescription":{"text":"Comment Value"},"helpUri":"https://codehealth.canine.dev/dimensions/D24"},{"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":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","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/BuildingBlocks/BuildingBlocks.Core/Extensions/TypeExtensions.cs"},"region":{"startLine":618}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9cdd8a9023c25adc7d30e875ceab2d009719d226ebbd31acb90e553f8d84d84"}},{"ruleId":"D2","level":"warning","message":{"text":"ReflectionExtensions.TraverseObjectGraphRecursively (cognitive 26): ReflectionExtensions.TraverseObjectGraphRecursively has cognitive complexity 26 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/ReflectionExtensions.cs"},"region":{"startLine":243}}}],"partialFingerprints":{"codehealthFindingId/v1":"8db9eaa53daeb1bd805b64ffe5797a4113759e4c099d4f6921e041176e761541"}},{"ruleId":"D2","level":"warning","message":{"text":"EfDbContextBase.OnBeforeSaving (cognitive 18): EfDbContextBase.OnBeforeSaving has cognitive complexity 18 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Persistence/EfCore/EfDbContextBase.cs"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"50b4f79dd82788a3035f18b001610c3bd1c07a20be6c442549f7baa14d8837bf"}},{"ruleId":"D2","level":"warning","message":{"text":"ConfigureSwaggerOptions.CreateInfoForApiVersion (cognitive 18): ConfigureSwaggerOptions.CreateInfoForApiVersion has cognitive complexity 18 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Swagger/ConfigureSwaggerOptions.cs"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc14378fcff94b2c6d32a41b1acddb3b2da10d709d12aa2e1ef0600442592614"}},{"ruleId":"D2","level":"warning","message":{"text":"InMemoryBus.ReceivingMessages (cognitive 16): InMemoryBus.ReceivingMessages has cognitive complexity 16 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Messaging/Broker/InMemory/InMemoryBus.cs"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed483cc529edd2033f0ba42529013323d8a37cf01ecb24f7a324e00a62ec5792"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TypeExtensions: TooManyMethods \u2014 458 lines, 61 methods."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/TypeExtensions.cs"},"region":{"startLine":0}}}],"partialFingerprints":{"codehealthFindingId/v1":"772bca830638f0dba128c8e25fd95cba06b6004050b11260b946e9856b2b422d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (27 lines \u00D7 2): src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Shared/Extensions/ServiceCollectionExtensions/Infrastructure.cs:41-54 | src/Modules/Orders/FoodDelivery.Modules.Orders/Shared/Extensions/ServiceCollectionExtensions/Infrastructure.cs:31-57"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Shared/Extensions/ServiceCollectionExtensions/Infrastructure.cs"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"5912e8a57c65b1d9653b4b119991ac345fb02b28a1152a4be167d6d4135277bf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/BuildingBlocks/BuildingBlocks.Core/Messaging/Broker/InMemory/InMemoryBus.cs:88-103 | src/BuildingBlocks/BuildingBlocks.Core/Messaging/Broker/InMemory/InMemoryBus.cs:130-145"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Messaging/Broker/InMemory/InMemoryBus.cs"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"6964c97f774ebd772047029e0304b443df8ecb66150611a30298800bf3d38aec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 4): src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Shared/Extensions/ApplicationBuilderExtensions/Seed.cs:9-20 | src/Modules/Customers/FoodDelivery.Modules.Customers/Shared/Extensions/ApplicationBuilderExtensions/Seed.cs:9-20 | src/Modules/Identity/FoodDelivery.Modules.Identity/Shared/Extensions/ApplicationBuilderExtensions/Seed.cs:13-24 | src/Modules/Orders/FoodDelivery.Modules.Orders/Shared/Extensions/ApplicationBuilderExtensions/Seed.cs:13-24"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Shared/Extensions/ApplicationBuilderExtensions/Seed.cs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2e777bedfa108edd86e3e1d2acfff217ac0814548817da17a9b72fd5ab415b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Modules/Identity/FoodDelivery.Modules.Identity/IdentityModuleConfiguration.cs:55-66 | src/Modules/Orders/FoodDelivery.Modules.Orders/OrdersModuleConfiguration.cs:50-61"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Identity/FoodDelivery.Modules.Identity/IdentityModuleConfiguration.cs"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfe68839feddf1cf8b3f3e802e29d32eeff10ef37e4637c24683337b4b88cf3c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/BuildingBlocks/BuildingBlocks.Core/Messaging/MessagePersistence/InMemory/InMemoryMessagePersistenceService.cs:159-169 | src/BuildingBlocks/BuildingBlocks.Core/Messaging/MessagePersistence/InMemory/InMemoryMessagePersistenceService.cs:185-195"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Messaging/MessagePersistence/InMemory/InMemoryMessagePersistenceService.cs"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"5b864f9dffbb8cdfe0bf1f3acb463259754dde6c89bdf1608b16064d1fb112b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/BuildingBlocks/BuildingBlocks.Core/Extensions/ReflectionExtensions.cs:53-61 | src/BuildingBlocks/BuildingBlocks.Core/Extensions/TypeExtensions.cs:69-77"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/ReflectionExtensions.cs"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7b42d35d96e08d8be2ad6b234b746c8dc7c4cbd50c74e3b5e5f644d2faf29b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/BuildingBlocks/BuildingBlocks.Resiliency/Extensions/HttpClientBuilderExtensions.CircuitBreaker.cs:13-20 | src/BuildingBlocks/BuildingBlocks.Resiliency/Extensions/HttpClientBuilderExtensions.Retry.cs:13-21"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Resiliency/Extensions/HttpClientBuilderExtensions.CircuitBreaker.cs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5f833368e620e16bcfd95f40a71dcc187626b98075e74e1acaaec1955b64789"}},{"ruleId":"D5","level":"warning","message":{"text":"Unstable project FoodDelivery.Api: FoodDelivery.Api has instability 0.85 with 3 dependents."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1cb85bc0fa5ad6911a3c19e89d53937f44bce269945d7e668b68ca4a0a10ddd9"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Persistence.Mongo: BuildingBlocks.Persistence.Mongo: abstractness 0.00, instability 0.13, distance 0.87 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6a14b0fb1baec762dd7c75c658544b858e0f5b698ed7028316b6c68ead44fb5e"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Logging: BuildingBlocks.Logging: abstractness 0.00, instability 0.13, distance 0.87 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"bd5a19057bdc265b3057d7a04b62a63f07e58be498eccd2ae9ec9a4c8db4c880"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Core: BuildingBlocks.Core: abstractness 0.15, instability 0.04, distance 0.81 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"9edc742203dbcd1aea8d8c3cb08c5807fb2b2718697a8eee5e8d293dd7ad19a3"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Caching.InMemory: BuildingBlocks.Caching.InMemory: abstractness 0.00, instability 0.20, distance 0.80 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"2a01438cee746a340bc8eac919018e344698c17b8946baf84e0599a42b3c0e1d"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Monitoring: BuildingBlocks.Monitoring: abstractness 0.00, instability 0.20, distance 0.80 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"32e4cd010e8ec14e4257e4ebd4d3b03c331a253e8b941e808ce1eeb359e5f0a1"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Swagger: BuildingBlocks.Swagger: abstractness 0.00, instability 0.20, distance 0.80 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"74a5195db22398cb57fbcff721efe9fc7ca3424b75842959ad9e7cc71b4543a9"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Validation: BuildingBlocks.Validation: abstractness 0.00, instability 0.20, distance 0.80 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"bcaf996877db2e1c4a8a877276a3f1f4302416d19040aade927c0103b1553604"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Security: BuildingBlocks.Security: abstractness 0.10, instability 0.13, distance 0.76 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b6c6790d8309b7e00e0b918a390ddcb8d2360883b143ecbc9d8f5cd09e63b5ba"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: BuildingBlocks.Web: BuildingBlocks.Web: abstractness 0.12, instability 0.13, distance 0.75 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d11cfaa030d49c8527818f474e1d038c7125a727dac852be23e73e442e8a00db"}},{"ruleId":"D6","level":"warning","message":{"text":"Low cohesion: Product (LCOM4 11): Product\u0027s methods form 11 groups that share no state and don\u0027t call each other \u2014 a sign it may have several responsibilities. Review whether it splits into focused classes."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Products/Models/Product.cs"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"f14c220530b6727f2d9103a4b0c64a0c415d6042f45f221e5e84b235f53d1a35"}},{"ruleId":"D6","level":"warning","message":{"text":"Low cohesion: EventProcessor (LCOM4 4): EventProcessor\u0027s methods form 4 groups that share no state and don\u0027t call each other \u2014 a sign it may have several responsibilities. Review whether it splits into focused classes."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/CQRS/Event/EventProcessor.cs"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"24e3358dd9d83e1d70efa186232d3c2dcc4df8dc3ef7932a785dc2030000ae17"}},{"ruleId":"D8","level":"warning","message":{"text":"Coverage not measured: The test suite couldn\u0027t be built/run in-image and no coverage report is committed, so line coverage was not measured \u2014 and it is EXCLUDED from the score rather than scored on a LoC-ratio proxy. Commit the Cobertura/OpenCover/lcov report your CI already produces (anywhere in the repo), or make the suite runnable in-image, and real coverage will be measured."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"62e63e619c28f057e129f2997c965d32a457366a9ce18ca019ffb6bdfba85c99"}},{"ruleId":"D10","level":"error","message":{"text":"No assertions (empty test): Test1: Test method has an empty body \u2014 it asserts nothing and exercises no code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Identity/FoodDelivery.Modules.Identity.EndToEndTests/UnitTest1.cs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b637c5e6432d71cc16e6fc20410b343aa724624f617418fa8d247512b52dd12"}},{"ruleId":"D10","level":"error","message":{"text":"No assertions (empty test): Test1: Test method has an empty body \u2014 it asserts nothing and exercises no code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Identity/FoodDelivery.Modules.Identity.UnitTests/UnitTest1.cs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"afd3b728339be5cafd5d037a42e5c0a14824ce46ebade553027311b3a762c4b2"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: AutoMapper: AutoMapper 12.0.1 \u2014 High severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"7ad907f4096422e42924a00fab6889d83782c07f3031eeb825e84a391fcadb56"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: OpenTelemetry.Api: OpenTelemetry.Api 1.9.0 \u2014 Moderate severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"957e7394425c022fd913b071ba582e11b6cf3730adf2b692a39ff89ffff37caf"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: MailKit: MailKit 4.7.1.1 \u2014 Moderate severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ad4f2a38eb922510975ba7d88a44c631589975067536fd77080a53584f6d1380"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: Duende.IdentityServer: Duende.IdentityServer 7.0.5 \u2014 Moderate severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"595288fc607e23a6642a0702d9c45a471f4f800e6a0068e7c0133be938e42927"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: MediatR.Extensions.Microsoft.DependencyInjection: MediatR.Extensions.Microsoft.DependencyInjection 11.1.0 \u2014 Legacy MediatR \u003E= 12.0.0"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"58ee11dc6a0718985ca5a0165bd989e34437704f4ab07213f1630d9d4e7eb0a0"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.AspNetCore.Http.Abstractions: Microsoft.AspNetCore.Http.Abstractions 2.2.0 \u2014 Other,Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ab239d92a1ed0e780896b6b47df6648aa988d7c5c2e552fd20a0b8d4943c6f81"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: AutoMapper.Extensions.Microsoft.DependencyInjection: AutoMapper.Extensions.Microsoft.DependencyInjection 12.0.1 \u2014 Legacy AutoMapper \u003E= 13.0.0"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"52fbb14c6e02894d83d6297e82403018d3b31d7773fc40d3ebf0f0944199151f"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: SqlStreamStore: SqlStreamStore 1.2.1-alpha.3 \u2014 Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8d4e409dcfd3ab3699c3a7780fbc5194bf7003766a99e47492e444d03fc1415f"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: FluentValidation.AspNetCore: FluentValidation.AspNetCore 11.3.0 \u2014 Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c121fe39eaa15140bc3e6db44975ad976f90ca0ef505592ab96df7811261bcf1"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Serilog.Sinks.Elasticsearch: Serilog.Sinks.Elasticsearch 10.0.0 \u2014 Legacy Elastic.Serilog.Sinks \u003E= 0.0.0"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3c09bd0c6fd8bb8acdce4fe344799706164691aa4ecce109bd6b9dbb963c2cd1"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: xunit: xunit 2.9.0 \u2014 Legacy xunit.v3 \u003E= 0.0.0"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d37c8c0e8046c9e8358e976373216abfb78e9fdef63ed53d3edcaa7d2238edcd"}},{"ruleId":"D16","level":"note","message":{"text":"Small-team knowledge concentration: 0 file(s) are concentrated to one author \u2014 the ambient state with 2 active author(s), not 0 separate risks. The signal becomes meaningful as ownership spreads; no per-file action implied now."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8aa75b6daa18f1b578387fa04036c50b3163d47f957c8f5601bf083ed4489b0c"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: Using Activity for tracing \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/BuildingBlocks/BuildingBlocks.Core/CQRS/Event/EventHandlerDecorator.cs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"8cef13052e1e35af96f8b984074f18dd28f2f71a5be71a4a31bf879e46e8305f"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // var userId = GetCurrentUser(); // TODO: Get current user \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/BuildingBlocks/BuildingBlocks.Core/Persistence/EfCore/EfDbContextBase.cs"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"148b02ecd0133c49e595ed6580ec39964644fde4edc6919b2d42908528f71350"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 14 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Swagger/ApiVersionOperationFilter.cs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c7bd66f8bd2ce69a9f01cf63cddfb960386e153fb7522675dc3bdba65e33bc8"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 8 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Products/Features/GettingProducts/GetProductsRequest.cs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"512019799e5bc826e304c3f3cbc0b59653bd4f1b3d5b084947ddb18708bfe31a"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 8 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Identity/FoodDelivery.Modules.Identity/Users/Features/GettingUsers/GetUsersRequest.cs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"68a958286c0ce44e216372da65b97d9a429691966e3f60c950289e24a778e40a"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 9 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/Customers/Features/GettingCustomers/GetCustomersRequest.cs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"7757d71a546ec836203815d3dc8f12d07de98c6246dd025018aef41d6d77cd2a"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 9 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BusPublishTests.cs"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"36a60d4bd061c400abb5bbd4caa8dcc8b1d40f8f35c3980e43a83a0088c37fcc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/RestockSubscriptions/Features/DeletingRestockSubscriptionsByTime/DeleteRestockSubscriptionsByTime.cs"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"12ccb86953c1fdc9f2bf8995fb3cfb11c0d24d2f2f4fb24a29939f6e063c31a9"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BusPublishTests.cs"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"36a60d4bd061c400abb5bbd4caa8dcc8b1d40f8f35c3980e43a83a0088c37fcc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 11 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/RestockSubscriptions/Features/GettingRestockSubscriptions/GetRestockSubscriptionsRequest.cs"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"45b5eac9b2bfc4d4035d9989ba1172de461587f5ebb33f9e451ca322accfcd0f"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: Add Monitoring \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/Modules/Identity/FoodDelivery.Modules.Identity/IdentityModuleConfiguration.cs"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"f19ab38679538666367178b0b66d93573d2011d03cd8b259ff23f79a9b66be4e"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO: Complete order domain model \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/Modules/Orders/FoodDelivery.Modules.Orders/Orders/Models/Order.cs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ccf8ac5c1af1b99ec8dc1c18e4c88314f15e38e102e4c2c35d3668d96358dc6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 13 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BusPublishTests.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"36a60d4bd061c400abb5bbd4caa8dcc8b1d40f8f35c3980e43a83a0088c37fcc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BusPublishTests.cs"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"36a60d4bd061c400abb5bbd4caa8dcc8b1d40f8f35c3980e43a83a0088c37fcc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BusPublishTests.cs"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"36a60d4bd061c400abb5bbd4caa8dcc8b1d40f8f35c3980e43a83a0088c37fcc"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GenericParametersMatch: Method GenericParametersMatch \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/ReflectionExtensions.cs"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"581aac5dba9fe5f9786b41ada14be23e2f8567aa18bdc67ad58d8c366e56b514"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: GetImplementedInterfacesToMap: Method GetImplementedInterfacesToMap \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/TypeExtensions.cs"},"region":{"startLine":495}}}],"partialFingerprints":{"codehealthFindingId/v1":"67c4ab49a4e860f823b499df3f9119d3aab25299a095cee7395276796c6f59c4"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: IsRecord: Method IsRecord \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/BuildingBlocks/BuildingBlocks.Core/Extensions/TypeExtensions.cs"},"region":{"startLine":724}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f454cb3a48112e5c689432bb4c2abc37542542691cff0faa95b70aa594414fa"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: MapBrandsEndpoints: Method MapBrandsEndpoints \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Brands/Configs.cs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"a067447aed8c517d98131c9e16038c4bd6931f8977e9083fa94cad2923c6e2ff"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: MapCategoriesEndpoints: Method MapCategoriesEndpoints \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Categories/Configs.cs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"55d12a1c7a4f01366de869078ddd1c68e45bea5b276b7aba84ce956d6a872dce"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: MapSuppliersEndpoints: Method MapSuppliersEndpoints \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/FoodDelivery.Modules.Catalogs/Suppliers/Configs.cs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"6907648621a40f0a6864cc103bc2d7281ac3225fd503a8c38b22f3f7d3e1340b"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: CustomerAlreadyCompletedException: NamedType CustomerAlreadyCompletedException \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/Customers/Exceptions/Domain/CustomerAlreadyCompletedException.cs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"f971bf702ecacbfd9169f9eb36df02a5a02a6895b17ad62ab4830db118dedb4f"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: CustomerAlreadyVerifiedException: NamedType CustomerAlreadyVerifiedException \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/Customers/Exceptions/Domain/CustomerAlreadyVerifiedException.cs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"73f0abad4ad504858faccb5f68c0460c9c92864b4ba6c8c7dbc9904e8f95155c"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: CustomerNotActiveException: NamedType CustomerNotActiveException \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/FoodDelivery.Modules.Customers/Customers/Exceptions/Domain/CustomerNotActiveException.cs"},"region":{"startLine":5}}}],"partialFingerprints":{"codehealthFindingId/v1":"e082f64836a5d5b0cc83067851729889da4ce8a305a51622bc3d8b083cca7b0a"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: FoodDelivery.Modules.Identity.EndToEndTests: \u0060FoodDelivery.Modules.Identity.EndToEndTests\u0060 contributes only 8 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Identity/FoodDelivery.Modules.Identity.EndToEndTests/FoodDelivery.Modules.Identity.EndToEndTests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2ec0f7c11ca3eb0ad28c76a9960c1b93ed91bb01ab195b5296e1d9c96f7082f"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: FoodDelivery.Modules.Identity.UnitTests: \u0060FoodDelivery.Modules.Identity.UnitTests\u0060 contributes only 8 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Identity/FoodDelivery.Modules.Identity.UnitTests/FoodDelivery.Modules.Identity.UnitTests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6101505e441c3ab7abc2c17f85184c9b52727f3b1f7796a90cf8cc0a655284a5"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: BuildingBlocks.Core.IntegrationTests: \u0060BuildingBlocks.Core.IntegrationTests\u0060 contributes only 0 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/building-blocks/Core/BuildingBlocks.Core.IntegrationTests/BuildingBlocks.Core.IntegrationTests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9bed5c82f6b509e7017903b114f6456b701e38c3f4eb4dcf8fa363c6d9f8cc75"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: FoodDelivery.Modules.Customers.UnitTests: \u0060FoodDelivery.Modules.Customers.UnitTests\u0060 contributes only 0 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Customers/FoodDelivery.Modules.Customers.UnitTests/FoodDelivery.Modules.Customers.UnitTests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a1853c19a51d8621bc6dfcb291896a1c76919f9eefc475a785509f3fdd77457"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: FoodDelivery.Modules.Customers.EndToEndTests: \u0060FoodDelivery.Modules.Customers.EndToEndTests\u0060 contributes only 0 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/modules/Customers/FoodDelivery.Modules.Customers.EndToEndTests/FoodDelivery.Modules.Customers.EndToEndTests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"88c98bdbf400dab25b50d24bcd5ba056f1bc412e34284004fb49c30cf9087066"}},{"ruleId":"D18","level":"note","message":{"text":"Thin analysable surface across projects: 1 project(s) carry only a thin slice of real code (e.g. \u0060FoodDelivery.Modules.Identity.IntegrationTests\u0060 with 49 significant line(s)). The mean analysable-surface weight is 81 %, lowering Solution Shape by about 1.5 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":"D26","level":"note","message":{"text":"Split BuildingBlocks.Abstractions: A generic \u0027BuildingBlocks\u0027 catch-all at 25 namespaces is a sprawling grab-bag. Suggested: by namespace: split the 25 unrelated building-block modules into cohesive libraries"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"fed3a1252763ed088ad4ed422c8349d0f872ef61e0f674435169bb788e5a528e"}},{"ruleId":"D26","level":"note","message":{"text":"Split BuildingBlocks.Core: Core is large and spans 36 namespaces despite being named \u0027Core\u0027, so it crosses both size and spread thresholds. Suggested: by namespace: separate the 36 core domains into focused libraries"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"43f69292e4cedb67af5e0dc0fef336530c91c48977a8ee24c8437c4559db5c83"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/FoodDelivery.Api/appsettings.json"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb28ec0d750994eaa7eb388594d7b94901e3097aa2b490a667eea7689cbedca0"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/FoodDelivery.Api/appsettings.docker.json"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7f3a60fcbba79ff284b7383da7a254c2193b7893383ed510d8bd3815b98792a"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/FoodDelivery.Api/tempkey.jwk"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"68cdc717fc6d00303b75144273872fdeaa199864ba9700b58250985bf34f5f35"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Identity/FoodDelivery.Modules.Identity/identity.appsettings.json"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"0eabc7cf53577bfa6b17c74e4be1144670916119da52d3c47880a5b9f0eaad9e"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Identity/ECommerce.Modules.Identity/identity.appsettings.json"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbfe817f90c7e1ead28f0c8b2f8237649ea482f6b76e46b85c28d8f78668dd85"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Catalogs/ECommerce.Modules.Catalogs/catalogs.appsettings.json"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"aac5b8007893cde010c34209e85d9971a6feff7bed5628973f3e7e0a4e337d02"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Customers/ECommerce.Modules.Customers/customers.appsettings.json"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"5bc23e17c4b712b5d376dea307664d566e16793ec78e05c5ddb1b96dfcae455a"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Identity/ECommerce.Modules.Identity/identity.appsettings.json"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbfe817f90c7e1ead28f0c8b2f8237649ea482f6b76e46b85c28d8f78668dd85"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Modules/Orders/ECommerce.Modules.Orders/orders.appsettings.json"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5d2edb95b0ba2f4da14ace0aefead872fdaa02eba09804e642f8b2883570385"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/ECommerce.Api/tempkey.jwk"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"72f7522da780a18e4a83562adf669e420148a6be6dc1e3f6f77ea99929bab270"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/ECommerce.Api/appsettings.docker.json"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"79682f794feda79edfa2bcbcd2087a28b32980b13a55e92ab5e8b30f4e32a417"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/ECommerce.Api/appsettings.docker.json"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"79682f794feda79edfa2bcbcd2087a28b32980b13a55e92ab5e8b30f4e32a417"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/ECommerce.Api/appsettings.json"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"929201fbbe0880f354596b002ba0411ea2f607a0c820bcb84232b6c4b76a8440"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Api/ECommerce.Api/appsettings.json"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"929201fbbe0880f354596b002ba0411ea2f607a0c820bcb84232b6c4b76a8440"}},{"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"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 94 of 94 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 94 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D36","level":"note","message":{"text":"No build provenance: No SLSA provenance generation or build attestation found in CI (e.g. slsa-github-generator, actions/attest-build-provenance)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"No artifact signing: No artifact signing found in CI (e.g. cosign / sigstore / gitsign)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"ruleId":"D36","level":"note","message":{"text":"No SBOM: No SBOM generation or committed SBOM found (e.g. syft / anchore/sbom-action / *.spdx.json / *.cdx.json)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"Unpinned build actions: CI references GitHub Actions by a floating ref (@main / @tag) rather than a pinned commit SHA, weakening build integrity."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","name":"Reliance on Insufficiently Trustworthy 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}}}]}