{"$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":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D37","name":"Vulnerability-disclosure Policy","shortDescription":{"text":"Vulnerability-disclosure Policy"},"helpUri":"https://codehealth.canine.dev/dimensions/D37","relationships":[{"target":{"id":"CWE-1059","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1059"]}}]}},"results":[{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:116-132 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStore.java:116-132 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:116\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"e103f8fd103ee1dbddc96deb7dc2830fd19a71a11bd7121c3426d7e89ab20440"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/service/FixedServiceStoreProvider.java:58-73 | ext/base/src/main/java/io/xpipe/ext/base/service/MappedServiceStoreProvider.java:60-75 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/service/FixedServiceStoreProvider.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":"ext/base/src/main/java/io/xpipe/ext/base/service/FixedServiceStoreProvider.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"05f4896ba4c9476eb36ee7a240a1905f93394d7a98a419b3e7a62c00b2d745fc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:116-129 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCommandView.java:191-204 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:116\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"5542e1a7e3bb7c5247874c509c8a847597ebf1efda356e489efb174b67b24551"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:255-267 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCommandView.java:266-278 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:255\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java"},"region":{"startLine":255}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1ba122a31ea0d70c6ebc5308471a36f69cdab1b7b46ef894ee4fecd2cb1b878"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): core/src/main/java/io/xpipe/core/JacksonMapper.java:86-96 | core/src/main/java/io/xpipe/core/JacksonMapper.java:118-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 \u0060core/src/main/java/io/xpipe/core/JacksonMapper.java:86\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":"core/src/main/java/io/xpipe/core/JacksonMapper.java"},"region":{"startLine":86}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d5b10d01e1a6b5469bc403add0c2b920fbb5784096279216fd6952902319f87"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/LocalIdentityStoreProvider.java:46-55 | ext/base/src/main/java/io/xpipe/ext/base/identity/SyncedIdentityStoreProvider.java:80-89 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/identity/LocalIdentityStoreProvider.java:46\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":"ext/base/src/main/java/io/xpipe/ext/base/identity/LocalIdentityStoreProvider.java"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"40221b6fd4ad3e577b85ecb90dff5428618921131bbabffdb7e0460dc6c40671"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/LocalIdentityStoreProvider.java:57-66 | ext/base/src/main/java/io/xpipe/ext/base/identity/SyncedIdentityStoreProvider.java:92-101 \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":"ext/base/src/main/java/io/xpipe/ext/base/identity/LocalIdentityStoreProvider.java"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"d3f59faab03673efb0d2d892e1b2b4f3e142816d15a821f3235d6f4a7cf7a7e9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/script/ScriptTextSource.java:73-82 | ext/base/src/main/java/io/xpipe/ext/base/script/ScriptTextSource.java:151-160 \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. 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":"ext/base/src/main/java/io/xpipe/ext/base/script/ScriptTextSource.java"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"dedc1877950edc45b9a81c97b9764fdf3c25f2001dcd39e643702bfffc436b0e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/service/ServiceProtocolTypeHelper.java:38-47 | ext/base/src/main/java/io/xpipe/ext/base/service/ServiceProtocolTypeHelper.java:54-63 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/service/ServiceProtocolTypeHelper.java:38\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":"ext/base/src/main/java/io/xpipe/ext/base/service/ServiceProtocolTypeHelper.java"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"14b3f5ba2cf5ecfb86a880128811b606c549de224dfb7146cbd59124879ccbef"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:139-147 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStore.java:139-147 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java"},"region":{"startLine":139}}}],"partialFingerprints":{"codehealthFindingId/v1":"4cd95397f92ab8e7d6ab119b1d2f08721ca69ef47b278617f9e450fd270c6070"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java:30-37 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStoreProvider.java:30-37 | ext/system/src/main/java/io/xpipe/ext/system/podman/PodmanContainerStoreProvider.java:97-104 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java:30\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d33596376a52cec575f8911cadfe4d42c660dc3b1bca82f1d16df243bac5376"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:96-103 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStore.java:96-103 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:96\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1bec9e25235e86a3310acee791efe020bd19341a74247dc514e5ed9c2cd16fc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java:200-207 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStore.java:200-207 \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. 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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStore.java"},"region":{"startLine":200}}}],"partialFingerprints":{"codehealthFindingId/v1":"d10ea09a60ff69fd6082222f45726c002e21136fe0c01ff0d4e5deab752386e9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/script/ScriptStore.java:67-74 | ext/base/src/main/java/io/xpipe/ext/base/script/ScriptStore.java:104-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. 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":"ext/base/src/main/java/io/xpipe/ext/base/script/ScriptStore.java"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca46c58e24c82b6c22b7b138fb572512f3d7234c1f192cd98123cfc486d414e0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:85-91 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCommandView.java:161-167 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:85\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a5837f394e923b7879b1e3e4aab1055f56d1173950d259226053eef2e3b1557"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java:212-218 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCommandView.java:223-229 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusCommandView.java"},"region":{"startLine":212}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbb74de1eee23f0e0b9e6b52751b0f6b9b7db353dc69186d20cb66a03a1824d1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityConvert.java:36-42 | ext/base/src/main/java/io/xpipe/ext/base/store/SyncConfigHubLeafProvider.java:73-79 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityConvert.java:36\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":"ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityConvert.java"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"d06576ea7b8c220c8a4bdab48ee372fe7c2ef6134f73f75b78cf41f1ff9416f2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/PasswordManagerIdentityStore.java:201-207 | ext/base/src/main/java/io/xpipe/ext/base/identity/PasswordManagerIdentityStore.java:213-219 \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":"ext/base/src/main/java/io/xpipe/ext/base/identity/PasswordManagerIdentityStore.java"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"abe1fc47bcf04eda03c4c6cb1c4c6e408c64baa36db5762bea40e3f0ece0811c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/script/RunFileScriptMenuProvider.java:108-115 | ext/base/src/main/java/io/xpipe/ext/base/script/RunScriptActionProviderMenu.java:378-384 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/script/RunFileScriptMenuProvider.java:108\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":"ext/base/src/main/java/io/xpipe/ext/base/script/RunFileScriptMenuProvider.java"},"region":{"startLine":108}}}],"partialFingerprints":{"codehealthFindingId/v1":"b476c8e70a3108e5b45a3d513fc94d1a741a8e7c589a03af025e3d08b0f9f306"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): core/src/main/java/io/xpipe/core/StreamCharset.java:96-102 | core/src/main/java/io/xpipe/core/StreamCharset.java:106-113 \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. 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. 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":"core/src/main/java/io/xpipe/core/StreamCharset.java"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"03c49872ecddc87a8aa558822c274081a8c65e333aa9ceca6d11c2f10867b23d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): ext/base/src/main/java/io/xpipe/ext/base/service/CustomServiceStoreProvider.java:71-76 | ext/base/src/main/java/io/xpipe/ext/base/service/FixedServiceStoreProvider.java:44-49 | ext/base/src/main/java/io/xpipe/ext/base/service/MappedServiceStoreProvider.java:46-51 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/service/CustomServiceStoreProvider.java:71\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":"ext/base/src/main/java/io/xpipe/ext/base/service/CustomServiceStoreProvider.java"},"region":{"startLine":71}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d8cc3a8f21b957959a60a156e43216cc3b3cc80ad4894e415ba25d97beb5e69"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java:77-82 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStoreProvider.java:77-82 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"488b6c11d357e6315241a4128712e6f186f5f64186ee0cc16e609536cdb957ad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusInstallStore.java:50-55 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCmdStore.java:45-50 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusInstallStore.java"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"a724f1f99fb1b8d4d4b681bb6df185bdc15332e93c441043d153354c4fb5f9ae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusInstallStoreProvider.java:28-33 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdCmdStoreProvider.java:28-33 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusInstallStoreProvider.java:28\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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusInstallStoreProvider.java"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"8d4f5435a153f6424fd7581968d5f5e08485987b3050b3130ee123e911b4245d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java:41-45 | ext/system/src/main/java/io/xpipe/ext/system/lxd/LxdContainerStoreProvider.java:41-45 \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 \u0060ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.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. 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":"ext/system/src/main/java/io/xpipe/ext/system/incus/IncusContainerStoreProvider.java"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1c168679c3441b0872d266b7188a55e63ab7b6e0637aabffff93b4180445025"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityApplyHubLeafProvider.java:40-44 | ext/base/src/main/java/io/xpipe/ext/base/script/RunScriptActionProviderMenu.java:40-44 \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 \u0060ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityApplyHubLeafProvider.java:40\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":"ext/base/src/main/java/io/xpipe/ext/base/identity/IdentityApplyHubLeafProvider.java"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"5002f078a5983d6ff7a594227d218db1120d0dfca1cfafb762259b3a93fe47be"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): ext/base/src/main/java/io/xpipe/ext/base/identity/PasswordManagerIdentityStoreProvider.java:33-37 | ext/base/src/main/java/io/xpipe/ext/base/identity/SyncedIdentityStoreProvider.java:40-44 \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. 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":"ext/base/src/main/java/io/xpipe/ext/base/identity/PasswordManagerIdentityStoreProvider.java"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"c21e2e9cc35848769011f4e3a50e9c71a18702d8ff0ab9fd2e391f608eae8592"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 305 significant file(s) lose their only recent owner: app/src/main/java/io/xpipe/app/storage/DataStorage.java, app/src/main/java/io/xpipe/app/prefs/AppPrefs.java, app/src/main/java/io/xpipe/app/hub/comp/StoreEntryComp.java, app/src/main/java/io/xpipe/app/pwman/KeeperPasswordManager.java, app/src/main/java/io/xpipe/app/hub/comp/StoreViewState.java, app/src/main/java/io/xpipe/app/storage/DataStoreEntry.java, app/src/main/java/io/xpipe/app/hub/comp/StoreEntryWrapper.java, app/src/main/java/io/xpipe/app/browser/file/BrowserFileTransferOperation.java (\u002B297 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"dcd86d9ec003860a5fa18c8bb5f77c14958d0f5f807f5145b5a1e85de86ac576"}},{"ruleId":"D19","level":"note","message":{"text":"The XPipe core module package listing lists dialog, store, process, and util packages but does not mention the API surface or how to get started with the core.: Add a brief Getting Started section for the core module (e.g. import statements) so readers can jump into it without reading through the entire package list."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"core/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1ce5bda76041de2ca1bfa9881cb5938a7cfda8f6e3ae2217678ae4a2609bbfeb"}},{"ruleId":"D19","level":"note","message":{"text":"The Inner Workings section explains HTTP on port 21721 and the exchange protocol but does not state how to configure or test the beacon.: Add a short Configuration subsection for custom ports, verbose output, and a minimal test case (e.g. curl request/response) so readers can verify it works."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"beacon/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f8595735902d062a45065463be98939a7ff82e51ae50c04580cafa0b1fd922b3"}},{"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":"cfc20c292395f91e85162d5de474191a609c403ce0c21f186bbc4567277f5394"},"taxa":[{"id":"CWE-502","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":"86641c2134e8dfbdccca11d23109ddc3ad043c1202389f9f88a47288e7c24e91"},"taxa":[{"id":"CWE-276","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":"14bbb8e6b0a5bdfeabd5273a60f6f3a99036ae301df43de6bbdff789908bc066"},"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":"018dc677b7cd26d44167a5ae0982dc282d468a73a71e532df6494cbe8cd52857"},"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":"d2d9bbe4b60331c98de55aae4cbe0dd478906836e347a7295cf5fdeb0f7af89d"},"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":"720e11f34f98ad1a5917a0c35e352238bbd14733877eea689a0a17cf85d88584"},"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":"65036ee5a5c24eb2e0cad56c241371eaf4a74619c994ce1059fd840c3dc975ff"},"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":"f6ac1e507ecfe15802cd1965ff328b267819178bd9ef821a3e68fe79796012a8"},"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":"990fd7c6bd563d561ddd7202bc879a1fe9fa96cd4f9229e4ab96960017782c5a"},"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":"d4657ba6a39ea4ccb970d93b1b3c269ac017e342f55e5dc27a44efb80f6cb981"},"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":"a67c5dbfe2fbcbe7a1bc883495de6ad3454e5143174fd6cdb0a576e87c2381fb"},"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":"521cccde9f42047cb92170dfd5fb228d542921fdbbe94eb3857065fba0793474"},"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":"8f9501a78a0f262a37788b0fadb01340e6bffbe521a84f1f05cc2e4db95ff1c7"},"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":"68349d7747de901da5775fc68745997f111a25a23057de60f3a4ee373b022c1b"},"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":"1854c58e4f6b77876d0547a982fc069b003567a3d77d66dec0d10abc2d546988"},"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":"434dd686a1fdfeb8161dcd3e64551132b87ff81fa17c36f843d6a0d4e1c876a3"},"taxa":[{"id":"CWE-330","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"0c60980f46388d44eaa2f17ce5b0eca57a23896245f672affdf5c706590d2c55"},"taxa":[{"id":"CWE-295","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"981e37be88325abdcfce02b1e27f1f7bf203b0dae07d3da1cd88aeba81963774"},"taxa":[{"id":"CWE-295","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 1 of 483 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: app/src/main/java/io/xpipe/app/browser/menu/impl/GradleRunMenuProvider.java. 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: BrowserContextMenu.java \u2194 BrowserFileListComp.java: \u0060app/src/main/java/io/xpipe/app/browser/file/BrowserContextMenu.java\u0060 and \u0060app/src/main/java/io/xpipe/app/browser/file/BrowserFileListComp.java\u0060 change together 60% of the time (6 of the 10 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"app/src/main/java/io/xpipe/app/browser/file/BrowserContextMenu.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b0be8e845b8e386cfe81b34af7c49a9cf61defc678bc90d35a8360ea41e8e18b"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: AppDirectoryPermissionsCheck.java \u2194 AppOperationMode.java: \u0060app/src/main/java/io/xpipe/app/core/check/AppDirectoryPermissionsCheck.java\u0060 and \u0060app/src/main/java/io/xpipe/app/core/mode/AppOperationMode.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":"app/src/main/java/io/xpipe/app/core/check/AppDirectoryPermissionsCheck.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e122422ae58653c2d1e0fdcdffbf66913e92d2afadc0016fd27c5aa8d28fc6e"}}],"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-1059","guid":"a2381a08-60f6-9554-a8b8-f3018cfaaca5","name":"Insufficient Technical Documentation","shortDescription":{"text":"Insufficient Technical Documentation"},"helpUri":"https://cwe.mitre.org/data/definitions/1059.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-276","guid":"4e27da05-61af-1d5c-aeb5-9f56b6ede3e3","name":"CWE-276","shortDescription":{"text":"CWE-276"},"helpUri":"https://cwe.mitre.org/data/definitions/276.html"},{"id":"CWE-295","guid":"a706c4e2-1232-8859-ae2e-17aa2d41f8e2","name":"CWE-295","shortDescription":{"text":"CWE-295"},"helpUri":"https://cwe.mitre.org/data/definitions/295.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-502","guid":"f7d3b296-aac0-5c5a-b706-e07faba26c36","name":"CWE-502","shortDescription":{"text":"CWE-502"},"helpUri":"https://cwe.mitre.org/data/definitions/502.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-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":19,"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."]}]}