{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D5","name":"Coupling","shortDescription":{"text":"Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D5"},{"id":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D9","name":"Test Distribution","shortDescription":{"text":"Test Distribution"},"helpUri":"https://codehealth.canine.dev/dimensions/D9"},{"id":"D10","name":"Test Quality","shortDescription":{"text":"Test Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D10"},{"id":"D11","name":"Test Reliability","shortDescription":{"text":"Test Reliability"},"helpUri":"https://codehealth.canine.dev/dimensions/D11"},{"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":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D17","name":"Explicit Debt","shortDescription":{"text":"Explicit Debt"},"helpUri":"https://codehealth.canine.dev/dimensions/D17"},{"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":"D22","name":"Internal API Consistency","shortDescription":{"text":"Internal API Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D22"},{"id":"D24","name":"Comment Value","shortDescription":{"text":"Comment Value"},"helpUri":"https://codehealth.canine.dev/dimensions/D24"},{"id":"D26","name":"Project Cohesion","shortDescription":{"text":"Project Cohesion"},"helpUri":"https://codehealth.canine.dev/dimensions/D26"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:780-800 | src/MBrace.CSharp/Cloud.cs:869-889 \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/MBrace.CSharp/Cloud.cs:780\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":780}}}],"partialFingerprints":{"codehealthFindingId/v1":"233e61d574f46892d7d1242a11f111458a32468a3ef327a6476963ffda677604"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:957-979 | src/MBrace.CSharp/Cloud.cs:1042-1062 \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/MBrace.CSharp/Cloud.cs:957\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":957}}}],"partialFingerprints":{"codehealthFindingId/v1":"41809b52e18600939f7c9a87f976065027b7f6e0c3100ddb272dadf48d294a83"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:833-848 | src/MBrace.CSharp/Cloud.cs:922-937 \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/MBrace.CSharp/Cloud.cs:833\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":833}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8b0f69928323b24cbc0bf5c5dbffec6358d6a13aa7305bf8a7e9c0021940818"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 5): src/MBrace.CSharp/CloudFlow.cs:340-354 | src/MBrace.CSharp/CloudFlow.cs:356-370 | src/MBrace.CSharp/CloudFlow.cs:372-386 | src/MBrace.CSharp/CloudFlow.cs:388-402 | src/MBrace.CSharp/CloudFlow.cs:404-420 \u2014 all 5 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/MBrace.CSharp/CloudFlow.cs:340\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/MBrace.CSharp/CloudFlow.cs"},"region":{"startLine":340}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb73f8366fe7a94088a2adcc3a172149144eb8361c734037c94d2f7fbb263c56"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:817-831 | src/MBrace.CSharp/Cloud.cs:906-920 \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/MBrace.CSharp/Cloud.cs:817\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":817}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fe38aa125f48497cc92c29ddf26b6208484fed66b0f0313419eb43d183e1ec4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:996-1010 | src/MBrace.CSharp/Cloud.cs:1093-1107 \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/MBrace.CSharp/Cloud.cs:996\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":996}}}],"partialFingerprints":{"codehealthFindingId/v1":"280ba284ad6da4a21dab5a8d96b3dd49a8b8b5666b1b9d2be7f7dd5ea4bd3561"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:981-994 | src/MBrace.CSharp/Cloud.cs:1078-1091 \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/MBrace.CSharp/Cloud.cs:981\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":981}}}],"partialFingerprints":{"codehealthFindingId/v1":"0f08c12dd3cc8a13b91d39ced87edc00a667ead3b6caf06aca5650c14a86a114"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:850-862 | src/MBrace.CSharp/Cloud.cs:939-950 \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/MBrace.CSharp/Cloud.cs:850\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":850}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee1d70508179767f261b36c7e1fc12ad25eb7903c60e72c131706eef00d85190"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:508-519 | src/MBrace.CSharp/Cloud.cs:578-588 \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/MBrace.CSharp/Cloud.cs:508\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":508}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a392922f0d8331a9323a9e27a0c151fa129c51d64ed503170556171ebc4d179"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:1012-1022 | src/MBrace.CSharp/Cloud.cs:1109-1119 \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/MBrace.CSharp/Cloud.cs:1012\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":1012}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3cb4130f44c0516d7184286069dea0fd62d7b14b288df91806f6f1a0e04be77"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/MBrace.CSharp/Cloud.cs:632-641 | src/MBrace.CSharp/Cloud.cs:697-706 \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/MBrace.CSharp/Cloud.cs:632\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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":632}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed2ee51cd8bf09fd91ae61a7e7796dff17e093c43581ed04e2daf070e6ee631a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs:88-96 | src/MBrace.Runtime/Runtime/Combinators.fs:65-75 \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. 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/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed97497499b23ea8bafc83503121efe58e6b7e4fcc8c35fa95d3a9c62157bce6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs:141-149 | src/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs:208-216 \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/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f0a1e96b8c107e7eef7f6c32b138ffd3017a91edf6ca1e0772125289b806dd6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs:76-84 | src/MBrace.Runtime/Runtime/Combinators.fs:53-60 \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. 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/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef4dfe7182189f0af9831b3b7cc4444bf1092c9e88ee5037cb20bd7796b5f04d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs:170-177 | src/MBrace.Runtime/Runtime/Combinators.fs:191-198 \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. 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/MBrace.Runtime/Runtime/ThreadPool/ThreadPoolCombinators.fs"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c8ddbaebf70c28439f7bfe63e514a1e38da197af3882a0497f63eeadc1d8c43"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/MBrace.Runtime/Runtime/WorkItemEvaluator.fs:69-76 | src/MBrace.Runtime/Runtime/WorkItemEvaluator.fs:93-99 \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/MBrace.Runtime/Runtime/WorkItemEvaluator.fs"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"db735831e52a3940821dd7c6aeddc802daa43db9940ab110ecdfa24d141430c5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/MBrace.Thespian/Primitives/CloudAtom.fs:87-92 | src/MBrace.Thespian/Primitives/CloudDictionary.fs:107-112 \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/MBrace.Thespian/Primitives/CloudAtom.fs:87\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/MBrace.Thespian/Primitives/CloudAtom.fs"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ca35b54b1ca4293f6295d4d16f7d87bf9d2530d0d84826917f411eb41cdec2c"}},{"ruleId":"D8","level":"warning","message":{"text":"Coverage not measured: The test suite couldn\u0027t be built/run in-image and no coverage report is committed, so line coverage was not measured \u2014 and it is EXCLUDED from the score rather than scored on a LoC-ratio proxy. No coverage collector was found in your CI either, so there is no existing report to hand us: add a coverage collector to your test run and commit (or publish) its Cobertura/OpenCover/lcov output anywhere in the repo, or make the suite runnable in-image, and real coverage will be measured."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"62e63e619c28f057e129f2997c965d32a457366a9ce18ca019ffb6bdfba85c99"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: OfArray_ToArray: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"efbaa8b967028701067a806ff9f829823adb5ffd162010cf1cf961181045a85a"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Select: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"66b9a859983bd65be134a3edc1b4b7af371139b9bfe91e90582d01f971672fc1"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Where: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"32e1017ad669b6523df3eac322cb6a6123c2516fad9e1073fd995f39819d2094"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: SelectMany: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"a8d6b62244bf5c6c90e43a516c061a5a22e6af3a421fa3a9dfdaab1d83ff6f02"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Count: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"af64a6be80e9e1fc193d688f80dc6cfa3a67956843073a45949c282613963c80"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Sum: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1be56b2c1023f46a39f034e3a0312d08963b0a12871a3c173f365f29ef42d67"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Average: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"921d93ed0408f2f51906f58330d581429b8b50f1398f1811d21e28669637338e"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Take: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":111}}}],"partialFingerprints":{"codehealthFindingId/v1":"f94673cc77be56b8741bee64d5418367702e4673970f63530ca5b86c20445690"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: OrderBy: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":124}}}],"partialFingerprints":{"codehealthFindingId/v1":"76e9999c68aa4373aedf86b6f4e444ea1f174cf8d77f1e2912efdcdc0169e68b"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: OrderByDescending: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":137}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb39524c99cdb02e969e5741c074c95b7f39156da74c7335fdbc185675fb3b1c"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Distinct: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"a887773018fd8a3cba6dc3a6a1c78dd866cd1b6e5a662a8409daef18558663ef"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: CountBy: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":161}}}],"partialFingerprints":{"codehealthFindingId/v1":"173d689a055326c6c331c0fdda3941f6677072385ca671e0714a2f3c9c9f7ac3"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: GroupBy: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":172}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e029e0f3412e93b0529158ba86b8112ffdff0d9a2ffd0a2ed71e87243d3eb95"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Aggregate: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"628391133037096a046fbe08b934785aca82bf1fabef36ce2cb006d7dac408d5"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: AggregateBy: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":200}}}],"partialFingerprints":{"codehealthFindingId/v1":"03ef1748d28a21286fac1ded2ded091935b8c8f97165d37b11597b1b75293e16"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Cache: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudFlowTests.cs"},"region":{"startLine":217}}}],"partialFingerprints":{"codehealthFindingId/v1":"69976f9f5173207f18f4301cac696914a56497025b7397842cc5e8c9535813bf"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: Simple_Parallel_Workflow: No conventional assertion call was detected, and 17 of 29 tests in \u0060MBrace.CSharp.Tests\u0060 read the same way \u2014 so this is treated as that project\u0027s convention rather than a broken test, and it does not drag the score. Two things look like this: verification that happens indirectly (an approval/verifier harness or BDD step methods), or a project of runnable samples compiled as tests, where a run that does not throw is the only check. If it is the latter, these methods genuinely verify nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/MBrace.CSharp.Tests/CloudTests.cs"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1f6da93caa42236d4d9db83ad96693589b0a2ddc9fb4462ff9d8907129dd100"}},{"ruleId":"D11","level":"warning","message":{"text":"Test reliability not measured \u2014 no test run produced results: Test reliability NOT MEASURED: the test run produced no results for any test tier, so no test ever ran and flakiness could not be exercised. The cause could not be attributed, so it is excluded from the score rather than read as an absence of tests."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"7d83a505f7fa19aeeece76141ae1e468d77e2a3fea2e88604b8140ebad47a6fe"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: Newtonsoft.Json: Newtonsoft.Json 12.0.3 \u2014 High severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a744b9e0ad51e96aba7d74c7496514513b657cdf1ac401bbc56d2579f0010543"}},{"ruleId":"D12","level":"error","message":{"text":"Vulnerable: System.Drawing.Common: System.Drawing.Common 4.7.0 \u2014 Critical severity. https://github.com/advisories/[GHSA redacted]"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f069cad3143b529079c327da36934c16176e4850427eb76a8e4c1b5b9e6663dd"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: Microsoft.DotNet.InternalAbstractions: Microsoft.DotNet.InternalAbstractions 1.0.0 \u2014 Other,Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"e6cf53c257b0604ceccc95b753db3b397ce2339213ae94f82390e3d7c5f169c4"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: NuGet.Frameworks: NuGet.Frameworks 5.4.0 \u2014 Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"9747db027d66f2a257a56dbe1c1e65a33a7837f9b6f444e9122a127e3da2200e"}},{"ruleId":"D12","level":"warning","message":{"text":"Deprecated: System.Collections.Immutable: System.Collections.Immutable 1.7.0 \u2014 Legacy"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b7533073f76cabe3491fd926079b31d10343d3ff6ac7f74e45cafb70c2677014"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: Every one of the 99 significant source file(s) was last meaningfully changed so long ago that no living knowledge remains, so there is no concentration to measure \u2014 the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1603 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".paket/Paket.Restore.targets"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"59f6c2505f066c049c18a4499fb862dfd372c25e50d9f1725e079df20f334ad7"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1604 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".paket/Paket.Restore.targets"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"59091c4146ec9fa6aaa4c92cb417675cfb8663f977efb1b53fc10f2a91d774f8"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1605 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".paket/Paket.Restore.targets"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f1121bf3dc5b96cd20d65d4be3da1be42037d5427d4bbe9180ea35218b03c93"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: NU1608 \u2014 this warning is switched off for the WHOLE project, in every file it builds, including code written years from now: nothing at the call site records that the rule was ever silenced, so the next reader has no reason to look here. Fix what the rule is reporting and drop the code from the list, or \u2014 if some occurrences really are legitimate \u2014 narrow the suppression to those sites and give each one its reason, so the rule keeps protecting the rest of the project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":".paket/Paket.Restore.targets"},"region":{"startLine":122}}}],"partialFingerprints":{"codehealthFindingId/v1":"48ed8a0db436420d48eedfa14c3c51dee16759e67b7716cfac3c2378ebcc4293"}},{"ruleId":"D22","level":"warning","message":{"text":"Redundant overloads for the same operation: Keep only the params array version or the IEnumerable version, but not both, to reduce API surface. (signatures: CloudBuilder.Choice\u003CT\u003E(IEnumerable\u003CCloud\u003CT\u003E\u003E children) | CloudBuilder.Choice\u003CT\u003E(params Cloud\u003CT\u003E[] children))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"44d00c8b8251c72400250386ffa5fcf1534d81e3e2e7f8e35ec820c04ffe89b2"}},{"ruleId":"D22","level":"warning","message":{"text":"Redundant overloads for the same operation: Keep only the params array version or the IEnumerable version, but not both. (signatures: CloudBuilder.Choice\u003CT\u003E(params Cloud\u003CFSharpOption\u003CT\u003E\u003E[] children) | CloudBuilder.Choice\u003CT\u003E(IEnumerable\u003CCloud\u003CFSharpOption\u003CT\u003E\u003E\u003E children))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"63b21493dc02eed6e7f17cc9afd4ee9d4d57f67e6329bf9908d99d1dcd9e02f9"}},{"ruleId":"D22","level":"warning","message":{"text":"Redundant overloads for the same operation: Keep only the params array version or the IEnumerable version, but not both. (signatures: CloudBuilder.LocalChoice\u003CT\u003E(params LocalCloud\u003CFSharpOption\u003CT\u003E\u003E[] children) | CloudBuilder.LocalChoice\u003CT\u003E(IEnumerable\u003CLocalCloud\u003CFSharpOption\u003CT\u003E\u003E\u003E children))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"eaf56afcc7d5f7a03b63bb8530f2b269ac806c295ec902c2663b56c670ad0518"}},{"ruleId":"D22","level":"warning","message":{"text":"Redundant overloads for the same operation: Keep only the params array version or the IEnumerable version, but not both. (signatures: CloudBuilder.LocalChoice\u003CT\u003E(params LocalCloud\u003CT\u003E[] children) | CloudBuilder.LocalChoice\u003CT\u003E(IEnumerable\u003CLocalCloud\u003CT\u003E\u003E children))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1bc3bcc40c8f37cf1939fae971fc6eaf7bb0d4e795bb4de13cbf2454adc02698"}},{"ruleId":"D22","level":"warning","message":{"text":"Redundant overloads for the same operation: Keep only the params array version or the IEnumerable version, but not both. (signatures: CloudBuilder.Parallel\u003CT\u003E(params Cloud\u003CT\u003E[] children) | CloudBuilder.Parallel\u003CT\u003E(IEnumerable\u003CCloud\u003CT\u003E\u003E children))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c506f6ce6741f2e5264d3043ff0345755f3ba226e663f998c39692a5570d45e1"}},{"ruleId":"D22","level":"warning","message":{"text":"Duplicate intent: creating an \u0027Some\u0027 option from a value: Consolidate into a single static method, likely \u0060Option.Some\u0060 or \u0060FSharpExtensions.ToOption\u0060, to avoid confusion about which to use. (signatures: Option.Some\u003CT\u003E(T value) | FSharpExtensions.ToOption\u003CT\u003E(T value))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"14f3b304afa3cdc8ab72034fed624658fa557736eb8cb7834c9cb17095b5f9d8"}},{"ruleId":"D22","level":"warning","message":{"text":"Inconsistent handling of empty/none states: While distinct, the API provides \u0060None\u0060 and \u0060TryGetValue\u0060 which might be confusing alongside \u0060IsNone\u0060/\u0060IsSome\u0060. Ensure the distinction between creating an empty option and checking for it is clear. (signatures: Option.None\u003CT\u003E() | FSharpExtensions.TryGetValue\u003CT\u003E(FSharpOption\u003CT\u003E optional, out T result))"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8a6fcaab9646388cc33872e932aae1a7a4f52956a1e2c51f03c6b285b44ba76c"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022interim solution for serialization errors\u0022 \u2014 delete - the code already says this; the comment repeats a non-obvious WHY over every construct"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/MBrace.CSharp/Cloud.cs"},"region":{"startLine":1294}}}],"partialFingerprints":{"codehealthFindingId/v1":"02130b170cbc3199237b2da742a5c1999c902a29fb5493e84832fa6a2f341fa1"}},{"ruleId":"D26","level":"note","message":{"text":"Projects may be oversized for their cohesion: 1 of 2 project(s) overshoot their size bounds, lowering Project Cohesion to 3.1/10. The most over is \u0060MBrace.CSharp\u0060 (2114 LoC, 153 public types across 13 namespaces). Review these for cohesion \u2014 draw the boundary inside the assembly first (group each responsibility into its own namespace/folder and keep the cross-boundary members internal), since splitting a published assembly moves types between packages and breaks consumers."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d5a94650dc74886a0f1f08eb9fb6775f1fc395279ef7e901c970c9d26f767a72"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 99 of 99 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 99 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/MBrace.CSharp/Cloud.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"00a7837b8776aa43646cd3115a0c69a7d4ac5d73cd16a4f95047a879d4b1e735"}},{"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/MBrace.Flow/Combinators.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c40ecb99c1bd9eaea28857736df81221a717f0535fd75ff77833bb28d39dc0bc"}},{"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/MBrace.Core/Library/StoreClient.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e2341654362b45a3b2b933f7b464c0cba47a770dfdcc567e33cb29d86ab477d"}}],"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-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}