{"$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"},{"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":"D1","level":"warning","message":{"text":"FieldDescriptor.getType (cyclomatic 44): FieldDescriptor.getType has cyclomatic complexity 44 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java"},"region":{"startLine":487}}}],"partialFingerprints":{"codehealthFindingId/v1":"47ee86d98e8eb202010c4f60a306c2eb4bef38f66176c6d64660fc869173d7b4"}},{"ruleId":"D1","level":"warning","message":{"text":"SafeParcelReflectionUtil.readField (cyclomatic 40): SafeParcelReflectionUtil.readField has cyclomatic complexity 40 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java"},"region":{"startLine":267}}}],"partialFingerprints":{"codehealthFindingId/v1":"1db796b85cca5f7e5a45ad1587a1eaabc9117e20d77c0fce41a58a1ab4269056"}},{"ruleId":"D1","level":"warning","message":{"text":"HttpFormClient.parseResponse (cyclomatic 27): HttpFormClient.parseResponse has cyclomatic complexity 27 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"a219bbb6374c54dec99cb265bee6f68dc889355f6180b996ee43465eb77dac6a"}},{"ruleId":"D1","level":"warning","message":{"text":"AuthResponse.toString (cyclomatic 24): AuthResponse.toString has cyclomatic complexity 24 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a04f82a0125ba325426eefea98740b644e2ad16907373a60a685489f3287c9a"}},{"ruleId":"D1","level":"warning","message":{"text":"McsService.handleAppMessage (cyclomatic 24): McsService.handleAppMessage has cyclomatic complexity 24 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":556}}}],"partialFingerprints":{"codehealthFindingId/v1":"b682198ae612b849c3e930df9cd2c63b64a3771ef9132c1b2ee865374843f43f"}},{"ruleId":"D1","level":"warning","message":{"text":"PublicKeyCredentialCreationOptions.equals (cyclomatic 22): PublicKeyCredentialCreationOptions.equals has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialCreationOptions.java"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"57efddebdfb5ec4e6b1a5f6c742f576b826abf3d18359453602601b203187d2f"}},{"ruleId":"D1","level":"warning","message":{"text":"DataMap.fromBundle (cyclomatic 22): DataMap.fromBundle has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-wearable/src/main/java/com/google/android/gms/wearable/DataMap.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"b361420632326d35affd4f22259c5dd04d2081861508a1628f52fe2311c11b1c"}},{"ruleId":"D1","level":"warning","message":{"text":"McsService.handleSendMessage (cyclomatic 20): McsService.handleSendMessage has cyclomatic complexity 20 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":340}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec926e0422bf91e83d8ebeed788bbcb4037e191696d5b2604dfc44fe2f7b210e"}},{"ruleId":"D1","level":"warning","message":{"text":"AccountContentProvider.call (cyclomatic 19): AccountContentProvider.call has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/AccountContentProvider.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8faea83a2169d40d1ef5c04f391b4759b1c9264f149948e7c66a040bd7fc5b9"}},{"ruleId":"D1","level":"warning","message":{"text":"DataHolder.createCursorWindows (cyclomatic 18): DataHolder.createCursorWindows has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/src/main/java/com/google/android/gms/common/data/DataHolder.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd2481635e535c770293e238c194bd85a8865237f4edae9576ff46c037187190"}},{"ruleId":"D1","level":"warning","message":{"text":"LocationRequest.equals (cyclomatic 18): LocationRequest.equals has cyclomatic complexity 18 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c8c48800f48f57771a61c40c8599d20281846bc64227ed5eb21f079fde7cdcb"}},{"ruleId":"D1","level":"warning","message":{"text":"McsService.handleMessage (cyclomatic 18): McsService.handleMessage has cyclomatic complexity 18 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":681}}}],"partialFingerprints":{"codehealthFindingId/v1":"7b3313c279c2bfa6bfab55ab722c8580c5026fa1f0536f838260052677c72c72"}},{"ruleId":"D1","level":"warning","message":{"text":"LocationRequest.toString (cyclomatic 17): LocationRequest.toString has cyclomatic complexity 17 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java"},"region":{"startLine":508}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ace0265732ff059a55c7ada30bdcfabdbd6058b58ae228d27c960c03f341c66"}},{"ruleId":"D1","level":"warning","message":{"text":"AuthManagerServiceImpl.getTokenWithAccount (cyclomatic 17): AuthManagerServiceImpl.getTokenWithAccount has cyclomatic complexity 17 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/AuthManagerServiceImpl.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"e9d1f9abd33167364230b57b8707f7cd7225c18ef48f18e0cabdeb7501d04a7a"}},{"ruleId":"D1","level":"warning","message":{"text":"HttpFormClient.request (cyclomatic 17): HttpFormClient.request has cyclomatic complexity 17 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f4d258086c80e07a577d4df7d54611774c494f54d8353b878fec551d6751e37"}},{"ruleId":"D1","level":"warning","message":{"text":"PublicKeyCredentialRequestOptions.equals (cyclomatic 16): PublicKeyCredentialRequestOptions.equals has cyclomatic complexity 16 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialRequestOptions.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"86e0c6e9aafff11ef8814f994f74f4b422953fa9c3e590e6f4b90ae2cf689385"}},{"ruleId":"D2","level":"warning","message":{"text":"DataMap.fromBundle (cognitive 58): DataMap.fromBundle has cognitive complexity 58 (threshold 15). Drivers by points: if/else 36, loops 21, boolean chains 1 (nesting depth added 37). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-wearable/src/main/java/com/google/android/gms/wearable/DataMap.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6c2a049a21ff47d21f3419abf8637b416c4ac64622a5354b652b03e6bf8d58d"}},{"ruleId":"D2","level":"warning","message":{"text":"FieldDescriptor.getType (cognitive 55): FieldDescriptor.getType has cognitive complexity 55 (threshold 15). Drivers by points: if/else 39, boolean chains 16 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java"},"region":{"startLine":487}}}],"partialFingerprints":{"codehealthFindingId/v1":"a28d44611e919271701f3f703476cffc1045369434fb5e1b678398968e9a8f38"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpFormClient.parseResponse (cognitive 47): HttpFormClient.parseResponse has cognitive complexity 47 (threshold 15). Drivers by points: if/else 27, error handling 12, boolean chains 4, loops 4 (nesting depth added 21). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"b90e397572045fce90d5542541ad014134933839cd300f92dc5f0ff738de40c5"}},{"ruleId":"D2","level":"warning","message":{"text":"McsService.handleAppMessage (cognitive 39): McsService.handleAppMessage has cognitive complexity 39 (threshold 15). Drivers by points: if/else 29, boolean chains 5, loops 4, error handling 1 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":556}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ad24ea8d44134cf1844a20e8321f8ba363c803e8af38c1b2e53d67bb3cf49f3"}},{"ruleId":"D2","level":"warning","message":{"text":"DeviceConfiguration.addEglExtensions (cognitive 35): DeviceConfiguration.addEglExtensions has cognitive complexity 35 (threshold 15). Drivers by points: if/else 31, loops 4 (nesting depth added 27). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/DeviceConfiguration.java"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"b7e77eea440d7841c4348d9bd872f875b1d33d064642ac0c1133223189f4bf78"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpFormClient.request (cognitive 35): HttpFormClient.request has cognitive complexity 35 (threshold 15). Drivers by points: if/else 15, loops 12, error handling 4, boolean chains 2, ternaries 2 (nesting depth added 19). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"aee38a4b00c5a6f8c24ba86579522324a0371c28cdc0b056e90343bbda182301"}},{"ruleId":"D2","level":"warning","message":{"text":"DataHolder.createCursorWindows (cognitive 32): DataHolder.createCursorWindows has cognitive complexity 32 (threshold 15). Drivers by points: if/else 25, loops 5, boolean chains 1, error handling 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/src/main/java/com/google/android/gms/common/data/DataHolder.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"341a787c334d518e0aa1b92e8a9ffdb92ba2dcd3ab48bb6c19239757861ac146"}},{"ruleId":"D2","level":"warning","message":{"text":"AccountContentProvider.call (cognitive 31): AccountContentProvider.call has cognitive complexity 31 (threshold 15). Drivers by points: if/else 20, boolean chains 7, loops 4 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/AccountContentProvider.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"54d822d3aa1c009766783c00d4f0a029a9e5b6be5261338369ec93752f50d46a"}},{"ruleId":"D2","level":"warning","message":{"text":"PublicKeyCredentialCreationOptions.equals (cognitive 29): PublicKeyCredentialCreationOptions.equals has cognitive complexity 29 (threshold 15). Drivers by points: ternaries 17, if/else 12 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialCreationOptions.java"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4ecf5307c9855ce7817b49bd4fa3c8dd7a493a85dbf6a193f3be1319bb124f7"}},{"ruleId":"D2","level":"warning","message":{"text":"GServicesProvider.query (cognitive 29): GServicesProvider.query has cognitive complexity 29 (threshold 15). Drivers by points: if/else 22, loops 7 (nesting depth added 17). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gservices/GServicesProvider.java"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd931eeec6d7f375cd96225bc38973960f140a22b090761b5b8b370f90be175b"}},{"ruleId":"D2","level":"warning","message":{"text":"McsService.handleSendMessage (cognitive 26): McsService.handleSendMessage has cognitive complexity 26 (threshold 15). Drivers by points: if/else 20, boolean chains 2, error handling 2, loops 1, ternaries 1 (nesting depth added 5). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":340}}}],"partialFingerprints":{"codehealthFindingId/v1":"527c5fc415e7649f182e83f5057e5c1fc685216c0be4b3b47d9decede14f43c0"}},{"ruleId":"D2","level":"warning","message":{"text":"WearableImpl.invokeListeners (cognitive 25): WearableImpl.invokeListeners has cognitive complexity 25 (threshold 15). Drivers by points: if/else 11, loops 7, error handling 6, boolean chains 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableImpl.java"},"region":{"startLine":399}}}],"partialFingerprints":{"codehealthFindingId/v1":"98570a475430adc6011308114f1e5b53084f396711a5b99a548f6600ce65bafd"}},{"ruleId":"D2","level":"warning","message":{"text":"SafeParcelReflectionUtil.readField (cognitive 25): SafeParcelReflectionUtil.readField has cognitive complexity 25 (threshold 15). Drivers by points: if/else 14, boolean chains 5, error handling 3, loops 2, match/switch 1 (nesting depth added 9). The drivers above price the dispatch low by construction \u2014 a dispatch is charged once however many cases it lists, while each branch inside an arm is charged in full \u2014 so most of this count is what the case bodies hold, and the arms are where it can be reduced. To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java"},"region":{"startLine":267}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c58b97c8f89bb0beaddaee9d802e9ebbec9a55e3b517bdbcab36e8ae3067b1c"}},{"ruleId":"D2","level":"warning","message":{"text":"PushRegisterManager.handleResponse (cognitive 24): PushRegisterManager.handleResponse has cognitive complexity 24 (threshold 15). Drivers by points: if/else 20, boolean chains 4 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/PushRegisterManager.java"},"region":{"startLine":130}}}],"partialFingerprints":{"codehealthFindingId/v1":"43c60de1e65a8122549572bf7b6f51f07614ccea4a96b414c26a0cce75e727bd"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthResponse.toString (cognitive 23): AuthResponse.toString has cognitive complexity 23 (threshold 15). Drivers by points: if/else 23. To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"0af3b0b4277bcb0e32ab126629fe7677952291057a798908ab36e59b3b4e0a96"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthManagerServiceImpl.getTokenWithAccount (cognitive 22): AuthManagerServiceImpl.getTokenWithAccount has cognitive complexity 22 (threshold 15). Drivers by points: if/else 12, ternaries 5, error handling 3, boolean chains 2 (nesting depth added 5). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/AuthManagerServiceImpl.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"64e064ca3a9265a595022584f83725cbc4a3fd0c419f399de15a83c21e98bb21"}},{"ruleId":"D2","level":"warning","message":{"text":"PackageUtils.firstSignatureDigestBytes (cognitive 22): PackageUtils.firstSignatureDigestBytes has cognitive complexity 22 (threshold 15). Drivers by points: if/else 13, loops 5, boolean chains 2, error handling 1, ternaries 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/common/PackageUtils.java"},"region":{"startLine":151}}}],"partialFingerprints":{"codehealthFindingId/v1":"63f3d2a2579d939a2163d1d0ea06946cc02f1c7f4650da0a484c08d8a9596644"}},{"ruleId":"D2","level":"warning","message":{"text":"PublicKeyCredentialRequestOptions.equals (cognitive 20): PublicKeyCredentialRequestOptions.equals has cognitive complexity 20 (threshold 15). Drivers by points: ternaries 11, if/else 9 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialRequestOptions.java"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"71740abf05e1f551d1326d9c9e87bfc31753bfbe96ade591fbe15702c40be46f"}},{"ruleId":"D2","level":"warning","message":{"text":"McsService.handleMessage (cognitive 20): McsService.handleMessage has cognitive complexity 20 (threshold 15). Drivers by points: if/else 19, match/switch 1 (nesting depth added 10). The drivers above price the dispatch low by construction \u2014 a dispatch is charged once however many cases it lists, while each branch inside an arm is charged in full \u2014 so most of this count is what the case bodies hold, and the arms are where it can be reduced. To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":681}}}],"partialFingerprints":{"codehealthFindingId/v1":"70bc356e750a20ddcb0b00d4e3f7e9eed938dad970de6ff72bec8cb607c433de"}},{"ruleId":"D2","level":"warning","message":{"text":"InstanceIdRpc.handleError (cognitive 20): InstanceIdRpc.handleError has cognitive complexity 20 (threshold 15). Drivers by points: if/else 18, boolean chains 2 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-iid/src/main/java/org/microg/gms/iid/InstanceIdRpc.java"},"region":{"startLine":221}}}],"partialFingerprints":{"codehealthFindingId/v1":"e2d493c843aae8c896aa46a043efc40e3460973cc65aea43ef57fe4d1d6dc605"}},{"ruleId":"D2","level":"warning","message":{"text":"Credential.equals (cognitive 19): Credential.equals has cognitive complexity 19 (threshold 15). Drivers by points: ternaries 11, if/else 7, boolean chains 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-auth/src/main/java/com/google/android/gms/auth/api/credentials/Credential.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7a9899e2cb8b860e9a4dde09cb3ea46ef2bd5955a9456afced0153545b98ee4"}},{"ruleId":"D2","level":"warning","message":{"text":"LocationRequest.toString (cognitive 19): LocationRequest.toString has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, ternaries 2, boolean chains 1 (nesting depth added 2). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java"},"region":{"startLine":508}}}],"partialFingerprints":{"codehealthFindingId/v1":"d352751f23a5b33f00fbd4b2cdd6351f290b72866e4fd7ee3d9698ed58fe3d06"}},{"ruleId":"D2","level":"warning","message":{"text":"ObjectWrapper.unwrap (cognitive 18): ObjectWrapper.unwrap has cognitive complexity 18 (threshold 15). Drivers by points: if/else 11, error handling 6, loops 1 (nesting depth added 5). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-basement/src/main/java/com/google/android/gms/dynamic/ObjectWrapper.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"fbf68ac5174e25997fe2ccb433fd6972ec78f03fd757bb6ca8eb1f65b79fa15f"}},{"ruleId":"D2","level":"warning","message":{"text":"PushRegisterManager.completeRegisterRequest (cognitive 18): PushRegisterManager.completeRegisterRequest has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 3 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/PushRegisterManager.java"},"region":{"startLine":70}}}],"partialFingerprints":{"codehealthFindingId/v1":"41c053a08833e5f54bccd4e91cdf7b9b0a75a13181d2c2b52f092320f3790a45"}},{"ruleId":"D2","level":"warning","message":{"text":"CheckinService.onHandleIntent (cognitive 18): CheckinService.onHandleIntent has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, loops 3, error handling 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/checkin/CheckinService.java"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"0886acff5358dc64940e0f7934a89fb4f5855586ee9987a1f6539895995e670d"}},{"ruleId":"D2","level":"warning","message":{"text":"2.onError (cognitive 18): 2.onError has cognitive complexity 18 (threshold 15). Drivers by points: error handling 7, if/else 7, ternaries 4 (nesting depth added 11). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-pay/src/main/java/org/microg/gms/pay/PayClientImpl.java"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"779c4a729fea3c5823babe35a43c8e022db829ea60cb44c8a1889bb50971603a"}},{"ruleId":"D2","level":"warning","message":{"text":"LocationRequest.equals (cognitive 17): LocationRequest.equals has cognitive complexity 17 (threshold 15). Drivers by points: if/else 15, boolean chains 2. To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"6c4fc6a62b6ace1e29aabc2d68ab8d58f2bf1dde749bfe1dc113545343fb0fe1"}},{"ruleId":"D2","level":"warning","message":{"text":"AccountAuthenticator.getAuthToken (cognitive 17): AccountAuthenticator.getAuthToken has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, error handling 3, boolean chains 1 (nesting depth added 4). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/loginservice/AccountAuthenticator.java"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"70642546939d8253ed9a7a7aab38138b47efc6d8c2327a82fc780d5127bc24b7"}},{"ruleId":"D2","level":"warning","message":{"text":"TriggerReceiver.onReceive (cognitive 17): TriggerReceiver.onReceive has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, boolean chains 4, error handling 1 (nesting depth added 2). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/TriggerReceiver.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"cce3872e7653e6e9fa67324aad1261585082a8831ea7f2936263fa97f985667a"}},{"ruleId":"D2","level":"warning","message":{"text":"BarcodeDetector.detect (cognitive 16): BarcodeDetector.detect has cognitive complexity 16 (threshold 15). Drivers by points: if/else 7, error handling 6, loops 3 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-vision/src/main/java/com/google/android/gms/vision/barcode/BarcodeDetector.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2967b28f093bf2bd5ac36548cdc4d2f334736e49ee92423bf9eb47e06af4873"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthResponse.parse (cognitive 16): AuthResponse.parse has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, loops 3, error handling 2, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"b729c8b55e4dac2245a2459028a9bfbcfbc1bcedc6ba87781dbad440709cdebe"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthManager.requestAuth (cognitive 16): AuthManager.requestAuth has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, boolean chains 4 (nesting depth added 3). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java"},"region":{"startLine":313}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e184ba6ccfa45e365a7671a2db9938952db1dd81d33a5b573eb2adf1468b8b4"}},{"ruleId":"D2","level":"warning","message":{"text":"InstanceIdRpc.handleResponseInternal (cognitive 16): InstanceIdRpc.handleResponseInternal has cognitive complexity 16 (threshold 15). Drivers by points: if/else 15, boolean chains 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-iid/src/main/java/org/microg/gms/iid/InstanceIdRpc.java"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"03f0db6c991275d653aae0479abb70f46c741443919127af9633844770483ec5"}},{"ruleId":"D2","level":"warning","message":{"text":"MapsContextLoader.getMapsContext (cognitive 16): MapsContextLoader.getMapsContext has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, error handling 6 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-maps/src/main/java/org/microg/gms/maps/MapsContextLoader.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"fbaf03ffa12da9bebbaf43e39427b7635bbcab322b2e198a40f3797a9571de54"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GoogleMapImpl: TooManyMethods \u2014 89 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":"play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/GoogleMapImpl.java"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"49dc49695de141180a459d61b5a72a37abf1951f34a4d1b6504965e58668ce96"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DataMap: TooManyMethods \u2014 57 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":"play-services-wearable/src/main/java/com/google/android/gms/wearable/DataMap.java"},"region":{"startLine":51}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9ea93026783521b30ba3fc9209b7a3ece66d4096906314af2d7a76444a957da"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WearableServiceImpl: TooManyMethods \u2014 52 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":"play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableServiceImpl.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"188d3d7de92029734d28b9fe08d29edeada71dee0178c763e4ece06070b52e01"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GoogleMapOptions: 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":"play-services-maps/src/main/java/com/google/android/gms/maps/GoogleMapOptions.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe0325216f40db5d990d8d99470115ba33591fc28a37035dbb5a93626b5c1aeb"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: JsBridge: TooManyMethods \u2014 44 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":"play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java"},"region":{"startLine":504}}}],"partialFingerprints":{"codehealthFindingId/v1":"c44ae4fd56692661b217527f4dd0c89dad227b5928778f0956c37e94c9f7449b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: DriveServiceImpl: TooManyMethods \u2014 43 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":"play-services-core/src/main/java/org/microg/gms/drive/api/DriveServiceImpl.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"ead968f8194cc7e91de3d5ae11e0179903524a6b47805913831c9f2c807badad"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WearableImpl: TooManyMethods \u2014 43 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":"play-services-wearable/core/src/main/java/org/microg/gms/wearable/WearableImpl.java"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ac15e73ae99aeae011f4c25ae0ece6339bf584655442b05f628eabc61e84200"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LocationManager: 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":"play-services-location/core/system-api/src/main/java/android/location/LocationManager.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"583be61b6d03c21279edb67c1ec35974542ad2d7738a0c9fb8751ab7cabee5dd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: MarkerImpl: 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":"play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/MarkerImpl.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"0fbde28fb12cda681311765f2f7f191aef28724955c2fc93d5a1308bd207bcd1"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: LocationRequest: TooManyMethods \u2014 38 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":"play-services-location/src/main/java/com/google/android/gms/location/LocationRequest.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"9a5528c80c35adc75d9e63ed39fdff539a29812d39a0f262a040bfef382c3f8f"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: wifi/WifiScanner.java: FileTooLong \u2014 606 significant lines (blank, comment-only and punctuation-only lines excluded), about 95% of them inside a single declaration: WifiScanner (48-1812). 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":"play-services-location/core/system-api/src/main/java/android/net/wifi/WifiScanner.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"60c8f46d4ac522a2b294f90c9a787b8ca26bdd1ec4556bca29a4b14dbcf700fb"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: gcm/McsService.java: FileTooLong \u2014 604 significant lines (blank, comment-only and punctuation-only lines excluded), about 90% of them inside a single declaration: McsService (89-833). 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":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba06e59a31bfbc4f9a9ff9731e80d825461a2f2541984b947cc870b534148ef7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PackageUtils: TooManyMethods \u2014 36 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":"play-services-base/core/src/main/java/org/microg/gms/common/PackageUtils.java"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"21caed733461e88ac00a1cffc3e357ff2d301e08100a185b55aa3fcb0091f293"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SafeParcelReader: TooManyMethods \u2014 36 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":"play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelReader.java"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c32f2e980bb2ecc23cd5191e27621cf0c238c632498919465426de9db22915e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AuthManager: 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":"play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"050a90d3398692ae587914c33da99e2ba3eef9d92227fa4eabb87ff7d1590549"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AbstractGmsServiceBroker: 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":"play-services-base/core/src/main/java/org/microg/gms/AbstractGmsServiceBroker.java"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3665fce2c47823e456849f75cfe237fcf10eb5a946f29e844c532526386afdf"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: McsService: 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":"play-services-core/src/main/java/org/microg/gms/gcm/McsService.java"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"9da0b5f306017dbc6f7073bc55fd3b7f724b1732c84d3f7ee3f5cef3531bf55c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WifiScanner: 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":"play-services-location/core/system-api/src/main/java/android/net/wifi/WifiScanner.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"9918c04b3cc79fa7f75953609cf952a6837b2a328f98b496d34b9c7257336297"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PolygonImpl: 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":"play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/PolygonImpl.java"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"1bc20c2538464d0826ae293821abc4ae82f28e6546190cb6e44630890f97c6eb"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PolylineImpl: 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":"play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/markup/PolylineImpl.java"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a3b4fc66107df4c017ab25a43bd0893ec066601fa9037298b89ff3d744e4765"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: GameEntity: TooManyMethods \u2014 33 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":"play-services-games/src/main/java/com/google/android/gms/games/GameEntity.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"323513e72033f06c871da2835a4b4c670abfe8c6660a05c3fc74101352c431b7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: PlayerEntity: TooManyMethods \u2014 33 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":"play-services-games/src/main/java/com/google/android/gms/games/PlayerEntity.java"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"d4da115a066824be4ad394f1154e7c6d94b29bff93460585461e0226f5232c58"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: login/LoginActivity.java: FileTooLong \u2014 538 significant lines (blank, comment-only and punctuation-only lines excluded), about 88% of them inside a single declaration: LoginActivity (87-757). 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":"play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d30ec8c10c49731b7c2865b060d60c3529995d26e01821222d4f2aaa1708785"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AuthRequest: 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":"play-services-base/core/src/main/java/org/microg/gms/auth/AuthRequest.java"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"11666a33af314327e38d770071130bdb5d2798aad3e603f6c84d5a5e8656dc62"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TaskImpl: 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":"play-services-tasks/src/main/java/org/microg/gms/tasks/TaskImpl.java"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c99934f28d7b297c61f9ebbb8ab3c41ff97b5c8dfd0af330a6eaaa4c886ee28"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SafeParcelWriter: TooManyMethods \u2014 31 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":"play-services-basement/src/main/java/com/google/android/gms/common/internal/safeparcel/SafeParcelWriter.java"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"47acf78503409ffa9a8d0c0a763b1fff309f5e3c0b19471ac0147a97fb69006a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetClient.java:132-149 | play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetClient.java:162-179 \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 \u0060play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetClient.java:132\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":"play-services-safetynet/src/main/java/com/google/android/gms/safetynet/SafetyNetClient.java"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"42f7aecbc5310bae7e4de21eea7d66e7101d395d1bc0c578110da06c19049ca6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java:269-284 | play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java:295-310 \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 \u0060play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java:269\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":"play-services-core/src/main/java/org/microg/gms/auth/AuthManager.java"},"region":{"startLine":269}}}],"partialFingerprints":{"codehealthFindingId/v1":"863ed1fc98524d6cfce368896202c8586a2eb5ce891eec976d4f6f909c30b71b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java:121-133 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2PrivilegedApiClient.java:158-170 \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 \u0060play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java:121\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":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java"},"region":{"startLine":121}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d77958075372d08a1c1d81572b63c7d0943f882dbe48b7f55de3aae8dd65897"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 4): play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java:64-75 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java:98-109 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2PrivilegedApiClient.java:98-109 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2PrivilegedApiClient.java:135-146 \u2014 there are 4 copies across 2 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 4 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java:64\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":"play-services-fido/src/main/java/com/google/android/gms/fido/fido2/Fido2ApiClient.java"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"e681ebbb20866f2cc5fd68244ae22a853a74f531f58df968539f15ce418489bc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): play-services-tasks/src/main/java/org/microg/gms/tasks/ContinuationWithExecutor.java:29-39 | play-services-tasks/src/main/java/org/microg/gms/tasks/SuccessContinuationExecutor.java:29-39 \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 \u0060play-services-tasks/src/main/java/org/microg/gms/tasks/ContinuationWithExecutor.java:29\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":"play-services-tasks/src/main/java/org/microg/gms/tasks/ContinuationWithExecutor.java"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc03858a51d77876e945c3939868a9e5ebc8b265afc8a2407292163f9daf6eee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 16): play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java:88-97 | play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInOptions.java:96-105 | play-services-api/src/main/java/com/google/android/gms/locationsharingreporter/LocationUploadRequest.java:44-53 | play-services-api/src/main/java/com/google/android/gms/semanticlocationhistory/FrequentTrip.java:47-56 | play-services-api/src/main/java/com/google/android/gms/semanticlocationhistory/LocationHistorySegment.java:52-61 | play-services-base/src/main/java/com/google/android/gms/wallet/shared/ApplicationParameters.java:58-67 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/AuthenticationExtensions.java:79-88 | play-services-fido/src/main/java/com/google/android/gms/fido/fido2/api/common/PublicKeyCredentialCreationOptions.java:63-72 | play-services-games/src/main/java/com/google/android/gms/games/GameEntity.java:86-95 | play-services-games/src/main/java/com/google/android/gms/games/PlayerEntity.java:98-107 | play-services-maps/src/main/java/com/google/android/gms/maps/StreetViewPanoramaOptions.java:71-80 | play-services-nearby/src/main/java/com/google/android/gms/nearby/exposurenotification/ExposureConfiguration.java:42-51 | play-services-tapandpay/src/main/java/com/google/android/gms/tapandpay/issuer/PushTokenizeRequest.java:76-85 | play-services-tapandpay/src/main/java/com/google/android/gms/tapandpay/issuer/UserAddress.java:70-79 | play-services-vision/src/main/java/com/google/android/gms/vision/face/internal/client/FaceParcel.java:54-63 | play-services-mlkit/face-detection/src/main/java/com/google/mlkit/vision/face/aidls/FaceParcel.java:54-63 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 16 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 16 times. Note what the matched lines are: every one of them assigns one field to another, so the block is a hand-written mapper between two data shapes rather than behaviour with a helper inside it. Extracting one shared function only works if both sites map the SAME pair of types in the same direction \u2014 check that first, because inverse or differently-typed mappers have no single function they can both call. Where they do not, the moves that exist are a generated or reflective mapper, a common embedded/base type the fields live on once, or accepting the run and covering it with a test that fails when a field is added to one side only."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-base/src/main/java/com/google/android/gms/auth/api/signin/GoogleSignInAccount.java"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcd93978388bece1a0319dbd545f654dfa5eaa0fb049c4989f252da28acbef07"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java:368-377 | play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java:450-459 \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 \u0060play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java:368\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":"play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java"},"region":{"startLine":368}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd485924a74ce491db71f85e57e901841f97e7af6ba86bc5a63f8bb4f08e95cf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): play-services-core/src/main/java/org/microg/gms/gcm/GcmDatabase.java:126-135 | play-services-core/src/main/java/org/microg/gms/gcm/GcmDatabase.java:141-150 \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 \u0060play-services-core/src/main/java/org/microg/gms/gcm/GcmDatabase.java:126\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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/gcm/GcmDatabase.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"774c4e0863b1e266d8b4a12d777ec784c035f72b87e55efe28a2f9ba0a0986a6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): play-services-core/src/main/java/org/microg/gms/people/PeopleManager.java:54-62 | play-services-core/src/main/java/org/microg/gms/people/PeopleManager.java:70-78 \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 \u0060play-services-core/src/main/java/org/microg/gms/people/PeopleManager.java:54\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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-core/src/main/java/org/microg/gms/people/PeopleManager.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"24319691743846ae55f37e1691f2a59aa0bc2c6c03c2dd3e901808388ff585db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): play-services-wearable/core/src/main/java/org/microg/gms/wearable/NodeDatabaseHelper.java:49-57 | play-services-wearable/core/src/main/java/org/microg/gms/wearable/NodeDatabaseHelper.java:103-111 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-wearable/core/src/main/java/org/microg/gms/wearable/NodeDatabaseHelper.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f56f8bc17d2a60d392e32a8853c6e150c6c95c2e19b138d876f5e06aa4a2934"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): play-services-conscrypt-provider-core/src/main/java/com/google/android/gms/providerinstaller/ProviderInstallerImpl.java:138-145 | play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/BackendMapView.java:74-81 \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 \u0060play-services-conscrypt-provider-core/src/main/java/com/google/android/gms/providerinstaller/ProviderInstallerImpl.java:138\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":"play-services-conscrypt-provider-core/src/main/java/com/google/android/gms/providerinstaller/ProviderInstallerImpl.java"},"region":{"startLine":138}}}],"partialFingerprints":{"codehealthFindingId/v1":"8b642ff98576e4f4af8bb6d859ee662b4f83d0426110766a6fbd85cccd2f11c1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataEntity.java:254-261 | play-services-games/src/main/java/com/google/android/gms/games/GameEntity.java:366-373 \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 \u0060play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataEntity.java:254\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":"play-services-games/src/main/java/com/google/android/gms/games/snapshot/SnapshotMetadataEntity.java"},"region":{"startLine":254}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ebbee70f3ac014d9ec6f6e5f87472575cfeea2d639f700b4bf73f85c3c473ca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesActivity.java:63-70 | play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesMenuActivity.java:83-90 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-oss-licenses/src/main/java/com/google/android/gms/oss/licenses/OssLicensesActivity.java"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"250ec621656d1fc1139f0b17309d7035516fea8efb43b8544c779eb352cccd44"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java:95-102 | play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java:153-160 \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 \u0060play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java:95\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":"play-services-base/core/src/main/java/org/microg/gms/auth/AuthResponse.java"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2bc6ce9f259bf91c2b7af8086b0665869b151e20dfa84f2838236e6f00f55d3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): play-services-maps/src/main/java/org/microg/gms/maps/MapViewDelegate.java:41-48 | play-services-maps/src/main/java/org/microg/gms/maps/StreetViewPanoramaViewDelegate.java:39-46 \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 \u0060play-services-maps/src/main/java/org/microg/gms/maps/MapViewDelegate.java:41\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":"play-services-maps/src/main/java/org/microg/gms/maps/MapViewDelegate.java"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"39ea859137ef07128dc748f85170f06583b78263eac1aba2c489aadef762185a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): play-services-core/src/main/java/org/microg/gms/gservices/DatabaseHelper.java:58-64 | play-services-core/src/main/java/org/microg/gms/gservices/DatabaseHelper.java:67-73 \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 \u0060play-services-core/src/main/java/org/microg/gms/gservices/DatabaseHelper.java:58\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":"play-services-core/src/main/java/org/microg/gms/gservices/DatabaseHelper.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"9cb848f0d3d6f3d534eb157c5680c40ff2f355bdaeea726f8e19e4de8fb855ff"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdateFactoryImpl.java:107-113 | play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdateFactoryImpl.java:122-128 \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 \u0060play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdateFactoryImpl.java:107\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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"play-services-maps/core/vtm/src/main/java/org/microg/gms/maps/vtm/camera/CameraUpdateFactoryImpl.java"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0524b5dd5f3f2b5ccb96f382ca1bd813d99bb43aa64252219f0166ba7f64f2d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java:357-362 | play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java:365-370 | play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java:373-378 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java:357\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":"play-services-basement/src/main/java/org/microg/safeparcel/SafeParcelReflectionUtil.java"},"region":{"startLine":357}}}],"partialFingerprints":{"codehealthFindingId/v1":"7265474a93dd458091ff2b3f4c38703d84f0cca13a6e5d5b7912d248ec18b95b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java:148-152 | play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java:173-177 \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 \u0060play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java:148\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":"play-services-base/core/src/main/java/org/microg/gms/common/HttpFormClient.java"},"region":{"startLine":148}}}],"partialFingerprints":{"codehealthFindingId/v1":"c6ae21e921de018ac8cf799b380248d8ac6bdfe6833b2993f7867acb488c9a81"}},{"ruleId":"D13","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":"369d46e0bcc6853a9b63862b7608bde7ca31238f9361d5368a419440682c9e15"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"81ae13892461d8009d40d8058d7c1c26763a99b4c2dc6ae596188ec63847ed82"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"63a1a52942c6dcfbba8f21eed21514c947cf0c5e4f85a81b1392ba824b5b8697"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"1c8ecf2ee833fbf61b8d769616c46ac3df39f1d1bdc4d4ee2d9a9834c41417ef"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"9757278c94cfd249c64f2779448ad0b1d032bb9055a6ca594abb0e492e8cb63a"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"facda0ed7c8de99dc46e42bfaa79501189b30a6694da7f70325ce5e0b00033b2"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"2b1bfe625f7f705fabefdd2a8a2b602ccc2e4ffd21cb3c59edeec302cfa00ef3"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"f6eab1507a96346959d2db3cfc7809a41b9ef01738c2d5d578e0b6f9d031ae5d"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"f5e17fba9a548e02f8fd683548ecb37e1e8b38c890735790be4b6cc4ea561bca"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"3c929014ac4ae2b44d7070f15ecb02a1300c9db083e2ea1988d05f7968cb0a58"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"029ae8b44b6764b136aefd5bd8594108f547528d5094789e65c9e2afd3303b81"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D13","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":"71f056d2b1491df65c0a63701de9aed8adf22ac7592b6bccf58965eb1d184db7"},"taxa":[{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 37 significant file(s) lose their only recent owner: play-services-core/src/main/kotlin/org/microg/gms/games/GamesService.kt, play-services-maps/core/hms/src/main/kotlin/org/microg/gms/maps/hms/GoogleMap.kt, vending-app/src/main/java/org/microg/vending/billing/InAppBillingServiceImpl.kt, play-services-core/src/main/java/org/microg/gms/auth/login/LoginActivity.java, play-services-core/src/main/kotlin/org/microg/gms/accountsettings/ui/MainActivity.kt, play-services-core/src/main/kotlin/org/microg/gms/phenotype/PhenotypeService.kt, play-services-tapandpay/core/src/main/kotlin/org/microg/gms/tapandpay/TapAndPayService.kt, play-services-core/src/main/kotlin/com/google/android/gms/locationsharingreporter/service/LocationSharingReporterApiService.kt (\u002B29 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b951c971849adb543eea922d49c054b21df8fff0e48863f6804c033ff8d6ff01"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #2: If anonymized user #2 becomes unavailable, 7 significant file(s) lose their only recent owner: play-services-location/core/provider/src/main/kotlin/org/microg/gms/location/network/NetworkLocationService.kt, play-services-core/src/main/java/org/microg/gms/checkin/CheckinClient.java, play-services-droidguard/core/src/main/java/com/google/android/gms/droidguard/DroidGuardChimeraService.java, play-services-core/src/main/java/org/microg/gms/checkin/CheckinManager.java, play-services-location/core/provider/src/main/kotlin/org/microg/gms/location/network/wifi/extensions.kt, play-services-ads-api/core/src/main/kotlin/com/google/android/gms/ads/LegacyAdLoaderBuilder.kt, play-services-core/src/main/kotlin/org/microg/gms/potokens/PoTokenStore.kt. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"74dd564368421f5b8a050c4eca4ac09fd0932cb603714acf03e05a2da473ed54"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #3: If anonymized user #3 becomes unavailable, 5 significant file(s) lose their only recent owner: play-services-fido/core/src/main/kotlin/org/microg/gms/fido/core/ui/hybrid/HybridAuthenticateActivity.kt, play-services-core/src/main/kotlin/org/microg/gms/auth/credentials/provider/JsonExtensions.kt, play-services-fido/core/src/main/kotlin/org/microg/gms/fido/core/protocol/CoseKey.kt, play-services-fido/core/src/main/kotlin/org/microg/gms/fido/core/transport/CtapStatus.kt, play-services-fido/core/src/main/kotlin/org/microg/gms/fido/core/transport/usb/UsbDevicePermissionManager.kt. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c82d0128f053b47d82e5ff030f5106944877e33e9df27406eb77ad9c57b4572e"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #4: If anonymized user #4 becomes unavailable, 5 significant file(s) lose their only recent owner: play-services-maps/core/mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/model/Polygon.kt, play-services-maps/core/mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/AbstractGoogleMap.kt, play-services-maps/core/mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/model/Polyline.kt, vending-app/src/main/java/org/microg/vending/ui/components/EnterpriseList.kt, vending-app/src/main/java/org/microg/vending/ui/components/AppRow.kt. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d1c57a8c83c4a17d1e46992b83b01d6c528e4571bc3b3fd3a4c7ff09f8384c02"}},{"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 (55 single-owned of 859 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 #5 (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":"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":"5419aa9439545c4fddd704259ba5c8d65ef035430608b808f99265c5150bc80b"}},{"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":"09b02dc2ab7c4c6bb88a126498024223186210b9d6771aaa4ff5ba0cfa26b906"}},{"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":"e0e866ff416eedfb7fcd5f048b6c50f94340d3e5cfed3727875ffc2a1dbe894e"}},{"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":"cd4eeb45f4183cc220521e1f0c2a2311bc9d25680a60b396f92ee18db5a49368"}},{"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":"3567cb7cfcc66790ab72090f8bbd1ec66a193f1d4306061d554feb649479c86c"}},{"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":"8c07cbcbf8d55bca6283edc07860f63003b76f890f726170792b988956dfd751"}},{"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":"05fe3ff8b40f5fe4c72d82c99bdefebcecebd23126e7a1485a4b78bcb5d6a8ae"}},{"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":"f5c336e953f25aa91d048a18a2ed46eceedd90fa19f46b6e084405c606b7e7ac"}},{"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":"f15aaa79fce79ee7cb81c0efc8a19442291eb17bbc19cb7c644df47766c2d9e9"}},{"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":"5b9246c558ebbe74146b36054ab85e38bb41f503896c7ca77b985825396c9bc7"}},{"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":"be8452f0f0010ea62164469e85a556068683e18673c52814ccbbf8ae9bb9cb7a"}},{"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":"b070e0a49f6607c5311eaab0567c3d9331edea54546c5895b0aa274ad6edd02b"}},{"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":"29fd58e34ecf8f6059398851bb706e9f48b554a6f9f9ffe145ab0e49ba673485"}},{"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":"d8b68d1cda0fb34d564d9cfaf6b9dca94f27cc76dc3a58daadc2c322164a347c"}},{"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":"1c26068c404c74642ec82f62a4bbb922d6256f66e64f29ac230bb4836be9e0fc"}},{"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":"328afae8af23e7283ac1ff7abe9ef9f7fa714438b688483e7d0344d08013b7ba"}},{"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":"3d25e6908d8361d9cb9a307700cf69a774c8a790498ac9f944d9174b570d8650"}},{"ruleId":"D28","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d5b8f11381d61a58459ffc7c595fd52d09c03c711894a63a9578043d2338412b"},"taxa":[{"id":"CWE-829","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":"be82002869094debafd47ffc0021bdb17eacecac471c254f8f1b3bfbd31ecf12"},"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":"16f6826339ccf0693fd6e268e43245cf17ee1191244ed3bba75af26b60352b5f"},"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":"17ec6bce82dc8a47d70a4fc9464d2f8ad1c0957e04d7ca9a525ecfdd6928abd5"},"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":"4464ee720aa30c4f01cd08a3de726a7a51bdf69aec3433cce5a82685aab8aeed"},"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":"e1e9b3aea9bebda7722d5c00ab9db8eae711cf7b930d729d316b596e970b97c3"},"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":"639e9bc5578cd5c18fcb724fdbef669eddc03269538678ae1fe5052293347cd2"},"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":"f57f3ef08b87cd51cc0ae77a044816f8d89bdd6a0f807e90dd9c46f697fd9a3c"},"taxa":[{"id":"CWE-926","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":"701f1194e84d1f30a7cd2590635edfa25f93ac460924dad90d84bc9487626cbe"},"taxa":[{"id":"CWE-926","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":"696feab6e3966dfbcf9664c4e9ae16f17030b88b06f8b7f708d0c16594705e8e"},"taxa":[{"id":"CWE-328","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":"ab2c1985fa5c9b81a484f04974f9ecf5de9ebfc739ba9cd275f69f4ec5019067"},"taxa":[{"id":"CWE-328","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":"bfe28d56a6513324b29131a19f638363ae5751db266751b2d3dc754ff79751a3"},"taxa":[{"id":"CWE-328","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":"9d6abe931a4465c6c1d2b31a1c75574f77df84feb349f75f25aeae2e0242174f"},"taxa":[{"id":"CWE-326","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":"b09362130bc752655dbfa42faff2b99c5854c2de21848e4194cc9cd8de3e1805"},"taxa":[{"id":"CWE-926","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":"610cfc1d493ab311ccf8bc903b7b362f35d4bdf0bfb648c85e0b069c3b02a089"},"taxa":[{"id":"CWE-926","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":"463c4a77f73079538019b98c2345bd551ee6d56cf110a26039280146ef74fc06"},"taxa":[{"id":"CWE-926","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":"08684383001fd71bf84f6122dbad7a8e057f9922e28d2186c37f14326b3e4b2d"},"taxa":[{"id":"CWE-926","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":"ca50ddd1a2fd37e927619e6d46346769dffbaf277f46befc9388b67c4c51b820"},"taxa":[{"id":"CWE-926","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":"1df6ef653dd079f970cf5918fee824e95f3be5f88496feb93217449800fa9c64"},"taxa":[{"id":"CWE-926","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":"8f628da14704b579ea6775367cbb270f4d859dd4cc27b150b4c75ff30855bd75"},"taxa":[{"id":"CWE-926","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":"81464989e76280f414081256d738ced7751ed38277bf20fe8da67c7935e447b9"},"taxa":[{"id":"CWE-926","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":"6419000cc75ea0c122ca01b5cf0661e59dcf177f00b8eca1572b82ef8b6e5b81"},"taxa":[{"id":"CWE-926","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":"41bdb0987a022bf035c1fb88d567bec42173816ca07bddde054429b1fc5bb4b2"},"taxa":[{"id":"CWE-926","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":"b901770e412f6135187c3fd955c43e4d910f645e19cb3a668a727bfa8d4d2f00"},"taxa":[{"id":"CWE-926","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":"8e1bd32ea33e002944b334af0fc6b28c49563f7d81415ff3b192ace9360bc07c"},"taxa":[{"id":"CWE-926","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":"597a25a48e6c1e34060b292bf9023e8edd9ed48e9fc0003bc448cdf60e65f366"},"taxa":[{"id":"CWE-926","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":"82c3330a9ab4640f8b221f7df0df1e410e04cc480ce53032eb924db34f8160d1"},"taxa":[{"id":"CWE-926","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":"15e3b7dd30418dc249c65ed6b8dcd98e3f365147d605660d6411409eb5c644f5"},"taxa":[{"id":"CWE-926","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":"b2ff0dc72cb3aca2a58cd9040770b88b68af6bf45f9d3bddd3247b36475858f0"},"taxa":[{"id":"CWE-926","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":"c35bd5be40754d0ea49ad4822774e7c4964570e34fb252064c7ec953d6be8f2b"},"taxa":[{"id":"CWE-926","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":"e0f49f1c9a426b8fd803d1afadea43efa3b60121e8c44772e2b1ecc77fb114d0"},"taxa":[{"id":"CWE-926","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":"03ae9934217dc3d6df78ee740d24ae8399ed961b68eca91ae007461592726046"},"taxa":[{"id":"CWE-926","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":"c4a5395871ee77133af44e52263588dd48d6a02d968856053a0a973d9c81bc8b"},"taxa":[{"id":"CWE-926","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":"96188eacc8154ecba4ae8626bb5290ccbb5a7302695bb19ef5664cae816a1222"},"taxa":[{"id":"CWE-926","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":"50a3789bab9e5154aa006e1739218451e2e2238e1da5ab94cdbb7241ec36be79"},"taxa":[{"id":"CWE-926","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":"f769fd04e5b973b328cedac143abcb875fa5b25c1c7326f825fb9e708b68445e"},"taxa":[{"id":"CWE-926","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":"d793698f04cc3984cfd8ac498f898e3ce3fde0e9d1e4c547458f17f4b7214750"},"taxa":[{"id":"CWE-926","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":"f2000b1ef9afd854f564c9682ba9defb409a2021651f34f5668bd6e68ed8d765"},"taxa":[{"id":"CWE-926","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":"4b28ca80ec648e4f6d8dd552d6a0db89e2aeb0ed97b42c4711802b532db63f6e"},"taxa":[{"id":"CWE-926","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":"f319773db0d75a6ddc714dd5e52cc69e31b8202d5c9743f903d65f93fe712f83"},"taxa":[{"id":"CWE-328","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":"ded1a59ba422d84dff15ad3f71e8daf371fc2e970752bcf3a4e84a399f43806f"},"taxa":[{"id":"CWE-330","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":"dc167c688c8d80eaaf43722c3d1a6697e8d59b9b5da4171a6598d589fc79c847"},"taxa":[{"id":"CWE-319","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":"dd32a9df09d68fc2f34798d26b90b65aedf57b64c012da4989ddb6d96cfe6063"},"taxa":[{"id":"CWE-328","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":"eb9fd4689557bab9e0a7f92a9a074b0e8bc6fceba7157a87396d096cfed3f854"},"taxa":[{"id":"CWE-328","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":"1318343c394ec57efecc0390459150037487dd7a170eb179ca8b0d930f86ae28"},"taxa":[{"id":"CWE-330","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":"a04fde6f03680cf154b671ddfe03d3f91a77fecd3724f006cdeec9d5f61d22af"},"taxa":[{"id":"CWE-926","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":"230d4e005b17704b3ff230746e59969621750619f387c0cd22d8a4e236849f14"},"taxa":[{"id":"CWE-926","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":"086d79a8b19c2b8c47d6c11f9440909118d308ce237fe832b9e952b8b8bd02fc"},"taxa":[{"id":"CWE-926","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":"ad0207723292a89a64cfe38cfbf046553e939fdf135248f989d59b4e15482bfa"},"taxa":[{"id":"CWE-328","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":"7cbf3e60798ed52a9fb227f81170e556dbd51817b9228b2734f9e08ad1dcfa3d"},"taxa":[{"id":"CWE-926","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 8 of 901 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: play-services-maps/core/mapbox/src/main/kotlin/org/microg/gms/maps/mapbox/Styles.kt, play-services-core/src/main/kotlin/org/microg/gms/gcm/GcmPrefs.kt, play-services-core/src/main/kotlin/org/microg/gms/ui/SafetyNetRecentAttestationPreferencesFragment.kt (and 5 more). Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: WorkAppsActivity.kt \u2194 EnterpriseList.kt: \u0060vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt\u0060 and \u0060vending-app/src/main/java/org/microg/vending/ui/components/EnterpriseList.kt\u0060 change together 90% of the time (9 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ee528741c79fac52a6c22a066d5d2aaf20a4d5859a9485c5088346ee1f9b275"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: SettingsContract.kt \u2194 SettingsProvider.kt: \u0060play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsContract.kt\u0060 and \u0060play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsProvider.kt\u0060 change together 75% of the time (18 of the 24 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":"play-services-base/core/src/main/kotlin/org/microg/gms/settings/SettingsContract.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e03b3e0178c44995ec5675c7717e9b7b2083a429121ea52f86d69087a55f34c7"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: WorkAppsActivity.kt \u2194 SplitInstallManager.kt: \u0060vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt\u0060 and \u0060vending-app/src/main/kotlin/com/google/android/finsky/splitinstallservice/SplitInstallManager.kt\u0060 change together 75% of the time (9 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8603319626b73e9b0034df32d1490598a5b7eb1acca8dba62454aa42f64f853f"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: DownloadManager.kt \u2194 extensions.kt: \u0060vending-app/src/main/kotlin/com/google/android/finsky/DownloadManager.kt\u0060 and \u0060vending-app/src/main/kotlin/com/google/android/finsky/extensions.kt\u0060 change together 64% of the time (9 of the 14 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":"vending-app/src/main/kotlin/com/google/android/finsky/DownloadManager.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb8a870677229942b7fb02d0805f182eba6cfd141a91bde95054deda230f1356"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: WorkAppsActivity.kt \u2194 Install.kt: \u0060vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt\u0060 and \u0060vending-app/src/main/kotlin/com/android/vending/installer/Install.kt\u0060 change together 62% of the time (8 of the 13 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"vending-app/src/main/java/org/microg/vending/ui/WorkAppsActivity.kt"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a30e727b2b78d353c4289d04e8cb548fc17c6513c0830d1f920a708f6d7f6f0d"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AuthManagerServiceImpl.java \u2194 AccountAuthenticator.java: \u0060play-services-core/src/main/java/org/microg/gms/auth/AuthManagerServiceImpl.java\u0060 and \u0060play-services-core/src/main/java/org/microg/gms/auth/loginservice/AccountAuthenticator.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) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"play-services-core/src/main/java/org/microg/gms/auth/AuthManagerServiceImpl.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f3c37e5e71d2292ec657b7113a2138bd6c1e4494fa6610927ad6bdbb3b4ea56"}},{"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"}}],"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-319","guid":"7af97476-9f0d-4458-9163-3d2043918a1a","name":"CWE-319","shortDescription":{"text":"CWE-319"},"helpUri":"https://cwe.mitre.org/data/definitions/319.html"},{"id":"CWE-326","guid":"7ee78bef-7589-f65f-a9d7-619f3485e844","name":"CWE-326","shortDescription":{"text":"CWE-326"},"helpUri":"https://cwe.mitre.org/data/definitions/326.html"},{"id":"CWE-328","guid":"f0ffc869-97c3-dc5c-8825-be1159f1fc5f","name":"CWE-328","shortDescription":{"text":"CWE-328"},"helpUri":"https://cwe.mitre.org/data/definitions/328.html"},{"id":"CWE-330","guid":"f811ddf9-2e54-865b-9c76-f97905849790","name":"CWE-330","shortDescription":{"text":"CWE-330"},"helpUri":"https://cwe.mitre.org/data/definitions/330.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-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.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-926","guid":"0d9b5579-5549-555a-8a97-f9cc14f3ad4a","name":"CWE-926","shortDescription":{"text":"CWE-926"},"helpUri":"https://cwe.mitre.org/data/definitions/926.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":83,"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."]}]}