{"$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":"D11","name":"Test Reliability","shortDescription":{"text":"Test Reliability"},"helpUri":"https://codehealth.canine.dev/dimensions/D11"},{"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":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D20","name":"ADR Quality","shortDescription":{"text":"ADR Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D20"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D23","name":"Boundary Type-Coupling","shortDescription":{"text":"Boundary Type-Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D23"},{"id":"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":"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":"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":"TransactionRepository.GetFilteredInternal (cyclomatic 17): TransactionRepository.GetFilteredInternal has cyclomatic complexity 17 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Repositories/TransactionRepository.cs"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3a4ec25ea61ac747dbb31a2d7055edfd2a8d4c8d78900a151c0f7e1e699b493"}},{"ruleId":"D2","level":"warning","message":{"text":"TransactionRepository.GetFilteredInternal (cognitive 19): TransactionRepository.GetFilteredInternal has cognitive complexity 19 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Repositories/TransactionRepository.cs"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a9d6988557c87e3071337afccd644da12fd43adeb1d2533315726fed8f6f906"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (24 lines \u00D7 2): src/Profitocracy.Mobile/Views/Transactions/Pages/RecurringTransactionsPage.xaml.cs:42-65 | src/Profitocracy.Mobile/Views/Transactions/Pages/TransactionsPage.xaml.cs:54-77"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Mobile/Views/Transactions/Pages/RecurringTransactionsPage.xaml.cs"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"15f548cd58369b254bc8f1a1fd4fbf7bf76869532ce88b4faceed49b5aea99f1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (23 lines \u00D7 2): src/Profitocracy.Mobile/Views/Transactions/Pages/RecurringTransactionsPage.xaml.cs:71-93 | src/Profitocracy.Mobile/Views/Transactions/Pages/TransactionsPage.xaml.cs:83-105"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Mobile/Views/Transactions/Pages/RecurringTransactionsPage.xaml.cs"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"d014083a90f4e4dba61620507098ffa416e3b65fd2d1f59833eeca17b97de718"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: Profitocracy.Infrastructure: Profitocracy.Infrastructure: abstractness 0.04, instability 0.20, distance 0.76 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c87f484ff10983f2eed2b72376987d11206c55c09e74ed5f2ede99802f82e9cf"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: Profitocracy.Core: Profitocracy.Core: abstractness 0.30, instability 0.00, distance 0.70 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d2286b10284a1e0e046857ff354d38efa3aa93d43121d17d98ef455ceafef36b"}},{"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":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CS8618"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Category/CategoryModel.cs"},"region":{"startLine":11}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a6efcc5ab6781d9923c21693585eedc137ecb30a0ddeebf555c569a9763eb53"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CS8618"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Profile/ProfileCategoryModel.cs"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"50b8faa69556623ce33c6020db123e3cceec56606b7176d9618060920ebd85ef"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CS8618"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Profile/ProfileModel.cs"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebc59c2fbe370b91de70962940966d0758faee7e140e377fb57f2dc341d042b9"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CS8618"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"144b35091400e0c190b40285b12a363d42d37034677e2b8cda1311dd3e01fd9a"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CS8618"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Transaction/TransactionModel.cs"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"f27071f9fe6f1d525bf362e4a809a6a4ceb342d384bbaa2eb61bbcf8f062f371"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable CA1416"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Mobile/ViewModels/Settings/ImportExportSettingsPageViewModel.cs"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8143a4728491c86af71995f14a36ae4740fa8109854e4ea3ea88d4963b3318c"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: Profitocracy.Mobile: \u0060Profitocracy.Mobile\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":"src/Profitocracy.Mobile/Profitocracy.Mobile.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5c178e6d42176d02032b905627df847cfa03476c2f239fac9c0d4cf9c214b07"}},{"ruleId":"D18","level":"note","message":{"text":"Thin analysable surface across projects: 1 project(s) carry only a thin slice of real code (e.g. \u0060Profitocracy.Infrastructure.Tests\u0060 with 46 significant line(s)). The mean analysable-surface weight is 84 %, lowering Solution Shape by about 1.3 point(s). Consolidate thin projects or grow them into substantial, well-scoped assemblies."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"dd0b92fd965c2065080f16843920964ee00f7696ea03d87cdf61aed4cd2c746a"}},{"ruleId":"D19","level":"note","message":{"text":"The README gives only one concrete build step for adding new languages (delete the designer-generated resx file), with no guidance on creating or managing existing resources.: Expand the README to cover how to add, edit, and delete strings in a resource file."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Profitocracy.Mobile/Resources/Strings/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e1026db33b230eb7b99baf3d14a2b9b96cd9ea198251f5a8957d15d5140fbb3"}},{"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":"D21","level":"note","message":{"text":"The \u0027Transaction\u0027 entity is represented by \u0027TransactionModel\u0027 in both the Mobile (UI/ViewModel layer) and Infrastructure (Persistence) layers. While the suffix \u0027Model\u0027 is consistent, the root name \u0027Transaction\u0027 vs \u0027TransactionModel\u0027 creates a slight inconsistency in how the core concept is named across layers.: Ensure the root name is consistent. If \u0027TransactionModel\u0027 is the standard for persistence, consider if the UI layer should also use \u0027TransactionModel\u0027 or if \u0027Transaction\u0027 is preferred. Currently, both use \u0027TransactionModel\u0027, so this is actually consistent. However, looking at \u0027ProfileModel\u0027 vs \u0027Profile\u0027, there is a pattern. Let\u0027s look for a clearer inconsistency. (symbols: Profitocracy.Mobile.Models.Transactions.TransactionModel, Profitocracy.Infrastructure.Persistence.Sqlite.Models.Transaction.TransactionModel)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"508c2fe85c0d474d23cea471d087649647402a37e7a81d91bd38e2cd52264b13"}},{"ruleId":"D21","level":"note","message":{"text":"The \u0027Profile\u0027 concept is named \u0027Profile\u0027 in the Domain, but \u0027ProfileModel\u0027 in the Mobile and Infrastructure layers. This is a consistent pattern (Domain uses short name, others use \u0027Model\u0027 suffix), so this is NOT an inconsistency.:  (symbols: Profitocracy.Core.Domain.Model.Profiles.Profile, Profitocracy.Mobile.Models.Profiles.ProfileModel, Profitocracy.Infrastructure.Persistence.Sqlite.Models.Profile.ProfileModel)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"e9e32c1f9f3f666794df372934b96285d42291459aa1d9a615e4f0d98e98ea9b"}},{"ruleId":"D21","level":"note","message":{"text":"The \u0027Transactions\u0027 concept is represented by \u0027TransactionsPageViewModel\u0027 and \u0027TransactionsFiltersPageViewModel\u0027. The plural \u0027Transactions\u0027 is used, which is consistent.:  (symbols: Profitocracy.Mobile.ViewModels.Transactions.TransactionsPageViewModel, Profitocracy.Mobile.ViewModels.Transactions.TransactionsFiltersPageViewModel)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"84c33e3fb56847e4a81b848ab4dc5930223e693f74d2947c22c802cd22fd833c"}},{"ruleId":"D21","level":"note","message":{"text":"Consistent.:  (symbols: Profitocracy.Mobile.ViewModels.Categories.EditExpenseCategoryPageViewModel, Profitocracy.Mobile.ViewModels.Categories.EditExpenseCategoryPageViewModel)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"7a46b8446d7914afb07f05cbd22c055f2682ecbb9de3d167f7b2ef1785ce439a"}},{"ruleId":"D23","level":"note","message":{"text":"Bounded contexts not declared: At 8k LoC across 7 projects the codebase is large and multi-module, so explicit bounded contexts are needed. Declare architecture.contexts (\u22652) in config to assess cross-boundary type coupling."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1c7e276c9c682731f01819ed5378b90ca320cde1b583c90920172911598362b3"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022This is the main entry point of the application.\u0022 \u2014 delete - boilerplate duplicate of the Main comment"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Mobile/Platforms/MacCatalyst/Program.cs"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd5b30faa76af3debd81b1303fd555e97967f26242b2231408a71f890b1491ce"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 1 smaller file(s) also have no living knowledge \u2014 folded into the freshness score and metrics rather than listed individually (1 orphaned of 43 analysed files in total)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsModel.cs \u2194 NotificationsSettingsPage.xaml.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/Views/Settings/Pages/NotificationsSettingsPage.xaml.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 54% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a787e4dd80c2a2cfb23cb499c5501f111d181f2e1b1454b7b3ff7e3be419ee3"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsModel.cs \u2194 NotificationsSettingsPageViewModel.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/ViewModels/Settings/NotificationsSettingsPageViewModel.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 54% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2283380288748d13f0c41d6e9be0592ba1ee2c6a874bbc86a33c8b443a013903"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsMapper.cs \u2194 NotificationsSettingsPageViewModel.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/ViewModels/Settings/NotificationsSettingsPageViewModel.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 54% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"90c8b79f1373bbc941e514c4e592367d9d2db1fb3832650eddef538a3c881305"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsMapper.cs \u2194 NotificationsSettingsPage.xaml.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/Views/Settings/Pages/NotificationsSettingsPage.xaml.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 54% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a80d37a941d49534c470452696d280d593d7ae5daba7cb44e6254de3ee2250f7"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsMapper.cs \u2194 MauiProgram.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/MauiProgram.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 53% of the time (10 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c859c4acd821b9623974431a9290a4587a4fa5ca87e194a7b4fbacaf6d63b61"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsMapper.cs \u2194 AppInit.xaml.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/AppInit.xaml.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 53% of the time (10 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"73793b8b641c9adedef1aba54c0f9b5c5875a8d9460c78dfb8662a5e760877a2"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsModel.cs \u2194 NotificationService.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/Services/Static/NotificationService.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 50% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Models/Settings/SettingsModel.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6698f77eb1da68dc3950c9cd0a76ffb46b50557640ccd34f32c00a38f54444fc"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: Settings.cs \u2194 NotificationService.cs: \u0060src/Profitocracy.Core/Domain/Model/Settings/Settings.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/Services/Static/NotificationService.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 50% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Core/Domain/Model/Settings/Settings.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecb2955f3a90a3e2de3c2c48990e19705dce2450cdccddeaf913417571159697"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: SettingsMapper.cs \u2194 NotificationService.cs: \u0060src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs\u0060 (context Profitocracy) and \u0060src/Profitocracy.Mobile/Services/Static/NotificationService.cs\u0060 (context Profitocracy.Mobile) live in DIFFERENT modules yet change together 50% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Infrastructure/Persistence/Sqlite/Mappers/SettingsMapper.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"36af17ecd0ca1470e47f5edbf7d76af4da01fd425752e50500a56bc20acc15d9"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AppInit.xaml.cs \u2194 NotificationsSettingsPageViewModel.cs: \u0060src/Profitocracy.Mobile/AppInit.xaml.cs\u0060 and \u0060src/Profitocracy.Mobile/ViewModels/Settings/NotificationsSettingsPageViewModel.cs\u0060 change together 85% of the time (11 shared commits) with no explicit dependency \u2014 a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Profitocracy.Mobile/AppInit.xaml.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bf29d9ddd16da4ee18ded678d44e87487d65c7bd6a03c3b5b84314498c178a2d"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"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}}}]}