{"$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":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D12","name":"Dependency Hygiene","shortDescription":{"text":"Dependency Hygiene"},"helpUri":"https://codehealth.canine.dev/dimensions/D12"},{"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":"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"},{"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":"WebAppConfig.Farmer.IBuilder.BuildResources (cyclomatic 94): WebAppConfig.Farmer.IBuilder.BuildResources has cyclomatic complexity 94 (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":"src/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":457}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc9b73435838d5c2b2bce6d61f51d35bd157104c77495ced32bc183932bbbcf3"}},{"ruleId":"D1","level":"warning","message":{"text":"FunctionsConfig.Farmer.IBuilder.BuildResources (cyclomatic 66): FunctionsConfig.Farmer.IBuilder.BuildResources has cyclomatic complexity 66 (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":"src/Farmer/Builders/Builders.Functions.fs"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e2e1816085a2bde9c2e1bb7fcafeda248f1906948f893be2db725680a4fe157"}},{"ruleId":"D1","level":"warning","message":{"text":"ContainerApp.Farmer.IArmResource.get_JsonModel (cyclomatic 52): ContainerApp.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 52 (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":"src/Farmer/Arm/App.fs"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9635f2464b67ffca3c2f1b0deb245e56d67b538684b03a4922d69ae939f6e89"}},{"ruleId":"D1","level":"warning","message":{"text":"StorageAccount.Farmer.IArmResource.get_JsonModel (cyclomatic 36): StorageAccount.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 36 (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":"src/Farmer/Arm/Storage.fs"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"869adb26f80dfe834310da24c5e77dae076e54872f2d35ddeb98572cfe069f9e"}},{"ruleId":"D1","level":"warning","message":{"text":"ContainerGroup.Farmer.IArmResource.get_JsonModel (cyclomatic 30): ContainerGroup.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 30 (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":"src/Farmer/Arm/ContainerInstance.fs"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfbeaa689fe3d15b76ea6466a4937d0efc94667e99fc119b40d53d7754b5ca9e"}},{"ruleId":"D1","level":"warning","message":{"text":"ManagedCluster.Farmer.IArmResource.get_JsonModel (cyclomatic 26): ManagedCluster.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 26 (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":"src/Farmer/Arm/ContainerService.fs"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"0b5df06270c6828565636d7a3d59d5d720eb4ad4a801c5caa695d1a1591ec706"}},{"ruleId":"D1","level":"warning","message":{"text":"Site.Farmer.IArmResource.get_JsonModel (cyclomatic 23): Site.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 23 (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":"src/Farmer/Arm/Web.fs"},"region":{"startLine":294}}}],"partialFingerprints":{"codehealthFindingId/v1":"77e16a86a502b7277663645fa4b33e32cc22ebcd10edd1c0718fa81a9a59a820"}},{"ruleId":"D1","level":"warning","message":{"text":"SqlAzureConfig.Farmer.IBuilder.BuildResources (cyclomatic 22): SqlAzureConfig.Farmer.IBuilder.BuildResources has cyclomatic complexity 22 (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":"src/Farmer/Builders/Builders.Sql.fs"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"e628fd22c704a47ec7b237be17b5eda96e66409be7644955aeaa05034be0950c"}},{"ruleId":"D1","level":"warning","message":{"text":"ContainerGroup.Farmer.IParameters.get_SecureParameters (cyclomatic 21): ContainerGroup.Farmer.IParameters.get_SecureParameters has cyclomatic complexity 21 (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":"src/Farmer/Arm/ContainerInstance.fs"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"58960a9148489cdfcf76e42688f2843d126e9a46e92a65b8dae0d9daec747414"}},{"ruleId":"D1","level":"warning","message":{"text":"VirtualMachineModule.storageProfile (cyclomatic 21): VirtualMachineModule.storageProfile has cyclomatic complexity 21 (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":"src/Farmer/Arm/Compute.fs"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b96e2b253e02c3efd5e807505bce4779f3c4f5e413b76588dfe026e450da648"}},{"ruleId":"D1","level":"warning","message":{"text":"ContainerGroupConfig.Farmer.IBuilder.BuildResources (cyclomatic 20): ContainerGroupConfig.Farmer.IBuilder.BuildResources has cyclomatic complexity 20 (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":"src/Farmer/Builders/Builders.ContainerGroups.fs"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9ab66b2952125aa1018eb0e60d2e24aa3118436810eeac883a99cbb692a6b90"}},{"ruleId":"D1","level":"warning","message":{"text":"DeploymentScript.Farmer.IArmResource.get_JsonModel (cyclomatic 18): DeploymentScript.Farmer.IArmResource.get_JsonModel has cyclomatic complexity 18 (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":"src/Farmer/Arm/DeploymentScript.fs"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"3579036e1e6629531ef4d3dfe9306e9eaefb6c15fc360d54067dff3eca0d8776"}},{"ruleId":"D2","level":"warning","message":{"text":"WebAppConfig.Farmer.IBuilder.BuildResources (cognitive 89): WebAppConfig.Farmer.IBuilder.BuildResources has cognitive complexity 89 (threshold 15). Drivers by points: match/switch 71, loops 12, if/else 6 (nesting depth added 36). 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":"src/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":457}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee3a3d37c54d0eb8381ad11046b4d7e9fbf48baf4ab40f52dc5a0dc5ef34ff8b"}},{"ruleId":"D2","level":"warning","message":{"text":"FunctionsConfig.Farmer.IBuilder.BuildResources (cognitive 67): FunctionsConfig.Farmer.IBuilder.BuildResources has cognitive complexity 67 (threshold 15). Drivers by points: match/switch 52, loops 11, if/else 4 (nesting depth added 27). 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":"src/Farmer/Builders/Builders.Functions.fs"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"036bb2fcb959c2dd4bb9ff30a233a9bc97dbb4bd2937d60f81b18263f832b33e"}},{"ruleId":"D2","level":"warning","message":{"text":"ContainerApp.Farmer.IArmResource.get_JsonModel (cognitive 53): ContainerApp.Farmer.IArmResource.get_JsonModel has cognitive complexity 53 (threshold 15). Drivers by points: match/switch 37, loops 10, if/else 6 (nesting depth added 24). 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":"src/Farmer/Arm/App.fs"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"c7d956aeb80e3fac35511b53fd55343e490fd201fc3f95e65e898581df434144"}},{"ruleId":"D2","level":"warning","message":{"text":"SqlAzureConfig.Farmer.IBuilder.BuildResources (cognitive 27): SqlAzureConfig.Farmer.IBuilder.BuildResources has cognitive complexity 27 (threshold 15). Drivers by points: match/switch 18, loops 5, if/else 4 (nesting depth added 13). 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":"src/Farmer/Builders/Builders.Sql.fs"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"108ee2660eafc4609810e9c66106b989708816c9c5a56066b58eefa5520257da"}},{"ruleId":"D2","level":"warning","message":{"text":"ContainerGroup.Farmer.IArmResource.get_JsonModel (cognitive 27): ContainerGroup.Farmer.IArmResource.get_JsonModel has cognitive complexity 27 (threshold 15). Drivers by points: match/switch 17, loops 8, if/else 2 (nesting depth added 11). 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":"src/Farmer/Arm/ContainerInstance.fs"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5f66af023ca33fe354b73a6a9cba60a3797b5bc22b673e8d36fa22a1a8fb6cc"}},{"ruleId":"D2","level":"warning","message":{"text":"ContainerGroup.Farmer.IParameters.get_SecureParameters (cognitive 25): ContainerGroup.Farmer.IParameters.get_SecureParameters has cognitive complexity 25 (threshold 15). Drivers by points: match/switch 14, loops 11 (nesting depth added 13). 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":"src/Farmer/Arm/ContainerInstance.fs"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"f55a94c35c1f4d03c50440161306c5c293fe0604553677febd22347e750f8072"}},{"ruleId":"D2","level":"warning","message":{"text":"VirtualMachineModule.storageProfile (cognitive 24): VirtualMachineModule.storageProfile has cognitive complexity 24 (threshold 15). Drivers by points: if/else 21, match/switch 3 (nesting depth added 7). 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":"src/Farmer/Arm/Compute.fs"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"1d515dcbeee24e0141b19332f2d1775e573b6eee130dd0a056aab58f2d9755ba"}},{"ruleId":"D2","level":"warning","message":{"text":"VmScaleSetConfig.Farmer.IBuilder.BuildResources (cognitive 22): VmScaleSetConfig.Farmer.IBuilder.BuildResources has cognitive complexity 22 (threshold 15). Drivers by points: if/else 9, loops 7, match/switch 5, boolean chains 1 (nesting depth added 12). 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":"src/Farmer/Builders/Builders.VmScaleSet.fs"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"e420f0469fee6bb28ab69d4d5eb141f4dc878d8125ce145ebe8352638c9102f9"}},{"ruleId":"D2","level":"warning","message":{"text":"VirtualMachineModule.osProfile (cognitive 18): VirtualMachineModule.osProfile has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, match/switch 4, boolean chains 2 (nesting depth added 6). 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":"src/Farmer/Arm/Compute.fs"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"b58d0dc40322d1efee980086652b4458819776d2483555bcc24db16237ddfdc3"}},{"ruleId":"D2","level":"warning","message":{"text":"ContainerGroupConfig.Farmer.IBuilder.BuildResources (cognitive 17): ContainerGroupConfig.Farmer.IBuilder.BuildResources has cognitive complexity 17 (threshold 15). Drivers by points: if/else 6, match/switch 5, boolean chains 4, loops 2 (nesting depth added 2). 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":"src/Farmer/Builders/Builders.ContainerGroups.fs"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"6da89c13abc90a44442dbad654f84b426933492fb1d3c1048821b94016901817"}},{"ruleId":"D2","level":"warning","message":{"text":"ManagedCluster.Farmer.IArmResource.get_JsonModel (cognitive 17): ManagedCluster.Farmer.IArmResource.get_JsonModel has cognitive complexity 17 (threshold 15). Drivers by points: match/switch 12, if/else 4, boolean chains 1. 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":"src/Farmer/Arm/ContainerService.fs"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c9ae452354c8c4120e0727d4e895f40a15e9fb2ffb74b81dfd29b1fe2d61eaa"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Farmer/Common.fs: FileTooLong \u2014 3421 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Common.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ced992a6c3382d07757533b9b11ceab8dcc0b4f8577ae2db61435564e792ca1a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.WebApp.fs: FileTooLong \u2014 1243 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"78873504a2dfe37d14f89aedd0065e9dff517b051749b509e34141d9e92e0dca"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Extensions: TooManyMethods \u2014 62 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":1206}}}],"partialFingerprints":{"codehealthFindingId/v1":"d17c819335f47c3fb352ef77c291196f90b83583471bc2c7342c2c297c4926c2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Arm/Compute.fs: FileTooLong \u2014 919 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/Compute.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c7b63318ba3454b801f49bf9f0172b97d402248660aae9e3574e2ab213e9ce1"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Arm/Network.fs: FileTooLong \u2014 899 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/Network.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"119b674c8f19413486412e0bb9663f18aaecd47418a2e8b4541c922026d1c325"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: StorageAccountBuilder: 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":"src/Farmer/Builders/Builders.Storage.fs"},"region":{"startLine":245}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9630d66d12b468b8b3c011723c1d79778ac17128450b3c170a8c63ac87176e7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Farmer/IdentityExtensions.fs: FileTooLong \u2014 768 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/IdentityExtensions.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4dbe14526d6a1f0ef12b34363aa84eef53d4836c7746d67505245a3f3176feb8"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.Dns.fs: FileTooLong \u2014 745 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.Dns.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1e86d19d42f3e1a880e7db9973cb40bae1be859142bd883610a804c9e024c99"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Arm/ApplicationGateway.fs: FileTooLong \u2014 724 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/ApplicationGateway.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b28bfa1d8867fa7b662cb0c3ae87ecf221452caf149eb1d8d296a73b527681fc"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: AksBuilder: 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":"src/Farmer/Builders/Builders.ContainerService.fs"},"region":{"startLine":485}}}],"partialFingerprints":{"codehealthFindingId/v1":"518acd04956189b7c973dd989f46dda16d5c380c3675dad784567ec40fd40e65"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ContainerGroupBuilder: TooManyMethods \u2014 41 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/Farmer/Builders/Builders.ContainerGroups.fs"},"region":{"startLine":280}}}],"partialFingerprints":{"codehealthFindingId/v1":"57effec11230d4bd3fd28033f742e1cdb983d95b55b91d9aa290c59d2850cd56"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.KeyVault.fs: FileTooLong \u2014 666 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.KeyVault.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1fdd3d0265139873be9cc2bf27c9897ea28265aa5b71b9c4e821d45cb727e83"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.ContainerGroups.fs: FileTooLong \u2014 651 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.ContainerGroups.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"25fbb4fdf7b1c250cb45e58891b18b21ed308de0cad420578ab8375d496650b7"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.ContainerService.fs: FileTooLong \u2014 634 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.ContainerService.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e00e9d74207d2254bcf2a994d292e16902e1c276ddd7f433dc6937774450ab5f"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: KeyVaultBuilder: 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":"src/Farmer/Builders/Builders.KeyVault.fs"},"region":{"startLine":426}}}],"partialFingerprints":{"codehealthFindingId/v1":"00ff3da8abdb56d6f554b4ba85956e01738ec67f2e46926132f00b139995b19d"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.VmScaleSet.fs: FileTooLong \u2014 630 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.VmScaleSet.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"96f2d35121590ca08c7f0a404351740283dbc52dcf86f02c3bd5d88999553d08"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SubnetBuilder: TooManyMethods \u2014 37 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.VirtualNetwork.fs"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"03e4b0673113e0dabfefd183a3b1f2b0b12c64aaa8c069590f395d45edb3068e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.ApplicationGateway.fs: FileTooLong \u2014 612 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.ApplicationGateway.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"94a0d72de61965d05b49701f6e3b81d3d5cbda315d8956b4255bca1f3381b31e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.ContainerApps.fs: FileTooLong \u2014 608 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.ContainerApps.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b994a52f2d87e3c399dc39d7fff4882361f5be0439a0012b14b36646a60e037a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: VirtualMachineScaleSetBuilder: 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/Farmer/Builders/Builders.VmScaleSet.fs"},"region":{"startLine":358}}}],"partialFingerprints":{"codehealthFindingId/v1":"7606c91fc0a89b3b01650633fdfa29a74eb77c2d23bf60a7406e1181bf7c6270"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: WebAppBuilder: 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/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":897}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5b04692306e3938ec7b80c39fb692006e92dad9a88c1ede8cfe27c020d3a879"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Farmer/DiagnosticLogCategories.fs: FileTooLong \u2014 582 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/DiagnosticLogCategories.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4b56ec96b785ad5e4a42475a487a0a776d34990bba007fe7e060ccb3bc2db85d"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.VirtualNetwork.fs: FileTooLong \u2014 576 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.VirtualNetwork.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f80b0745c0896603064da69eb94d0a0d65f1ff1a7737f8e1c41db5715263801e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ContainerAppBuilder: 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":"src/Farmer/Builders/Builders.ContainerApps.fs"},"region":{"startLine":287}}}],"partialFingerprints":{"codehealthFindingId/v1":"cb417f2a20896d4ca860959e72144736dae0736b8938cccadad5992a56739f4c"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.Gallery.fs: FileTooLong \u2014 561 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.Gallery.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8f6acc9d6a09bc0b928d7697ee76ccad92e172996ca7fae9a811e4e136aec79"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Builders/Builders.Storage.fs: FileTooLong \u2014 548 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.Storage.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e1f16c71436e21ec8fe4447e9ad5bfcab14e432f7fb8373b00738a12c802b5a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Arm/Web.fs: FileTooLong \u2014 517 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/Web.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5827bf0d33654c032f68e07c812701cb4d84a8140e2171959f6fc1d12e6820cd"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SecurityRuleBuilder: 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/Farmer/Builders/Builders.NetworkSecurityGroup.fs"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"49eb66166d276f3bf35632d744490771a16409096275d9d7ae021efc112d6d0c"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Arm/App.fs: FileTooLong \u2014 503 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/App.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"996f6add1368a659c2c64d717d05f40bdbbe7f5f982a809ef8b14cc056730f4a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/Farmer/Builders/Builders.Storage.fs:585-606 | src/Farmer/Builders/Builders.Storage.fs:615-635 \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/Farmer/Builders/Builders.Storage.fs:585\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/Farmer/Builders/Builders.Storage.fs"},"region":{"startLine":585}}}],"partialFingerprints":{"codehealthFindingId/v1":"32f01914610f29a820bc8fc0a8da8abea06f5463b02269f5eb9b728dcc9095f7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): src/Farmer/Arm/Compute.fs:455-472 | src/Farmer/Arm/Compute.fs:487-504 \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/Farmer/Arm/Compute.fs:455\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/Farmer/Arm/Compute.fs"},"region":{"startLine":455}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3a12599b4a8a5358341aa61ee042d50cb4f4585c3eef95453f6dd9c448bf098"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): src/Farmer/DiagnosticLogCategories.fs:434-450 | src/Farmer/DiagnosticLogCategories.fs:468-484 \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/Farmer/DiagnosticLogCategories.fs"},"region":{"startLine":434}}}],"partialFingerprints":{"codehealthFindingId/v1":"4f840abdf97f4843473447608dc94a5a1f882da72f0841badccc1940516bbc25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 3): src/Farmer/Arm/ContainerInstance.fs:301-316 | src/Farmer/Arm/ContainerInstance.fs:347-362 | src/Farmer/Arm/DeploymentScript.fs:85-100 \u2014 there are 3 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 3 sites; resolving a subset leaves the remainder to drift apart. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Farmer/Arm/ContainerInstance.fs:301\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/Farmer/Arm/ContainerInstance.fs"},"region":{"startLine":301}}}],"partialFingerprints":{"codehealthFindingId/v1":"3993ed9e8810622e4aa08b1e9c90fd2287a9dd35df0daa5e87958d4d640ff46b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/Farmer/Arm/ContainerService.fs:279-294 | src/Farmer/Builders/Builders.ContainerService.fs:14-29 \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/Farmer/Arm/ContainerService.fs"},"region":{"startLine":279}}}],"partialFingerprints":{"codehealthFindingId/v1":"55e93b202c82b1c1ebb5dae36e82335b139ec35766a3ef398b735e550c6e7cc0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/Farmer/Arm/Gallery.fs:344-359 | src/Farmer/Builders/Builders.Gallery.fs:524-539 \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 \u0060src/Farmer/Arm/Gallery.fs:344\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/Farmer/Arm/Gallery.fs"},"region":{"startLine":344}}}],"partialFingerprints":{"codehealthFindingId/v1":"56b4b878ee329349f1ecd77218f5da071fac3e6a44966a645118514a2a42f88d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/Farmer/Builders/Builders.WebApp.fs:496-511 | src/Farmer/Builders/Builders.Functions.fs:178-193 \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/Farmer/Builders/Builders.WebApp.fs:496\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/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":496}}}],"partialFingerprints":{"codehealthFindingId/v1":"027e671e45ed40059d612d9fab860a81b145ef5b6f4d69eb666f8d07326f4d9c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/Farmer/Builders/Builders.WebApp.fs:746-760 | src/Farmer/Builders/Builders.Functions.fs:409-423 \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/Farmer/Builders/Builders.WebApp.fs:746\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/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":746}}}],"partialFingerprints":{"codehealthFindingId/v1":"66834b21b5590fdda23f95f9bf509f5986f36dee3c3f15a8f3ec83ce7f4cae38"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/Farmer/Builders/Builders.DnsResolver.fs:15-28 | src/Farmer/Builders/Builders.DnsResolver.fs:47-60 \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/Farmer/Builders/Builders.DnsResolver.fs:15\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/Farmer/Builders/Builders.DnsResolver.fs"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"87145dad1afac19be8c663344363df5ee0ab743b71887adfb0efb80c90a5a7ee"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/Farmer/Builders/Builders.Gallery.fs:389-402 | src/Farmer/Builders/Builders.Gallery.fs:565-578 \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/Farmer/Builders/Builders.Gallery.fs:389\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/Farmer/Builders/Builders.Gallery.fs"},"region":{"startLine":389}}}],"partialFingerprints":{"codehealthFindingId/v1":"c973e9e0afe9f57f6c2f99f6cce832efb4f167af73847ba39511ebb5c88036b0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/Farmer/Builders/Builders.LoadBalancer.fs:64-77 | src/Farmer/Builders/Builders.ApplicationGateway.fs:100-113 \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/Farmer/Builders/Builders.LoadBalancer.fs:64\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/Farmer/Builders/Builders.LoadBalancer.fs"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"a727253791fb5384809c302e0675a696655baaacc08c0b342a08325bb69927c8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/Farmer/Arm/Dns.fs:337-349 | src/Farmer/Arm/Dns.fs:383-395 \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/Farmer/Arm/Dns.fs:337\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/Farmer/Arm/Dns.fs"},"region":{"startLine":337}}}],"partialFingerprints":{"codehealthFindingId/v1":"355c19cc31e6bdd94768a0ab70bbef9df26602ae1315679489b010952fca4c98"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Farmer/Builders/Builders.WebApp.fs:458-469 | src/Farmer/Builders/Builders.Functions.fs:143-154 \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/Farmer/Builders/Builders.WebApp.fs:458\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/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":458}}}],"partialFingerprints":{"codehealthFindingId/v1":"875ed727449f4082ecaa7f04bb2a2080b3328172f0fe845eced6f34a461baa7e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/Farmer/Builders/Builders.WebApp.fs:577-588 | src/Farmer/Builders/Builders.Functions.fs:247-258 \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/Farmer/Builders/Builders.WebApp.fs:577\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/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":577}}}],"partialFingerprints":{"codehealthFindingId/v1":"29774b3e2262e1914bde6035bbf87ebfda4299266184c0c1cee0f1452124a077"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Farmer/Arm/Compute.fs:76-86 | src/Farmer/Arm/Compute.fs:107-117 \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/Farmer/Arm/Compute.fs:76\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/Farmer/Arm/Compute.fs"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c9319e1745680b4b93adc49fbd765a44d2b72c5ab9d1daaaa85ac669c94cd8e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Farmer/Arm/Compute.fs:637-647 | src/Farmer/Arm/Compute.fs:851-861 \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/Farmer/Arm/Compute.fs:637\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/Farmer/Arm/Compute.fs"},"region":{"startLine":637}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb57bb703a7e15a3219c8d4a85021c01d36c0ac91eac0a21a3e78fa631b34d0f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Farmer/Arm/NetworkManager.fs:201-211 | src/Farmer/Arm/NetworkManager.fs:231-241 \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/Farmer/Arm/NetworkManager.fs:201\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/Farmer/Arm/NetworkManager.fs"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"3170de45f94a4b0b14a8667785003e21571f1f33d762c7e897c571c7d622ebe8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/Farmer/Builders/Builders.WebApp.fs:475-486 | src/Farmer/Builders/Builders.Functions.fs:159-169 \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/Farmer/Builders/Builders.WebApp.fs:475\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":"src/Farmer/Builders/Builders.WebApp.fs"},"region":{"startLine":475}}}],"partialFingerprints":{"codehealthFindingId/v1":"1dbbb94e73d347669446ef29a5e3b4d0e5bee03a4b4ce4f410adb2a3d86ac57e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/Farmer/Arm/DataLakeStore.fs:13-22 | src/Farmer/Arm/Maps.fs:12-21 \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/Farmer/Arm/DataLakeStore.fs:13\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/Farmer/Arm/DataLakeStore.fs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"e389bf338bc32b6c3580588873a691300ae7921d30f3e2cee99a021664de0c3c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Farmer/Arm/CognitiveServices.fs:13-21 | src/Farmer/Arm/DataLakeStore.fs:14-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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/Farmer/Arm/CognitiveServices.fs:13\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":"src/Farmer/Arm/CognitiveServices.fs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"85232e047a498dccf3144af224cfbc1632763d3b70bdd2b48df283ac564078dd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Farmer/Arm/Compute.fs:661-669 | src/Farmer/Arm/Compute.fs:874-882 \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/Farmer/Arm/Compute.fs:661\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/Farmer/Arm/Compute.fs"},"region":{"startLine":661}}}],"partialFingerprints":{"codehealthFindingId/v1":"55086125f1584a510242432fd52219e19b67f3bdbec638678acc5103288082a5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Farmer/Arm/KeyVault.fs:198-206 | src/Farmer/Arm/KeyVault.fs:259-267 \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/Farmer/Arm/KeyVault.fs:198\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/Farmer/Arm/KeyVault.fs"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"59fa9f0ae351e85baf12aacd1849a8bbcd25b09d22f0af5c16586382fafe7484"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Farmer/Arm/LoadBalancer.fs:77-85 | src/Farmer/Arm/ApplicationGateway.fs:457-465 \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/Farmer/Arm/LoadBalancer.fs:77\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/Farmer/Arm/LoadBalancer.fs"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c204ad1af52e5f3dd65da45e3afca8be933c7b6345c2871f5b04973f54829e8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/Farmer/Builders/Builders.NetworkInterface.fs:57-66 | src/Farmer/Builders/Builders.NetworkInterface.fs:106-114 \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/Farmer/Builders/Builders.NetworkInterface.fs:57\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":"src/Farmer/Builders/Builders.NetworkInterface.fs"},"region":{"startLine":57}}}],"partialFingerprints":{"codehealthFindingId/v1":"d472afe4f2bcea156f1d8a286daccc677e048417a4794e96a546f6446d6b1df3"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Result.fs: 11.5% line coverage (7/61)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Result.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"da41e261c68b1916a25dfc2790ed2d9c93262ca8760e36dc02a97c52639d6b08"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Aliases.fs: 22.2% line coverage (2/9)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Aliases.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7cb5d597db62f7f0b1b0d2fa6f058924167f38b7b969e5a69b2bf41133536e90"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.TrafficManager.fs: 46.9% line coverage (75/160)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.TrafficManager.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"32bfe9f2661c05c103f75009741dd64e47aebcef39065d611eede9e46b1786eb"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.Search.fs: 0.0% line coverage (0/40)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.Search.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf6cb2700272e213b98445c403ce65ea3c2e6a31ddaf75f30bbca1d1ff963676"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.Redis.fs: 0.0% line coverage (0/75)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.Redis.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ef33758df7d4a24ba29ae00f79bf1a8f978af9b617e9843a410160e1b638e94"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.ImageTemplate.fs: 40.5% line coverage (124/306)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.ImageTemplate.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"cafa2ab004601958181223c549cbf4bf1a6786395bfe4d9debca17f4e5d64225"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.DataLake.fs: 0.0% line coverage (0/25)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.DataLake.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"57d2de29df672af0304ace8b818bb7483a567a223de37abeb19e9e4ccc6f70ba"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Builders.Cdn.fs: 47.5% line coverage (172/362)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Builders/Builders.Cdn.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8902e7e3cbfebb926778d7ef0edf87e6576eab99a124e72071590b46385dbbff"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: DeploymentScript.fs: 17.0% line coverage (9/53)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Arm/DeploymentScript.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"acff2097e94324627940e2de4615e190827600a705ef18d9fc776110d0a873a2"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Search.fs: 0.0% line coverage (0/14)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Arm/Search.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"91e818c2b487623be81ad166afbde63f1663a940c31e24c9716f5b64fa85caad"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: ImageTemplate.fs: 43.3% line coverage (68/157)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Arm/ImageTemplate.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a31eb7a0f06890a45421e7229c3ae7f311c94b5a0139f69f3137c7f060dd1e9a"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: DataLakeStore.fs: 0.0% line coverage (0/3)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Arm/DataLakeStore.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e84948c9db42e23c3ed5319c4d069efd4066e6499be0997d02e2672072f3314a"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Cache.fs: 0.0% line coverage (0/13)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Arm/Cache.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a169e9a79d285a63b2b013edbc1bb265087c8d27ecb97553878d8f921aab6c9e"}},{"ruleId":"D8","level":"warning","message":{"text":"Low coverage: Deploy.fs: 0.0% line coverage (0/245)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Deploy.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"54400e6f19b64be3850730969068c52f0d2ed98521bda6568904e4f3f4d16827"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: System.Text.Json: System.Text.Json 5.0.0 \u2014 Other,Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8a6a65526e46fb8d8813441732af55aa62711bac9f9735a45701166739cfdf08"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Cdn: Microsoft.Azure.Management.Cdn 6.1.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Cdn\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"471cc39b1e97347ca5cc1608057d4eb41b5fb970eee3402609c96de2aa8e471e"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.CognitiveServices: Microsoft.Azure.Management.CognitiveServices 7.0.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.CognitiveServices\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f1619bac74a9fcd7dcf8913679934d9a51d1c094f4a1fcac7948ef291f21cf28"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Compute: Microsoft.Azure.Management.Compute 35.2.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Compute\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"978ab37cadc727a92ee6a511df84269f5aa0c7dbb85321c753cb773fcd46b3b8"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.ContainerInstance: Microsoft.Azure.Management.ContainerInstance 7.0.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.ContainerInstance\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"25c03e93cc27a08213fd54af4a429e66d59a91f5a820db907abcf04881743a10"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.ContainerService: Microsoft.Azure.Management.ContainerService 1.1.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.ContainerService\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8be393e194158b5fdb8c877282d44c96c80694f6d9022829a630d0e38370379e"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.DeviceProvisioningServices: Microsoft.Azure.Management.DeviceProvisioningServices 1.0.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.DeviceProvisioningServices\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"cca848c9b17fdc05c522aacfca91370953ed31d21c70b69169b31a209f2b6d2f"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Dns: Microsoft.Azure.Management.Dns 3.0.1 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Dns\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8d2d2a592099e8936f18ee4b37cb6533f390cb0fddfb517e3b482e64718d9a7a"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.IotHub: Microsoft.Azure.Management.IotHub 2.10.0-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.IotHub\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"12df1b422f33dd91e2f7498b26b46cb8ae87d424f31fbf28717784a8aaed94f0"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Logic: Microsoft.Azure.Management.Logic 4.1.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Logic\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"2899ef4ced6a3338fc042e642561b3a70d774a39907ad02fe8fb9d0859a8094e"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Maps: Microsoft.Azure.Management.Maps 1.0.2 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Maps\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"42a390eb935840756f48a1e87761c0118feab1f6ece18dd2e7bb30f7327ffd6f"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Monitor: Microsoft.Azure.Management.Monitor 0.25.3-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Monitor\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3c5d9edbccbdb75e618b0f3c03c06735513c6eb01314faca0c1f2fd11f5ccdb5"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Network: Microsoft.Azure.Management.Network 19.20.0-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Network\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"904ee140b358ac5fd1a015bdf859050f494dfe98453b30259b34818889e4f23c"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.OperationalInsights: Microsoft.Azure.Management.OperationalInsights 0.21.0-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.OperationalInsights\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b8a460fa91918cba8fbabe27b2b778248478d7ac1f5e351466306200aae8b107"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.ResourceManager: Microsoft.Azure.Management.ResourceManager 3.10.1-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3859429898db3a02c7f1afc321980dff9b88158f7bb4eeac8edc011a552c3d55"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.ServiceBus: Microsoft.Azure.Management.ServiceBus 5.0.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.ServiceBus\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"e5df92360fa91ae752472ab581e3cdc79c280a75fdbd7d542c2e80d5f1c0963b"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.SignalR: Microsoft.Azure.Management.SignalR 1.0.1 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.SignalR\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ba4f544333860c62809a7e691f05b83df8512ce571c8f78883853a8638f13849"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Sql: Microsoft.Azure.Management.Sql 1.43.0-preview \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Sql\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f389a7bd7a713a65ba80d5649b1003bf93b7c63b2e3d7c545bcc64f7edb030c3"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.Storage: Microsoft.Azure.Management.Storage 21.0.0 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.Storage\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a5970433d2f32cf48f89b444cbe300b0971996ed74e45f1d35f3a0563777daae"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.TrafficManager: Microsoft.Azure.Management.TrafficManager 2.5.3 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.TrafficManager\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"85d0d27ee6936cd18e70574f1276b417852903d0dd0ad3bbc8a65afea3fa35ff"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Azure.Management.WebSites: Microsoft.Azure.Management.WebSites 3.1.1 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.ResourceManager.AppService\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"500e91b761bb480880d7342198a1a512c948c74d2e4b394834b0e8563c240ea3"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.Rest.ClientRuntime: Microsoft.Rest.ClientRuntime 2.3.24 \u2014 Legacy \u2014 the publisher\u0027s replacement is \u0060Azure.Core\u0060; migrate the reference to it."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"5a42f58101586268bfeb1f3e7e5e04c948f651f0b0e9fc1eb2a4be9cc0bae9fd"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.IotHub: Microsoft.Azure.Management.IotHub resolves to 2.10.0-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"28dc4571dd1d073364ff0ea1978beb5b9048c0911371d67e7d6d957d24ce8e3e"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.Monitor: Microsoft.Azure.Management.Monitor resolves to 0.25.3-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"dc0296b611c09b1e12c446b438f0b53951a3d2e0e482c3df8b6f5f5ec452d5f4"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.Network: Microsoft.Azure.Management.Network resolves to 19.20.0-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a6a4615cf5ba1028f777c19f6cded117945753a0bda22f8cddc4877a51ed2d37"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.OperationalInsights: Microsoft.Azure.Management.OperationalInsights resolves to 0.21.0-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"2ccd015fddc6efbd880b1de06a42c7e8c7f1a3c2fa45a8423539c40e4123d8e3"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.ResourceManager: Microsoft.Azure.Management.ResourceManager resolves to 3.10.1-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f26146cb3e43697be7b4e9faf08d1e5aee9921aa0516c0228485b51934020244"}},{"ruleId":"D12","level":"warning","message":{"text":"Prerelease dependency: Microsoft.Azure.Management.Sql: Microsoft.Azure.Management.Sql resolves to 1.43.0-preview, a prerelease build. Prerelease packages carry no support policy, may change breaking between previews and can be unlisted \u2014 pin a stable release before shipping, or record the reason this preview is required."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d3a76ecc5700e9cdd6238c5e7093da23de4249ffd6736806572dfbb8cde1956c"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 4 significant file(s) lose their only recent owner: src/Farmer/Builders/Builders.AzureMonitor.fs, src/Farmer/Builders/Builders.AlertsManagement.fs, src/Farmer/Arm/Monitor.fs, src/Farmer/Arm/AlertsManagement.fs. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d04248f06a717e15f5a34e029f7c381e557b71dceea68a7de900490a9a81ce69"}},{"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 (8 single-owned of 108 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (2 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":"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":"05829572212ac6dd5a796aed4058439d2d430dfabe1923750479c1651eff2083"},"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":"2df61d06066885619e1c58d604b3f2a88113480fba9c48935c057014820ac3e4"},"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":"19e2a6d1eaa09b5c7947b1a188410171b29e4380bc0dd3c2bde1b1147f111732"},"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":"D30","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":"16d48e5302131f7ebde30ff2e095c3b0fb025032e17121340982a59073759875"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 59 of 108 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 59 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/IdentityExtensions.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"466351406d19ff88e3c77fca942874144f3e5ea512d690ed715bcf227e2edac5"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Builders/Builders.ContainerGroups.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"deef5ab28448f85d0dbacc4f88140b2a3f72aa72437b94de2e8c02225d34dc5b"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Farmer/Arm/ApplicationGateway.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d945bbbd1253edc586d3335fee620210f9a69c09a7ca2915558dbe03ff73eac0"}},{"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":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9658270ba49f37ed04e99ab1263b6393cd42aed8bdfb7aafd9fa1070f5491895"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-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":9,"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."]}]}