{"$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":"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":"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"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}}]}},"results":[{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UIConfig: TooManyMethods \u2014 103 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":"lib/src/config/ui_config.dart"},"region":{"startLine":11}}}],"partialFingerprints":{"codehealthFindingId/v1":"3dbb615ff669ca0c08c46d6631554a41b80feaec1a7b44e7a02c7804ae7e32ef"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GalleryDownloadService: TooManyMethods \u2014 84 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":"lib/src/service/gallery_download_service.dart"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"07702b5237017456969cc8060fadb25bd8dec060a225aef2f232a3b6f3f11d47"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: EHSpiderParser: TooManyMethods \u2014 83 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":"lib/src/utils/eh_spider_parser.dart"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"2fde52eb7d684a43263697feb7ecb9f9cacbde1b369fb0fd66be88451318de39"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: service/gallery_download_service.dart: FileTooLong \u2014 1107 significant lines (blank, comment-only and punctuation-only lines excluded), about 88% of them inside a single declaration: GalleryDownloadService (66-1714). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/service/gallery_download_service.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2d687e9155ce43a368676e963ec5fae71be3537912343c44d47aa5cb80472774"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: EHRequest: TooManyMethods \u2014 66 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":"lib/src/network/eh_request.dart"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"171ef22513f50b845cb017fdbf2a58231383a5bfb213d233654816c7a45b7181"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: utils/eh_spider_parser.dart: FileTooLong \u2014 1059 significant lines (blank, comment-only and punctuation-only lines excluded), about 96% of them inside a single declaration: EHSpiderParser (49-1569). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/utils/eh_spider_parser.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"49a3d01d0c314d5efd0a319088ef27c74c318f1d9920433d4e3e9b5dcbbb9068"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: details/details_page.dart: FileTooLong \u2014 1028 significant lines (blank, comment-only and punctuation-only lines excluded), about 96% of them inside a single declaration: DetailsPage (46-1463). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/pages/details/details_page.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1cbc2ac98ad9f7e2f8a38511c51cbaa47a5912b28a7d46694f8160b0ba47a3d7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ReadPageLogic: TooManyMethods \u2014 59 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":"lib/src/pages/read/read_page_logic.dart"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bf463bffe8fb5c34fb5e8bcad6f821cca642c22e818b2871f8710bdd7930898"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ReadSetting: TooManyMethods \u2014 55 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":"lib/src/setting/read_setting.dart"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fb4c0a8983725a3f1fce3e8d5ddeb6126d4e7958958c5d882a0f03b4403f9ee"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: service/archive_download_service.dart: FileTooLong \u2014 901 significant lines (blank, comment-only and punctuation-only lines excluded), about 88% of them inside a single declaration: ArchiveDownloadService (51-1288). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/service/archive_download_service.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad25aba9ad61e4e35955dc7d6e71393726d7fce504dcb6831cd2cbf9921315ae"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ArchiveDownloadService: TooManyMethods \u2014 53 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":"lib/src/service/archive_download_service.dart"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"986a51335f4e9babe9ab97163576ef2f43a3c3117dfb6b1253609e396eb5d2b6"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: details/details_page_logic.dart: FileTooLong \u2014 869 significant lines (blank, comment-only and punctuation-only lines excluded), about 90% of them inside a single declaration: DetailsPageLogic (95-1231). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/pages/details/details_page_logic.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4882c2980980375c1fe851b11209bc48920d1ca89c809a27573e147a14ce549"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DetailsPage: TooManyMethods \u2014 47 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":"lib/src/pages/details/details_page.dart"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f69d5bb482c3aac3f321b11830a6fb45698448b5f1d55a0a1b0861c64547e60"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: network/eh_request.dart: FileTooLong \u2014 759 significant lines (blank, comment-only and punctuation-only lines excluded), about 95% of them inside a single declaration: EHRequest (40-1068). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/network/eh_request.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b90d61d5675abba9d3e66be730d4a92de0d695ba2cd2fd671ffaa2adc964c7fd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ComicInfo: TooManyMethods \u2014 45 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":"lib/src/model/comic_info.dart"},"region":{"startLine":6}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4140e19f98c02a40df6a69dca7d2ce7c9db69b59d4178ed9747066396c69956"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SettingReadPage: TooManyMethods \u2014 45 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":"lib/src/pages/setting/read/setting_read_page.dart"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"50162585535245bab4a8ff5c5b7c43ba9aa6c851f9a8ea87097e6edb4f740c35"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DetailsPageLogic: TooManyMethods \u2014 42 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":"lib/src/pages/details/details_page_logic.dart"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"9bbc8bef94d32218f705f8d8415de38e1029ee55fb838b8ad7f797c97098741b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: BaseLayoutLogic: TooManyMethods \u2014 40 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":"lib/src/pages/read/layout/base/base_layout_logic.dart"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb359fad4b391d3efb7af61aa24dc0389e5c826aac3c75a6ac84cfa7ca4f05f0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: widget/eh_search_config_dialog.dart: FileTooLong \u2014 633 significant lines (blank, comment-only and punctuation-only lines excluded), about 88% of them inside a single declaration: _EHSearchConfigDialogState (43-840). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/widget/eh_search_config_dialog.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bb528ba6fe9165a32566be871883dceb678f137fafe3604aba3de54a3437856"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: read/read_page_logic.dart: FileTooLong \u2014 562 significant lines (blank, comment-only and punctuation-only lines excluded), about 92% of them inside a single declaration: ReadPageLogic (50-889). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/pages/read/read_page_logic.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3023b4531b4022ea9db0ca3b8e68114c035f3bc0cea93e4953e5119a8ebff802"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: read/setting_read_page.dart: FileTooLong \u2014 556 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: SettingReadPage (19-768). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/pages/setting/read/setting_read_page.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e1df729e58e6dffb992ed31fb9801e9f66fb6e0223a4a414c17973949ed9bfa"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PreferenceSetting: TooManyMethods \u2014 32 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":"lib/src/setting/preference_setting.dart"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"b6e578cba3c2b6cdfc06c6dce58aa23e7f727a5ce981a673f5f34a16f280d03f"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: service/app_update_service.dart: FileTooLong \u2014 531 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/service/app_update_service.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9921690b508f490c8db566568a49c264b7567fdb9a6ebab08840644623e517a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: base/base_layout_logic.dart: FileTooLong \u2014 507 significant lines (blank, comment-only and punctuation-only lines excluded), about 92% of them inside a single declaration: BaseLayoutLogic (45-761). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/pages/read/layout/base/base_layout_logic.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"dba41b81fb9b17e41228cc5d95fc10133a17184d0e2977d2b4f7ffca9c0d368e"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 113 significant file(s) lose their only recent owner: lib/src/service/gallery_download_service.dart, lib/src/utils/eh_spider_parser.dart, lib/src/l18n/ru_RU.dart, lib/src/pages/details/details_page.dart, lib/src/service/archive_download_service.dart, lib/src/l18n/ko_KR.dart, lib/src/l18n/pt_BR.dart, lib/src/l18n/en_US.dart (\u002B105 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"768a0ae9ee2979ba256903fd32dbce161fdaaa9c48a3bceba1c635d4db2234e6"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 1 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (114 single-owned of 183 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (1 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"D19","level":"note","message":{"text":"The setting README describes local storage usage but does not explain how to change settings directly from the UI.: Link to a Settings page or add a brief \u0027How to Modify Settings\u0027 section."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/src/setting/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9032449e844c6880a45f49ee52e8aac75ee789b006334b3e76cfb444899c07f0"}},{"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":"0357731c2231d0e4d0d103d5827446ebb2bee8699e7c3d6b0c7008c1fa1f50f7"},"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":"7d5b5394459f29f5fd0f5a4e025563bcffaddff83f9bf027cdc30e9f5044b438"},"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":"89a79ad1e38cf7829690ad1f62c115398f27b7e92f89dcb5294da9da38537ae9"},"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":"419b9e4ea23c2401fd8894a1681986c7c609babce4d26b4f3dbc004395a1579d"},"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":"927730c6b26e439d0716e9a5c2e5a8e7878896faa40dc68da7f20b62e83e8456"},"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":"051f4308361eeefedff342ccdbfd62ead018c01fdd74649858a89c963ecf5eff"},"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":"ba7483d8acf4b543a7da17c61a156f236239f2e9ea9826d01f451e269f288ca4"},"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":"cad45e2997704c5b2dce52b4604adcfa9dc1cc89e90d4c09a05f12af93bc28a5"},"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":"0342f6d3b478709e20a7631899b069a5551c0a4de6987f88c5f8566b2186d216"},"taxa":[{"id":"CWE-78","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":"eb87b11f5320626af32d330644d31a64b9a35025377e846cd06fc5c80dd39092"},"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":"077d9277d85bd1f271fec3b33141fd01ac40060aeec3b9a1ca09f6ad64fcfd83"},"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":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: en_US.dart \u2194 setting_read_page.dart: \u0060lib/src/l18n/en_US.dart\u0060 (context l18n) and \u0060lib/src/pages/setting/read/setting_read_page.dart\u0060 (context pages) sit in DIFFERENT parts of the tree yet change together 67% of the time (41 of the 61 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/en_US.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cfe621d29a21f0152f4a2785df5eacb3da43ff0b3151d1eee183ffe82c409904"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: zh_CN.dart \u2194 setting_read_page.dart: \u0060lib/src/l18n/zh_CN.dart\u0060 (context l18n) and \u0060lib/src/pages/setting/read/setting_read_page.dart\u0060 (context pages) sit in DIFFERENT parts of the tree yet change together 66% of the time (40 of the 61 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/zh_CN.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a6a3329e4e2019f711aa9c27cf4b2975220da2ef73c7d521b2b26cfe592125b"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: en_US.dart \u2194 read_setting.dart: \u0060lib/src/l18n/en_US.dart\u0060 (context l18n) and \u0060lib/src/setting/read_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 62% of the time (33 of the 53 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/en_US.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"be9cfa8b9dc9304f0b0c8d6bfd329f24b7cdac8f52ce3b50edf164db17f08cd3"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: zh_CN.dart \u2194 read_setting.dart: \u0060lib/src/l18n/zh_CN.dart\u0060 (context l18n) and \u0060lib/src/setting/read_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 62% of the time (33 of the 53 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/zh_CN.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"570ea1b1df7a44fa8bdbbc369a12b0549bfdcc10bdb8147b9f9ceb3f6952a6b8"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: en_US.dart \u2194 preference_setting.dart: \u0060lib/src/l18n/en_US.dart\u0060 (context l18n) and \u0060lib/src/setting/preference_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 59% of the time (22 of the 37 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/en_US.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a6bc8c286d04300886b375b5e15d51b4b648d4534243242741c8fbf25786d7c"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: zh_TW.dart \u2194 preference_setting.dart: \u0060lib/src/l18n/zh_TW.dart\u0060 (context l18n) and \u0060lib/src/setting/preference_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 59% of the time (22 of the 37 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/zh_TW.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6df71e4fb663f97ed8cd40b122083e68161a0400dad6ae3b3b70b1f91b3a8654"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: zh_CN.dart \u2194 preference_setting.dart: \u0060lib/src/l18n/zh_CN.dart\u0060 (context l18n) and \u0060lib/src/setting/preference_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 59% of the time (22 of the 37 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/zh_CN.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e4eea4c95d75521044dcaf86eaed799731dadcd50b7266187bcfc1cd0482791b"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: pt_BR.dart \u2194 preference_setting.dart: \u0060lib/src/l18n/pt_BR.dart\u0060 (context l18n) and \u0060lib/src/setting/preference_setting.dart\u0060 (context setting) sit in DIFFERENT parts of the tree yet change together 59% of the time (22 of the 37 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/pt_BR.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"eba8d061eae9898ad4f7af2cfb99967830dd079107a4625ffb5da8f7f91a26fc"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: zh_CN.dart \u2194 archive_bot_request.dart: \u0060lib/src/l18n/zh_CN.dart\u0060 (context l18n) and \u0060lib/src/network/archive_bot_request.dart\u0060 (context network) sit in DIFFERENT parts of the tree yet change together 58% of the time (7 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/l18n/zh_CN.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b1af423d2b08553fe3f9a15ff8d6f94c21b24040d4e5c379c1698417babbca5"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: gallery_detail.dart \u2194 details_page.dart: \u0060lib/src/model/gallery_detail.dart\u0060 (context model) and \u0060lib/src/pages/details/details_page.dart\u0060 (context pages) sit in DIFFERENT parts of the tree yet change together 57% of the time (16 of the 28 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) \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":"lib/src/model/gallery_detail.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f53774ec2da9261dae70ed6fecfc158b431effc28c137fe1b9d1add5d067313"}},{"ruleId":"D36","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":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","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":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","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":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","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":"9658270ba49f37ed04e99ab1263b6393cd42aed8bdfb7aafd9fa1070f5491895"}}],"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-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.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":15,"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."]}]}