{"$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":"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":"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":"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":"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":"D3","level":"warning","message":{"text":"TooManyMethods: WallpaperUseCaseModule: TooManyMethods \u2014 34 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/oguzdogdu/domain/di/WallpaperUseCaseModule.kt"},"region":{"startLine":81}}}],"partialFingerprints":{"codehealthFindingId/v1":"71e0ef0f004b676f147ba8f5004c661aac4562ce2e858fee72589422178ac81d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (24 lines \u00D7 2): network/src/main/java/com/oguzdogdu/network/service/MockUtils.kt:35-58 | network/src/main/java/com/oguzdogdu/network/service/MockUtils.kt:89-112 \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 \u0060network/src/main/java/com/oguzdogdu/network/service/MockUtils.kt:35\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":"network/src/main/java/com/oguzdogdu/network/service/MockUtils.kt"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"6cc980ff37578ad06e09285052fb1d9eb84b339435a5412e2c1acc6bb5cd37ad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 3): app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/AuthenticatedUserFragment.kt:219-237 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/search/searchuser/SearchUserFragment.kt:137-155 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/settings/SettingsFragment.kt:195-213 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/AuthenticatedUserFragment.kt:219\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/AuthenticatedUserFragment.kt"},"region":{"startLine":219}}}],"partialFingerprints":{"codehealthFindingId/v1":"3dfd0286804ea764bf3cbe6f02bf9cfb1a19a05138364bae0cefad0f413eb529"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/editprofilephoto/EditProfilePhotoViewModel.kt:105-121 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/signup/SignUpViewModel.kt:113-129 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/editprofilephoto/EditProfilePhotoViewModel.kt:105\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/authenticateduser/editprofilephoto/EditProfilePhotoViewModel.kt"},"region":{"startLine":105}}}],"partialFingerprints":{"codehealthFindingId/v1":"4914788a9063cf2497890ed13e22166061eb421fe688e413d45dd014853dfb13"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/login/LoginViewModel.kt:78-94 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/login/LoginViewModel.kt:111-127 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/login/LoginViewModel.kt:78\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/login/LoginViewModel.kt"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"e70059d4a2c7f46d4ba4bf13be1edbd15cf792b509e6bd0305a9af13db4e12b9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:83-94 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/popular/PopularFragment.kt:91-102 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:83\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"202c5f166dbce9143a299bd0d9f9d97b29de5570e5fdb48eafdb44f9c802cc6e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/main/MainActivity.kt:173-184 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/main/MainActivity.kt:188-199 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/main/MainActivity.kt:173\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/main/MainActivity.kt"},"region":{"startLine":173}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c25557af7f8775e309996dff1e7d51244936f8b05da09e9650aa393ad18bacd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:43-53 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/TopicsListFragment.kt:49-59 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/topicdetaillist/TopicDetailListFragment.kt:54-64 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:43\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f0e1102f7808489d58cafa40bb5aca356f4e18f091689c30647283ec9f8f1db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 7): app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt:176-185 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:97-106 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/popular/PopularFragment.kt:105-114 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/search/searchphoto/SearchPhotoFragment.kt:103-112 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/search/searchuser/SearchUserFragment.kt:112-121 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/TopicsListFragment.kt:112-121 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/topicdetaillist/TopicDetailListFragment.kt:115-124 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 7 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 7 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt:176\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt"},"region":{"startLine":176}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ce5c26628d3faab05a82e121b76b82de1cfcfa7c65ce3d058ec3f4cfd09a304"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/favorites/FavoritesFragment.kt:36-45 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/popular/PopularFragment.kt:46-55 \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 \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/favorites/FavoritesFragment.kt:36\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/favorites/FavoritesFragment.kt"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"35c672973a19df9e85f370a05e46c84034270b92a0dc827fbae53db5cbe31907"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 6): app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt:47-55 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/favorites/FavoritesFragment.kt:36-44 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/latest/LatestFragment.kt:43-51 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/popular/PopularFragment.kt:46-54 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/TopicsListFragment.kt:49-57 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/topics/topicdetaillist/TopicDetailListFragment.kt:54-62 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 6 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 6 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt: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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/collections/CollectionsFragment.kt"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4a22b844feb8e95bc066486acefabb727a258fbc068cd372ffd78c141a5b8a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): data/src/main/java/com/oguzdogdu/data/source/paging/TopicListSource.kt:22-29 | data/src/main/java/com/oguzdogdu/data/source/paging/TopicsPagingSource.kt:21-28 \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 \u0060data/src/main/java/com/oguzdogdu/data/source/paging/TopicListSource.kt:22\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":"data/src/main/java/com/oguzdogdu/data/source/paging/TopicListSource.kt"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"91d68c129a5bc02a21526b1f7d98f749de3590fad6b9b4f4e62517709f327f35"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): app/src/main/java/com/oguzdogdu/wallieshd/presentation/detail/DetailViewModel.kt:54-60 | app/src/main/java/com/oguzdogdu/wallieshd/presentation/detail/DetailViewModel.kt:68-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/detail/DetailViewModel.kt:54\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":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/detail/DetailViewModel.kt"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f4b9947ed17eccc4cbde88c6253f16f26450299b8822ab019b24baae1829421"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 63 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"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":"27d4a7d00afe2d75df4effc27c30f847adb711a749aee52662b9168d7570f881"}},{"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":"f5d7c1ce170b0b2a3e4c5572921bbed8f78938101b0960007ee513a17c61801a"}},{"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":"D34","level":"note","message":{"text":"Dormant codebase: 63 of 63 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 63 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: WallpaperRepository.kt \u2194 WallpaperService.kt: \u0060domain/src/main/java/com/oguzdogdu/domain/repository/WallpaperRepository.kt\u0060 and \u0060network/src/main/java/com/oguzdogdu/network/service/WallpaperService.kt\u0060 change together 56% of the time (10 of the 18 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"domain/src/main/java/com/oguzdogdu/domain/repository/WallpaperRepository.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd7288a7b205b0451396900f636791510d77bcdbc54dff55d8d051670f71d22c"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: SearchFragment.kt \u2194 SearchPagingSource.kt: \u0060app/src/main/java/com/oguzdogdu/wallieshd/presentation/search/SearchFragment.kt\u0060 and \u0060data/src/main/java/com/oguzdogdu/data/source/paging/SearchPagingSource.kt\u0060 change together 50% of the time (6 of the 12 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/com/oguzdogdu/wallieshd/presentation/search/SearchFragment.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"eaaceed7e0befbb9b38b185d6c813f704bcecb3e2bc282d19a4e1eb83c233148"}}],"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-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-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":3,"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."]}]}