{"$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"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"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":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D22","name":"Internal API Consistency","shortDescription":{"text":"Internal API Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D22"},{"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"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"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"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"UserService.CreateOrUpdateAsync (cyclomatic 30): UserService.CreateOrUpdateAsync has cyclomatic complexity 30 (threshold 15). Of this number, 28 points are the body\u0027s own statements and 2 belong to 2 function literals inside it that branch. To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Users/Common/UserService.cs"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"901655ba2d415a114a9022e67817264d4c62425e862a8b0eb24bfe0f89d23512"}},{"ruleId":"D1","level":"warning","message":{"text":"ExceptionMiddleware.InvokeAsync (cyclomatic 19): ExceptionMiddleware.InvokeAsync has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Web/Middleware/ExceptionMiddleware.cs"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e9a01ad69dd462010485cbd819d69a52b5776889a82935b94c415c563648a50"}},{"ruleId":"D1","level":"warning","message":{"text":"Handler.UpdateAsync (cyclomatic 16): Handler.UpdateAsync has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Tenants/UpdateTenant.cs"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"99877a6fcedd9ffb508101d224139f04b06e47e427cbf7cf191bd2d9b42bcfb9"}},{"ruleId":"D2","level":"warning","message":{"text":"UserService.CreateOrUpdateAsync (cognitive 58): UserService.CreateOrUpdateAsync has cognitive complexity 58 (threshold 15). Of this number, 56 points are the body\u0027s own statements and 2 belong to 2 function literals inside it that branch. To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Users/Common/UserService.cs"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a5b1f642e81d3b2c30c4fb40801ab2dcabc8f6cdbc6da8c23fc8c6078f077c6"}},{"ruleId":"D2","level":"warning","message":{"text":"DataSeedService.SeedBasicData (cognitive 28): DataSeedService.SeedBasicData has cognitive complexity 28 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9330db81ca6e4ef0ebeecf3418119a8407939b54ea35ce3251b746592a124c2"}},{"ruleId":"D2","level":"warning","message":{"text":"ExceptionMiddleware.InvokeAsync (cognitive 27): ExceptionMiddleware.InvokeAsync has cognitive complexity 27 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Web/Middleware/ExceptionMiddleware.cs"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a283397bd955a5499ebea3bff9ce37fd5f1b5c8eb044fb8f9dbfaeb446e4ce2"}},{"ruleId":"D2","level":"warning","message":{"text":"GoogleCallback.OnInitializedAsync (cognitive 25): GoogleCallback.OnInitializedAsync has cognitive complexity 25 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Auth/GoogleCallback.razor.cs"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf438ae03169c7e67d8bac08f48b8e245e62b0bdc0fd915f7e9ef221bcfd3e18"}},{"ruleId":"D2","level":"warning","message":{"text":"TenantIdentifier.Get (cognitive 22): TenantIdentifier.Get has cognitive complexity 22 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Http/TenantIdentifier.cs"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9362dea12c7717f338968404f012e8d924b6ee4680d0b9a4c5fc012e3af4dcb"}},{"ruleId":"D2","level":"warning","message":{"text":"RefitAuthHandler.SendAsync (cognitive 22): RefitAuthHandler.SendAsync has cognitive complexity 22 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Refit/RefitAuthHandler.cs"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"03fe2e59d07f4586f07e104ce561ce5c5e4ffe55244f7bc09204c39b266eb291"}},{"ruleId":"D2","level":"warning","message":{"text":"Handler.UpdateAsync (cognitive 20): Handler.UpdateAsync has cognitive complexity 20 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Tenants/UpdateTenant.cs"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d1f91915f632c9ae4c97f4784884d115d3ed21e596c4ef0efd88eab7c48ac44"}},{"ruleId":"D2","level":"warning","message":{"text":"ThemeManager.OnSystemThemeChanged (cognitive 18): ThemeManager.OnSystemThemeChanged has cognitive complexity 18 (threshold 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Services/ThemeManager.cs"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae5c3f56b1e6e2151b13efb6e79ce85eba5bdd00d8fc9374fe34d5b6eeae92b5"}},{"ruleId":"D2","level":"warning","message":{"text":"UIAuthenticationStateProvider.GetClaimsFromJwt (cognitive 16): UIAuthenticationStateProvider.GetClaimsFromJwt has cognitive complexity 16 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Auth/UIAuthenticationStateProvider.cs"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"36702fde7a4386d85d9b19ae3177dcb261bb18a653e8fdba7806c21216ef1bda"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (22 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Features/Roles/CreateRole.cs:90-111 | src/AditiKraft.Krafter.Backend/Features/Roles/UpdateRole.cs:116-137 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Roles/CreateRole.cs:90\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Roles/CreateRole.cs"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"c77d378f42aff73965df5f41b82d58ce84df868765bb41fcb0e9cfff676dee10"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Features/Users/CreateUser.cs:99-118 | src/AditiKraft.Krafter.Backend/Features/Users/UpdateUser.cs:100-119 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Users/CreateUser.cs:99\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Users/CreateUser.cs"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7053c05d8c992c17b7d75270619218531b4f39c038dc34c7238e67efe686459"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs:196-212 | src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs:241-257 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"695f2af3a23dc558746f68b3206979d26a5cf551ad6949bd27c58fa4dc53f737"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs:33-48 | src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs:59-74 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web/Services/AuthStorageServiceServer.cs"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"48a2ffe36d635873f976eda94ed64fa094c8a92c69a6db977897773f97811948"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:59-74 | src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:87-102 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:59\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"6bd97adeff9584904a308aea9b640d082f9408f3228b9cf3bf22a380d949db21"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/AditiKraft.Krafter.Backend/Features/Roles/DeleteRole.cs:56-67 | src/AditiKraft.Krafter.Backend/Features/Tenants/Delete.cs:44-54 | src/AditiKraft.Krafter.Backend/Features/Users/DeleteUser.cs:54-65 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Roles/DeleteRole.cs:56\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Roles/DeleteRole.cs"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"f249384a59b89d22220fedbe96a54ae5a28c8eaabedde474602188aa1d30569c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Features/Users/Common/UserService.cs:80-89 | src/AditiKraft.Krafter.Backend/Features/Users/GetUserPermissions.cs:38-49 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Users/Common/UserService.cs:80\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Users/Common/UserService.cs"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef22b973fd3b3f0a53515d4eebca684595b58078b1f312477200cd1b13215087"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Roles/Common/MultiSelectRoleDropDownDataGrid.razor.cs:34-42 | src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Users/Common/MultiSelectUserDropDownDataGrid.razor.cs:33-42 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere both call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made twice. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Roles/Common/MultiSelectRoleDropDownDataGrid.razor.cs:34\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Roles/Common/MultiSelectRoleDropDownDataGrid.razor.cs"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b458b4f28cc82f355401d77d370d555cf8c7df310f37e86a134926a57103e99"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:46-53 | src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:76-83 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs:46\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Features/Tenants/Common/DataSeedService.cs"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebbc592b3d45c0eaab99925788b418a182fef131cf3b7f4bc864704c73394cd0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/ApplicationDbContext.cs:47-53 | src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/ApplicationDbContext.cs:73-97 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/ApplicationDbContext.cs:47\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/ApplicationDbContext.cs"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"2896bdb17ade1853bb3b72b039330591be780a6167c0c031113979f61c8f6395"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/AditiKraft.Krafter.Backend/Web/Middleware/MultiTenantServiceMiddleware.cs:22-27 | src/AditiKraft.Krafter.Backend/Web/Middleware/MultiTenantServiceMiddleware.cs:60-65 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Web/Middleware/MultiTenantServiceMiddleware.cs"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5d8d4f926e34a13f8e0bcbc9ee08f029bfa2d55ebaf2939add1af9063f3079b"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: AditiKraft.Krafter.Aspire.ServiceDefaults: AditiKraft.Krafter.Aspire.ServiceDefaults: abstractness 0.00, instability 0.00, distance 1.00 \u2014 zone of pain \u2014 concrete and depended on by 3 project(s), so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"88474079181d436981ec84eb01b788b6a72756cf8c44edf8e3447d9fde0bc527"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: AditiKraft.Krafter.Contracts: AditiKraft.Krafter.Contracts: abstractness 0.06, instability 0.00, distance 0.94 \u2014 the shape a shared-kernel / building-block library has BY DESIGN \u2014 concrete and widely depended-on is what makes it useful, and this dimension does not penalise it (the distance is reported for completeness, not as a defect). Worth a look only if it has grown past one coherent kernel into an everything-bucket."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"96513a48979ad8eef3616097a5d8375cc2ab92fa5f9f1a4051e178ecf0ba4ea6"}},{"ruleId":"D8","level":"note","message":{"text":"No tests \u2014 template/sample: This repo declares itself a template / kata / sample; tests are deferred to the application built from it, so coverage is not scored here."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"e5ca94717741d80f619caad143078fae4342c89e6107210846d2f8d1d28343db"}},{"ruleId":"D9","level":"note","message":{"text":"No tests found: No test suite could be collected \u2014 nothing here references a test framework (xUnit, NUnit or MSTest), so there were no discoverable tests to count. Tests written as plain executables or shell/PowerShell harnesses are not collectible this way and are not scored here."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c9bf64cbb5a4ae13d6bcd01fa3bc8d2879d860c73bc67f176ee3c2cecb8adce3"}},{"ruleId":"D16","level":"note","message":{"text":"Small-team knowledge concentration: 52 file(s) are concentrated to one author \u2014 the ambient state with 2 active author(s), not 52 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":"BarePragmaDisable: #pragma warning disable CS0108, CS0114 \u2014 the disable has no matching restore, so it does not end with the construct that needed it: it runs to the end of the file and silences the rule for everything written below, including code added years later. Close it with the matching restore directive immediately after the construct it covers, or fix the cause and drop the directive entirely."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/ApplicationDbContext.cs"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"39d3cad4806bb79349b10ff1963bdd13b83342a31640601cc3ef70ef0edbac34"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: You can add more case statements here to handle other error codes \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: #123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Web/Middleware/ExceptionMiddleware.cs"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd0224c7d852c959eaba5a884aee77b48580b7f0cf251e3c6168032d396f4518"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Features/Auth/Common/IExternalAuthService.cs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"7000cd1bdbabeffab4452c06d033b2d946e3696d91e2a81d3beec2f684f64690"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU5128 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"AditiKraft.Krafter.Templates.csproj"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"28a9f68cab8a4dd277eb801fdfac56a725cf51601f7e4c30d4806d438235cbfb"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1903 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src-single/UI/AditiKraft.Krafter.UI.Web/AditiKraft.Krafter.UI.Web.csproj"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee5f8f52b9723d705fec56b515c0755518b386f24b01ad06d0844340a87f4cf9"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1902 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src-single/UI/AditiKraft.Krafter.UI.Web/AditiKraft.Krafter.UI.Web.csproj"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f0ec686b3dbe9a06a1b992a810dcf0660fa4cc0120bf507f49fc2cf4aa1fe9f"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1901 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src-single/UI/AditiKraft.Krafter.UI.Web/AditiKraft.Krafter.UI.Web.csproj"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e52ecbb5100cdfe30c713024dca98e2a85f3a1da761196a4bdbb5120a610e49"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: ConfigureCreatedOnColumn: Method ConfigureCreatedOnColumn \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/AditiKraft.Krafter.Backend/Infrastructure/Persistence/TenantDbContext.cs"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd10e98bfda5e06bae6fc0270585ab4cc1439fb61b1553546c05384dd2bc7ca7"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: HasChildPermission: Method HasChildPermission \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Common/Components/Layout/MainLayout.razor.cs"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"1472c81b170db6d97e489ed9a1943edd9724c459343461c67fd7cf5e40dc4878"}},{"ruleId":"D17","level":"warning","message":{"text":"Dead code: HasPermission: Method HasPermission \u2014 no references found in solution."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Common/Components/Layout/MainLayout.razor.cs"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"0854ef265765c9b56789b63bda0eb84a71c0d1a1cc74562c66a2890ab20e72d1"}},{"ruleId":"D21","level":"note","message":{"text":"Typo in type name: \u0027LocalAppSate\u0027 is likely a misspelling of \u0027LocalAppState\u0027.: Rename \u0027LocalAppSate\u0027 to \u0027LocalAppState\u0027 to fix the typo. (symbols: AditiKraft.UI.Web.Client.Common.Models.LocalAppSate, AditiKraft.UI.Web.Client.Common.Models.LocalAppState)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a04e71080236fb8e3bd74586c2f453ea830404becb8525304fec274f7ae6e126"}},{"ruleId":"D22","level":"warning","message":{"text":"Duplicate response types with divergent signatures. The non-generic \u0060Response\u0060 class and the generic \u0060Response\u003CT\u003E\u0060 class both provide a \u0060Success\u0060 method. However, \u0060Response\u003CT\u003E.Success\u0060 accepts a payload (\u0060T data\u0060) while \u0060Response.Success\u0060 does not. This creates confusion about which type to use for API responses and breaks the generic/non-generic consistency pattern.: Remove the non-generic \u0060Response\u0060 class and use \u0060Response\u003CT\u003E\u0060 with \u0060object\u0060 or \u0060void\u0060-like handling, or ensure \u0060Response\u0060 is strictly for non-data responses while \u0060Response\u003CT\u003E\u0060 is for data. Better yet, unify on \u0060Response\u003CT\u003E\u0060 and use \u0060Response\u003Cobject\u003E\u0060 or a specific \u0060EmptyResponse\u0060 type if needed. (signatures: Response\u003CT\u003E.Success(T data, string? message = null) | Response.Success(string? message = null))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"918573bed2f6e902b7bfac468dd6c870e0200bcc989fce0102f1a71ddbdaeb08"}},{"ruleId":"D22","level":"warning","message":{"text":"Inconsistent property naming for entity identification. \u0060DeleteRequestInput\u0060 uses \u0060EntityKind\u0060 and \u0060AssociatedEntityType\u0060 to identify the entity, while \u0060RestoreRequestInput\u0060 uses \u0060AssociatedEntityType\u0060 but lacks a specific \u0060EntityKind\u0060 field, relying instead on \u0060IsDeleted\u0060. This inconsistency makes it unclear how to identify the entity type for restoration versus deletion.: Align the properties. If \u0060DeleteRequestInput\u0060 uses \u0060EntityKind\u0060 to specify the type, \u0060RestoreRequestInput\u0060 should also include \u0060EntityKind\u0060 for clarity, or both should use a unified \u0060EntityReference\u0060 object. (signatures: DeleteRequestInput | RestoreRequestInput)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d5de08440886ced3e3898f6f0db17b5e1f8bb5a3d42a7dd377c9578ed5026af5"}},{"ruleId":"D23","level":"note","message":{"text":"Bounded contexts not declared: At 10k LoC across 10 projects the codebase is large and multi-module, so explicit bounded contexts are needed. Name this codebase\u0027s bounded contexts (\u22652 module groups, e.g. per subsystem) so cross-boundary type coupling can be assessed. Declare them in \u0060.codehealth/config.yaml\u0060 at the repository root (create it if absent), mapping each context name to the module-path or namespace prefixes that belong to it \u2014 e.g. \u0060architecture:\u0060 \u2192 \u0060contexts:\u0060 \u2192 \u0060Billing: [\u0022src/billing\u0022, \u0022Acme.Billing\u0022]\u0060, \u0060Catalog: [\u0022src/catalog\u0022, \u0022Acme.Catalog\u0022]\u0060."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1c7e276c9c682731f01819ed5378b90ca320cde1b583c90920172911598362b3"}},{"ruleId":"D26","level":"note","message":{"text":"Split AditiKraft.Krafter.Backend: A 46k-LoC backend project that is spread over 29 unrelated namespaces is a sprawling grab-bag. Suggested: by namespace: Krafter.Persistence, Krafter.Security, Krafter.Messaging"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"06565a80502ef891b0d2f3a6cac9c906a209a385aa2bcfb97ee97fc6607cd631"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7110c107c36038d5e119b967d083091fef87dfddfe38076c0de78004e05274f8"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"5b1f9ca4a687acc148fb43aeb1fd32f0d6e2575cca04c92442f300ba0bba02ba"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"e67777006643fb5b107483d00983e57a6991e6c933b12a93462890d7a38497a3"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"176c34903d1bc21733ba999537eee9eabc4bdad2783cf57cefacb53a77be7535"}},{"ruleId":"D28","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"318a712af380c47e7f7974525b785cb54d1590ef0a4386610562cb9fd9fd18b3"}},{"ruleId":"D28","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a9b844b6c8c1cd10c637ec0a93e254d503dd4fd0ae1081566e79ce9e5ec0ef8e"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d68f7101d68f81a416c587fc75c184582e6f28ddb6e0d8e7a2fea42efc952904"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7cc33e3572f044cce5f0db6cdafb0acc4aa71ca0b6d05d5cd0c4a837d92da108"},"taxa":[{"id":"CWE-613","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: IRolesApi.cs \u2194 IUsersApi.cs: \u0060src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Refit/IRolesApi.cs\u0060 and \u0060src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Refit/IUsersApi.cs\u0060 change together 55% of the time (6 of the 11 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/UI/AditiKraft.Krafter.UI.Web.Client/Infrastructure/Refit/IRolesApi.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac1b3398d4f71469e4b5674fc9bef883fe80a25ec8e7bf2f56a0493459da4f82"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-613","guid":"b3754f88-69aa-ee5f-9be5-dea9f3c46b9e","name":"CWE-613","shortDescription":{"text":"CWE-613"},"helpUri":"https://cwe.mitre.org/data/definitions/613.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"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":9,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}