{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"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":"D30","name":"Dependency Vulnerabilities","shortDescription":{"text":"Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D30","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Source: TooManyMethods \u2014 124 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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"64f8b145650017555f32899f9d6fe4275d4668868d3335f6381df265e81ecf07"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Flow: TooManyMethods \u2014 106 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":"src/Akkling.Streams/Flow.fs"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8e4b2af4fab29a813480644ac413e75d028c296cd59448377f90932f3870e24"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TcpBuilder: TooManyMethods \u2014 91 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":"src/Akkling.Hocon/Shared.Tcp.fs"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"d7d960210086774a44a597691bf8bc95366d17b027a7e83144d51e4dad7dfcad"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: UdpBuilder: TooManyMethods \u2014 79 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":"src/Akkling.Hocon/Shared.Udp.fs"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"b031aa99231f59ef1a66d708bd509be9bb9e4c07726351b3172b02e028f24e11"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ClusterBuilder: TooManyMethods \u2014 78 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":"src/Akkling.Hocon/Shared.Cluster.fs"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"c4bea1b5a9880dc81465f8de948740d4a0efca3580b6f0e0757b75a530dd9b0d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SubFlow: TooManyMethods \u2014 71 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":"src/Akkling.Streams/SubFlow.fs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5581c02ccaee2ba49b3befb8ed86bfc030a1ed48a27d078ad47a5c77847cc4d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RemoteBuilder: TooManyMethods \u2014 60 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":"src/Akkling.Hocon/Remote.fs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"665876a1468a7bb3a50edc8aa531cf1f0816744f6fad5495b5d0b5ac8ea77db7"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SslProtocolBuilder: 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":"src/Akkling.Hocon/Remote.DotNetty.fs"},"region":{"startLine":90}}}],"partialFingerprints":{"codehealthFindingId/v1":"c39ac987bd9d5d8a9e95d8e616a9bf6ef54cebf28a1042e68ce50f7d5137ad5c"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ActorBuilder: TooManyMethods \u2014 45 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Akkling.Hocon/Actor.fs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"23d2211c4f0a892618a9f75bd74f64c81f626994f7f13c4121cb07b6f3c45559"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Sink: 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":"src/Akkling.Streams/Sink.fs"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d0e5580230c4105389ec2792f4f508c7f1b2f21aced4f259c9959fc19dd3d74"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TypeMappingBuilder: 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":"src/Akkling.Hocon/Actor.Router.fs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"5811b76073ff2e190f0399e6e70da35a1b1a6400d107842e7827680bbe986246"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Xunit: 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":"src/Akkling.TestKit.Xunit/TestKit.fs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"9eec9367a241d108d3903fc77bb146f3f95bcda77c0e2cb58e4d860760027f46"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Xunit2: 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":"src/Akkling.TestKit.Xunit2/TestKit.fs"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"9700b2d62b9ed59eed678b792966f09393ae8466e403f44537f9b37e36f0b8a4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (25 lines \u00D7 2): src/Akkling.Hocon/Actor.Mailbox.fs:25-49 | src/Akkling.Hocon/Actor.DefaultMailbox.fs:29-53 \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":"src/Akkling.Hocon/Actor.Mailbox.fs"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"2079acd32e266619b0ce7156f9b642c65036fff8cf7dd0ecc41133d2d198952c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): src/Akkling.Hocon/Remote.WatchFailureDetector.fs:37-56 | src/Akkling.Hocon/Cluster.FailureDetector.fs:37-56 \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":"src/Akkling.Hocon/Remote.WatchFailureDetector.fs"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"8df120fd886ff77bfa0073f9426be98a9e586a18fdde9d0c7e2cf990c2ad5d25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/Akkling.Hocon/Persistence.SnapshotStore.fs:45-62 | src/Akkling.Hocon/Persistence.PluginFallback.fs:92-109 \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":"src/Akkling.Hocon/Persistence.SnapshotStore.fs"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbef36260db31088f8e18c54d88f5fb8d6aaeb6fee2744edf14c15976675cafc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/Akkling.Streams/Source.fs:483-499 | src/Akkling.Streams/Flow.fs:347-363 \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 \u0060src/Akkling.Streams/Source.fs:483\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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":483}}}],"partialFingerprints":{"codehealthFindingId/v1":"afb542b7d9c412de191e5ca3947761d6d0695bc1fa60c503411ac5540bd26c8b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/Akkling.TestKit.Xunit/TestKit.fs:19-35 | src/Akkling.TestKit.Xunit2/TestKit.fs:19-35 \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":"src/Akkling.TestKit.Xunit/TestKit.fs"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ba0eb452dd830f9e1b8d871eed51de3f6ab1a6183d4b3d34fb3a268bdeeac58"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/Akkling.Hocon/Remote.WatchFailureDetector.fs:106-119 | src/Akkling.Hocon/Cluster.FailureDetector.fs:106-119 \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":"src/Akkling.Hocon/Remote.WatchFailureDetector.fs"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"19b4914b40b5d2a8d47ec3a52ac5c056cc6586adbdf9e493712679e65be743ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/Akkling.Hocon/Shared.Udp.fs:12-24 | src/Akkling.Hocon/Shared.Tcp.fs:12-24 \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":"src/Akkling.Hocon/Shared.Udp.fs"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6faccf60bd7dcca22a4dda65ed6d573fb186b9a679f0dd4ad314f866478262e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/Akkling.Hocon/Persistence.SnapshotStore.fs:119-138 | src/Akkling.Hocon/Persistence.Journal.fs:12-24 \u2014 before extracting anything, compare \u0060src/Akkling.Hocon/Persistence.SnapshotStore.fs\u0060 and \u0060src/Akkling.Hocon/Persistence.Journal.fs\u0060 as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 34 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Akkling.Hocon/Persistence.SnapshotStore.fs"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"79540115b0addbd5fa669c67314eee723fc81c885e63677cc4c7162b57e61fae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Akkling.Persistence/PersistentActor.fs:315-326 | src/Akkling/Actors.fs:293-304 \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":"src/Akkling.Persistence/PersistentActor.fs"},"region":{"startLine":315}}}],"partialFingerprints":{"codehealthFindingId/v1":"9bc3e305d672da863cb11abc4eefc5b6bfd64e042894c238bf586b144c063348"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Akkling/ActorRefs.fs:115-126 | src/Akkling/ActorRefs.fs:243-254 \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 \u0060src/Akkling/ActorRefs.fs:115\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":"src/Akkling/ActorRefs.fs"},"region":{"startLine":115}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c11c2d1bf754a3dddf27bb1e3ffa732b7b8d05d73b957102e5a1855d372c9ec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Akkling.Hocon/Cluster.Metrics.fs:114-124 | src/Akkling.Hocon/Actor.Deployment.fs:166-181 \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":"src/Akkling.Hocon/Cluster.Metrics.fs"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"a99952d8d41408004de2e5b50b11a4d1f09b3202d1187a38b53e49396ddbab6c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Akkling/ActorRefs.fs:98-108 | src/Akkling/ActorRefs.fs:226-236 \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":"src/Akkling/ActorRefs.fs"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a60a2e105ec0cec339e833101c65e763100f1d1e9068e95a9002c29dc65c3db"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Akkling.Hocon/Shared.Udp.fs:606-615 | src/Akkling.Hocon/Shared.Tcp.fs:703-712 \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 \u0060src/Akkling.Hocon/Shared.Udp.fs:606\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":"src/Akkling.Hocon/Shared.Udp.fs"},"region":{"startLine":606}}}],"partialFingerprints":{"codehealthFindingId/v1":"72e7e20e42de93012f5e4cb95de0fcdbd6248087ab39708ed6d8490c64da7905"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Akkling.Streams.TestKit.Xunit/Library.fs:14-23 | src/Akkling.Streams.TestKit.Xunit2/Library.fs:14-23 \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":"src/Akkling.Streams.TestKit.Xunit/Library.fs"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"87ab77bc28fbcaa9e94b5d05a162460ed77d8d6af9cd02cb1ac92862d6f72d24"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Akkling.Hocon/Common.fs:253-261 | src/Akkling.Hocon/Akka.fs:45-53 \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":"src/Akkling.Hocon/Common.fs"},"region":{"startLine":253}}}],"partialFingerprints":{"codehealthFindingId/v1":"a97d793d565af75312124768d902e93f5ca08662ea90e91b8d926b88033e6c1c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Akkling.TestKit.Xunit/TestKit.fs:46-54 | src/Akkling.TestKit.Xunit2/TestKit.fs:46-54 \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":"src/Akkling.TestKit.Xunit/TestKit.fs"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"74f6303ba973b17b8fc6bbf96e3180e86f0df005dff5654786d4731cbfd90632"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Akkling.Hocon/Persistence.SnapshotStore.fs:175-182 | src/Akkling.Hocon/Persistence.Journal.fs:50-57 \u2014 before extracting anything, compare \u0060src/Akkling.Hocon/Persistence.SnapshotStore.fs\u0060 and \u0060src/Akkling.Hocon/Persistence.Journal.fs\u0060 as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 34 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Akkling.Hocon/Persistence.SnapshotStore.fs"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"37ef560bbdac1cc273b6dedd0095c31520af0cd27896d56aa104ae4c8b2f8335"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Akkling.Persistence/PersistentActor.fs:195-202 | src/Akkling/Actors.fs:139-146 \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":"src/Akkling.Persistence/PersistentActor.fs"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"25edc5349ef129d43f80e5ac286d4b31d6d69b4520ac95438b1bda4519dccce5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Akkling.Persistence/PersistentActor.fs:286-293 | src/Akkling/Actors.fs:274-281 \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":"src/Akkling.Persistence/PersistentActor.fs"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"c69d6d96a0e047a471f95ec7b62572e51e8f7b8f7c0de8c131ad1cb0c11e758f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/Akkling.Streams/Source.fs:275-282 | src/Akkling.Streams/Flow.fs:136-143 \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 \u0060src/Akkling.Streams/Source.fs:275\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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":275}}}],"partialFingerprints":{"codehealthFindingId/v1":"0323c449bd623c84345569c20cf0017207bc5caa3058cc21f403d793e578fd5a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Akkling.Hocon/Cluster.SplitBrainResolver.fs:15-21 | src/Akkling.Hocon/Cluster.SplitBrainResolver.fs:100-106 \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 \u0060src/Akkling.Hocon/Cluster.SplitBrainResolver.fs:15\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":"src/Akkling.Hocon/Cluster.SplitBrainResolver.fs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"b33bc1e16fbfba137bc7822c7f5e47ace7380935cbe3436349371646ee390bed"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Akkling.Persistence/PersistentActor.fs:213-219 | src/Akkling/Actors.fs:157-163 \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":"src/Akkling.Persistence/PersistentActor.fs"},"region":{"startLine":213}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e47dbd8de52541a41d696d92b146b7d966fbeffb5396a0dabd0f4b3bb95480e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Akkling.Streams/Source.fs:451-457 | src/Akkling.Streams/Flow.fs:315-321 \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. 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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":451}}}],"partialFingerprints":{"codehealthFindingId/v1":"b680c5ed14a2b6d17f74fa2251787f344577d23a9f9ad34b815198ce02f6743e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/Akkling.Streams/Flow.fs:702-708 | src/Akkling.Streams/Flow.fs:799-805 \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 \u0060src/Akkling.Streams/Flow.fs:702\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":"src/Akkling.Streams/Flow.fs"},"region":{"startLine":702}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ea358e79753e084ade1deab6b057344014a84674f6c5e042af6809a738ea4b1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 12): src/Akkling.Hocon/Streams.fs:135-140 | src/Akkling.Hocon/Remote.DotNetty.fs:92-97 | src/Akkling.Hocon/Remote.DotNetty.fs:401-406 | src/Akkling.Hocon/Persistence.SnapshotStore.fs:119-124 | src/Akkling.Hocon/Persistence.PluginFallback.fs:12-17 | src/Akkling.Hocon/Persistence.Journal.fs:12-17 | src/Akkling.Hocon/IO.Dns.fs:57-62 | src/Akkling.Hocon/CoordinatedShutdown.fs:82-87 | src/Akkling.Hocon/Actor.Router.fs:125-130 | src/Akkling.Hocon/Actor.Mailbox.fs:92-97 | src/Akkling.Hocon/Actor.Deployment.fs:152-157 | src/Akkling.Hocon/Actor.Deployment.fs:357-362 \u2014 before extracting anything, compare \u0060src/Akkling.Hocon/Persistence.SnapshotStore.fs\u0060 and \u0060src/Akkling.Hocon/Persistence.Journal.fs\u0060 as WHOLE FILES: this scan already matched 3 separate duplicated blocks between them, totalling at least 34 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. If that is what happened, the fix is to keep one copy and have the other call it (or delete it), which resolves this row and its siblings together \u2014 extracting one helper per block leaves the fork in place. 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":"src/Akkling.Hocon/Streams.fs"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e89a01df146c78f11803d0d9feb27760107a953c93f4c4454dab0cb76597e47"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): src/Akkling.Streams/Graph.fs:41-45 | src/Akkling.Streams/Graph.fs:51-55 | src/Akkling.Streams/Graph.fs:62-68 \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 \u0060src/Akkling.Streams/Graph.fs: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. 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":"src/Akkling.Streams/Graph.fs"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"5dc441f28a58728e30fff422c2d17b5e415075ebf5c43def7e2395713304d3c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/Akkling.Hocon/Remote.DotNetty.fs:408-412 | src/Akkling.Hocon/IO.fs:19-23 \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":"src/Akkling.Hocon/Remote.DotNetty.fs"},"region":{"startLine":408}}}],"partialFingerprints":{"codehealthFindingId/v1":"483d23b93c6d1cd7b66a277a7737ffe21674ff9ed6736c883aa594aa28fb283f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/Akkling.Streams/Source.fs:607-611 | src/Akkling.Streams/Flow.fs:471-475 \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 \u0060src/Akkling.Streams/Source.fs:607\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. 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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":607}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba64734fa8a9d0982dbdd8b10e9be36b6fef5c48255dc07fe2c669717fc947bf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/Akkling.Streams/Source.fs:832-836 | src/Akkling.Streams/Flow.fs:847-851 \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":"src/Akkling.Streams/Source.fs"},"region":{"startLine":832}}}],"partialFingerprints":{"codehealthFindingId/v1":"3875826ea63e0206213ab1441a0784a2e2eb942b707d207f23504a1fa14e715f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/Akkling.TestKit.Xunit/TestKit.fs:109-113 | src/Akkling.TestKit.Xunit2/TestKit.fs:109-113 \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":"src/Akkling.TestKit.Xunit/TestKit.fs"},"region":{"startLine":109}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f8a08548b7eafbbe00b74ba6fa9d06f254476f6c39dc6ce95f04575191510cc"}},{"ruleId":"D8","level":"warning","message":{"text":"Coverage not measured \u2014 test suite did not build: Coverage NOT MEASURED: this repository did not build in our analyzer environment (a C#/MSBuild compiler error), so no coverage could be collected. It is excluded from the score rather than counted as a near-zero defect. We did not read WHERE the failing diagnostic is, so this does not claim the fault is in your test code \u2014 a repository written for an older SDK band can compile for you and not for us. Run \u0060dotnet build\u0060 on this commit; if it succeeds, the gap is ours. Committing the Cobertura/OpenCover/lcov report your CI already produces also lets us measure real coverage without building anything."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"62e63e619c28f057e129f2997c965d32a457366a9ce18ca019ffb6bdfba85c99"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 63 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"D19","level":"note","message":{"text":"This README is a directory-placeholder note, not an actual documentation file describing the libraries in the lib subdirectory.: Replace it with a description of each library and its NuGet package."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"lib/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2383fad44c24a03f2d34a5a24e50f1bbc3bd4c1ac599fba1c5ac105dbdc8ad9a"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 5 of 63 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: src/Akkling/ActorRefs.fs, src/Akkling.Persistence/AtLeastOnceDelivery.fs, src/Akkling/Spawning.fs (and 2 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"}}],"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-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}