{"$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":"D33","name":"JS/npm Dependency Vulnerabilities","shortDescription":{"text":"JS/npm Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D33","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}},{"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":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PlatformInAppWebViewController: TooManyMethods \u2014 162 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":"flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_inappwebview_controller.dart"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3d9a6a8c49443040b43ca02cb41d8f5066eb9259f5900fe014d2a8621872626"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 2653 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: WindowsInAppWebViewController (51-3502). 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":"flutter_inappwebview_windows/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"634b60048a80e44547a1f70e197ff67d9c463796d8d4ef4e9eb006e61f46fcd0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: InAppWebViewController: TooManyMethods \u2014 159 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":"flutter_inappwebview/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"1bef65c3ea8114ac604f938d0c03b888a00ecc6e46b3e782339dc3a6961cb8a4"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 2427 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: AndroidInAppWebViewController (49-3227). 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":"flutter_inappwebview_android/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f151e4eacbc0ff0d26ce66ccd98ef5939527a1583b87b37d7140fe69164df875"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 2385 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: IOSInAppWebViewController (51-3178). 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":"flutter_inappwebview_ios/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f26f19615c1da454e2f1c11f447ac706b19def08809ed86427731482d8de7593"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/platform_inappwebview_controller.dart: FileTooLong \u2014 2340 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: PlatformInAppWebViewController (86-4745). 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":"flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_inappwebview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e96f0429e50331ce8ed2777c6647a0acfa7872a4b53cd552c2271abf3a6178f4"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 2326 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: MacOSInAppWebViewController (50-3093). 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":"flutter_inappwebview_macos/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4a5f9af46afe453ff280e5869219830dca93475a97d385f43eaeb4c4f79cdde"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: InAppBrowser: TooManyMethods \u2014 129 methods. Most of these members implement src.PlatformInAppBrowserEvents (96 of 129 members), so moving them onto a smaller type would remove them from that contract rather than reduce it. To reduce it, split the contract instead: give each cohesive group of operations its own smaller interface and its own implementing type. Where the contract has to stay whole, move the work behind these members into collaborator types, so what is left here is a forward per member rather than a responsibility per member."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"flutter_inappwebview/lib/src/in_app_browser/in_app_browser.dart"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"bcdfd1fde963e54cb8a54d57d733f0b06aba9d43bc51576614ad488d3fcdde33"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_settings.dart: FileTooLong \u2014 2107 significant lines (blank, comment-only and punctuation-only lines excluded), about 89% of them inside a single declaration: InAppWebViewSettings_ (62-3518). 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":"flutter_inappwebview_platform_interface/lib/src/in_app_webview/in_app_webview_settings.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"67fb45da3e88525b57255a30e5790a787e7f6168258354ff39472271ea38fe9e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AndroidInAppWebViewController: TooManyMethods \u2014 122 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":"flutter_inappwebview_android/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"98e97a9a7ca76c808d8197fe213cb1576ce4c2b8b5882d7d368e67c2934121b0"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WindowsInAppWebViewController: TooManyMethods \u2014 119 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":"flutter_inappwebview_windows/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"41ef64af3843fa3c2e7473b5a7791ff213b6961dfc12b99851513ed4916e029b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LinuxInAppWebViewController: TooManyMethods \u2014 107 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":"flutter_inappwebview_linux/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"da8d0ba9108de6b65447309828b913b97af81db5675773176f5831a4b02b4c76"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MacOSInAppWebViewController: TooManyMethods \u2014 107 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":"flutter_inappwebview_macos/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"c54c07c4fe896934c7a46ac3053fd68e2395e0009eca13817578a258e97a6774"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 1762 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: LinuxInAppWebViewController (47-2358). 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":"flutter_inappwebview_linux/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"dca3ebb3c4970569cf8b83af3e3bba9a9fd489e9fba3578ea8b1990af18cc3c4"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PlatformInAppBrowserEvents: TooManyMethods \u2014 96 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":"flutter_inappwebview_platform_interface/lib/src/in_app_browser/platform_in_app_browser.dart"},"region":{"startLine":736}}}],"partialFingerprints":{"codehealthFindingId/v1":"b42ab4153d328d992041f91dfd955704ba485ad24de472814ea34b370a5b7478"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/platform_webview.dart: FileTooLong \u2014 1559 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: PlatformWebViewCreationParams (41-2783). 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":"flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_webview.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6657057015af92d4f67645f87a10956bd29deb12255c80b49589d17a37091e18"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_browser/platform_in_app_browser.dart: FileTooLong \u2014 1340 significant lines (blank, comment-only and punctuation-only lines excluded), about 74% of them inside a single declaration: PlatformInAppBrowserEvents (745-2470). 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":"flutter_inappwebview_platform_interface/lib/src/in_app_browser/platform_in_app_browser.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"713927a78b4ececf31680a6edc3e307e1bc8cd65922b0c9db7e5ceac22e23068"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WebPlatformInAppWebViewController: TooManyMethods \u2014 65 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":"flutter_inappwebview_web/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e6f40fab7e87ae936b519cdd8a75d35f14f48824de55dda229eea4547c2e6ab"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: InAppWebViewPlatform: TooManyMethods \u2014 62 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":"flutter_inappwebview_platform_interface/lib/src/inappwebview_platform.dart"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"3af02618a78e0c05479f402b9489d7233beab7326cdbbf916173438175b745a0"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: types/web_resource_error_type.dart: FileTooLong \u2014 1008 significant lines (blank, comment-only and punctuation-only lines excluded), about 100% of them inside a single declaration: WebResourceErrorType_ (8-1505). 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":"flutter_inappwebview_platform_interface/lib/src/types/web_resource_error_type.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"98dadd605843c7a5e3226f48ac1cba6599cfa485846abf3691abd3fa3046b38e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AndroidInAppWebViewPlatform: TooManyMethods \u2014 58 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":"flutter_inappwebview_android/lib/src/inappwebview_platform.dart"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"f6756c8c31db55466f0f74c04e857e8630cc3003b905639f9011795ba068cfeb"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: src/exchangeable_object_generator.dart: FileTooLong \u2014 908 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: ExchangeableObjectGenerator (43-1185). 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":"dev_packages/generators/lib/src/exchangeable_object_generator.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"76ecfec0de7548d5f74f3c49b242b8a255f07a42375d66ac2a4935a6271573af"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview.dart: FileTooLong \u2014 884 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: InAppWebView (21-911). 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":"flutter_inappwebview/lib/src/in_app_webview/in_app_webview.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d434b9ad0ee3c895500f2c7980e5980719f7308d3266036236bc483fb8ccd292"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/headless_in_app_webview.dart: FileTooLong \u2014 877 significant lines (blank, comment-only and punctuation-only lines excluded), about 99% of them inside a single declaration: HeadlessInAppWebView (15-944). 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":"flutter_inappwebview/lib/src/in_app_webview/headless_in_app_webview.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb091fbab9c51aee218a39291894c09cd2fa2a64c8d7c52a19f9a96f3cd3f272"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: IOSInAppWebViewPlatform: TooManyMethods \u2014 51 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":"flutter_inappwebview_ios/lib/src/inappwebview_platform.dart"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a42a544af88c1b945f63a8e3cfd2e4c6687d6a1f543603311f1181fa16a7b5e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MacOSInAppWebViewPlatform: TooManyMethods \u2014 49 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":"flutter_inappwebview_macos/lib/src/inappwebview_platform.dart"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"528f099f0f67319969fd6a433d1b6fbcf757973b34841b57c9c08170d51e786e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: in_app_webview/in_app_webview_controller.dart: FileTooLong \u2014 795 significant lines (blank, comment-only and punctuation-only lines excluded), about 97% of them inside a single declaration: WebPlatformInAppWebViewController (45-1133). 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":"flutter_inappwebview_web/lib/src/in_app_webview/in_app_webview_controller.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b15743465e2d8f2d81bf8a70d49b7cefc5d0df6c52c8226d18791737481b4b27"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LinuxInAppWebViewPlatform: 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":"flutter_inappwebview_linux/lib/src/inappwebview_platform.dart"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"f41cc2e21f874cfcc53bf77a77a74b83ef76407fd59086cd8d2e27142949c907"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WindowsInAppWebViewPlatform: TooManyMethods \u2014 46 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":"flutter_inappwebview_windows/lib/src/inappwebview_platform.dart"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d08514cdb5f717e3bbd98b3eb4ac5a096a67c773b9e7c6fa2a22996f51eb9de"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ChromeSafariBrowser: 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":"flutter_inappwebview/lib/src/chrome_safari_browser/chrome_safari_browser.dart"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9336fac06de5d925ea177fd73b0775bc95d7bcf15670b16c6dde33b09d773d8"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: X509Certificate: TooManyMethods \u2014 39 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":"flutter_inappwebview_platform_interface/lib/src/x509_certificate/x509_certificate.dart"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"badac43dd4fc2f4e4e4e5b4ccb47a2b181ff41e99fe6e1ea3e7e8a62ba34d29c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WebUri: TooManyMethods \u2014 37 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":"flutter_inappwebview_platform_interface/lib/src/web_uri.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2d1ae26d44af4a9fe607717a83b3c2876f50073a50f53ab8b0519e2f3af9de37"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WebPlatformInAppWebViewPlatform: TooManyMethods \u2014 37 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":"flutter_inappwebview_web/lib/src/inappwebview_platform.dart"},"region":{"startLine":7}}}],"partialFingerprints":{"codehealthFindingId/v1":"dcfb777e1f3b5174059d66eee401d8c5d51fd0d4ec2696d80001bb022f3f15c2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: web_storage/platform_web_storage.dart: FileTooLong \u2014 607 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":"flutter_inappwebview_platform_interface/lib/src/web_storage/platform_web_storage.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"34538f01fac2551cd136c472a0dc2af7925cf3e9f42aa6d6f3bd0c82e733948e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PlatformInAppBrowser: TooManyMethods \u2014 35 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":"flutter_inappwebview_platform_interface/lib/src/in_app_browser/platform_in_app_browser.dart"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8055a787f32b9af1377402a1b2f910077df37cf8657f1c3f50b1b5fa647593e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: src/util.dart: FileTooLong \u2014 528 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":"flutter_inappwebview_platform_interface/lib/src/util.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5ef5ad12ba671016b2121670725c7188800066667122df54552d2ccf3b56b30"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 43 significant file(s) lose their only recent owner: flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_inappwebview_controller.dart, flutter_inappwebview_platform_interface/lib/src/in_app_webview/in_app_webview_settings.dart, flutter_inappwebview_platform_interface/lib/src/in_app_webview/platform_webview.dart, flutter_inappwebview_windows/lib/src/in_app_webview/in_app_webview_controller.dart, flutter_inappwebview_macos/lib/src/in_app_webview/in_app_webview_controller.dart, flutter_inappwebview_platform_interface/lib/src/in_app_browser/platform_in_app_browser.dart, flutter_inappwebview_linux/lib/src/in_app_webview/in_app_webview_controller.dart, flutter_inappwebview_platform_interface/lib/src/types/web_resource_error_type.dart (\u002B35 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"20ac545d2a09d264d723ba50b5e19094a4d3543298665ac22db15bee955188a0"}},{"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":"ef298b5dc1e9e595035fe8a4c8c0362dc0d22394feb191a69e0102a364334c8b"},"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":"aaade4e2fc99a306e52c90ea02ec2073bc215ad1c8f021056a867957fc612d5d"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0562bbc5d5871de0d1707eb8a8f720bdf3392de067b20569f8659c80d9aa2089"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f5cd20f0aa2e642d1b6294ed4246874295a20a55dad941555fc281b9343e4743"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b7c6da18fdeb5f486c2563ef6da6c723f37b9419fa39e37dcce870b9e84787f3"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"128a489764d9967b2ee39414071a9cbecf4c47163047de54073f943160f20d56"},"taxa":[{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: headless_in_app_webview.dart \u2194 headless_in_app_web_view_web_element.dart: \u0060flutter_inappwebview/lib/src/in_app_webview/headless_in_app_webview.dart\u0060 (context flutter_inappwebview) and \u0060flutter_inappwebview_web/lib/web/headless_in_app_web_view_web_element.dart\u0060 (context flutter_inappwebview_web) sit in DIFFERENT parts of the tree yet change together 50% of the time (6 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":"flutter_inappwebview/lib/src/in_app_webview/headless_in_app_webview.dart"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a3852195031cbea50a6038227f1c70401cdbf37cfc1f094a67c0c20c92cacb8"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: web_support.js \u2194 in_app_web_view_web_element.dart: \u0060flutter_inappwebview_web/lib/assets/web/web_support.js\u0060 and \u0060flutter_inappwebview_web/lib/web/in_app_web_view_web_element.dart\u0060 change together 76% of the time (16 of the 21 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) and are written in DIFFERENT LANGUAGES, so no import can join them and they cannot be co-located into one unit \u2014 they compile and ship as separate artifacts. What binds them is a CONTRACT across that boundary \u2014 an event or message name, a route, a serialised shape \u2014 that each side currently spells out on its own, which is exactly why a change to one drags the other. Declare that contract once where both sides read it (a shared schema, a generated constants file, an interface-definition file) so a change on one side fails the other\u0027s build instead of drifting silently; where the surface is too small to be worth that, name the counterpart in a comment on both sides so the next reader finds it. There is nothing here to merge."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"flutter_inappwebview_web/lib/assets/web/web_support.js"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b7b84ff314d178ccf3c533ff1a4fba6805d6770058b95f20e5efaffb5405725"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: InAppWebViewClient.java \u2194 InAppWebViewClientCompat.java: \u0060flutter_inappwebview_android/android/src/main/java/com/pichillilorenzo/flutter_inappwebview_android/webview/in_app_webview/InAppWebViewClient.java\u0060 and \u0060flutter_inappwebview_android/android/src/main/java/com/pichillilorenzo/flutter_inappwebview_android/webview/in_app_webview/InAppWebViewClientCompat.java\u0060 change together 50% of the time (5 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"flutter_inappwebview_android/android/src/main/java/com/pichillilorenzo/flutter_inappwebview_android/webview/in_app_webview/InAppWebViewClient.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bdd7f57b18bd06adc7b2db01697b8f228c4edf4b55297e9fdc62a78745c9d2a"}},{"ruleId":"D38","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":"ef20e69e1486cf2eae91cd3939c71a49fa6f720f32f2c5916e3aa4163c6c225f"}}],"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-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.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-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-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.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":7,"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."]}]}