{"$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":"D5","name":"Coupling","shortDescription":{"text":"Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D5"},{"id":"D6","name":"Cohesion (LCOM4)","shortDescription":{"text":"Cohesion (LCOM4)"},"helpUri":"https://codehealth.canine.dev/dimensions/D6"},{"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":"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":"D17","name":"Explicit Debt","shortDescription":{"text":"Explicit Debt"},"helpUri":"https://codehealth.canine.dev/dimensions/D17"},{"id":"D18","name":"Solution Shape","shortDescription":{"text":"Solution Shape"},"helpUri":"https://codehealth.canine.dev/dimensions/D18"},{"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":"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":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"Main.Form1_Load (cyclomatic 30): Main.Form1_Load has cyclomatic complexity 30 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"50aba6aa3c1ac5b29de689201f5bf9dede2a5c52a5090310144c1a5fd681871f"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.tv_AfterSelect (cyclomatic 25): Main.tv_AfterSelect has cyclomatic complexity 25 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":239}}}],"partialFingerprints":{"codehealthFindingId/v1":"7803dd475717b11170a80e0d9473a5dbb620cda65feaf5c4c64b0686f8368391"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.NList_Fresh (cyclomatic 22): Main.NList_Fresh has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2a21d49d98adf98f92062061e8f4dee013813e23c9cc7e81f1a0979d548d35c"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.BackGround_Timer_Tick (cyclomatic 20): Main.BackGround_Timer_Tick has cyclomatic complexity 20 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1275}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f3890fde999e4a0b6edaedbf78e0fafa2d549461855e7c569577f2f81ee7d5f"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.Button30_Click (cyclomatic 20): Main.Button30_Click has cyclomatic complexity 20 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1663}}}],"partialFingerprints":{"codehealthFindingId/v1":"aee4ca4c040786249b42b274adfd8501cc64417ceb6d90ef31e71280714c450a"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.Button1_Click (cyclomatic 19): Main.Button1_Click has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"2dd6dd11c91310ec19947ed2add69a79319411867ef3d4acc3a0e23931c73345"}},{"ruleId":"D1","level":"warning","message":{"text":"Main.DList_Fresh (cyclomatic 16): Main.DList_Fresh has cyclomatic complexity 16 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":740}}}],"partialFingerprints":{"codehealthFindingId/v1":"c265607867e34d10606d804987452462064cc26fa542b0ea2f4201103ea65fe2"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.BackGround_Timer_Tick (cognitive 82): Main.BackGround_Timer_Tick has cognitive complexity 82 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1275}}}],"partialFingerprints":{"codehealthFindingId/v1":"c694cf53604dc8d2b1a1bd1c629b0e40c114993722b85060f7fdfe380e9c04c2"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.NList_Fresh (cognitive 72): Main.NList_Fresh has cognitive complexity 72 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"28907821a2494d3c86a534baaca92a048ce326831a4c474cabea14e2f01164ba"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.Form1_Load (cognitive 44): Main.Form1_Load has cognitive complexity 44 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"9379f3e2fbdb459cc7aff272bc2ab54b76bd099ef855e75fd7ca9046a1aa958c"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.Button1_Click (cognitive 44): Main.Button1_Click has cognitive complexity 44 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a575e009a09b2b5051c9dd0f1b6421bd7d9798b40f1640bea9b717c27e3a12c"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.Button30_Click (cognitive 32): Main.Button30_Click has cognitive complexity 32 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1663}}}],"partialFingerprints":{"codehealthFindingId/v1":"d80d730f8307f4247b20fba5cf76a778cdeac621889e7a7371c30a3cda0d5bc4"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.DList_Fresh (cognitive 31): Main.DList_Fresh has cognitive complexity 31 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":740}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1517a657f69d75fc7fc01f3b4963995887dcd593fd13140911bbc0c12ae6ac4"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.Button15_Click (cognitive 29): Main.Button15_Click has cognitive complexity 29 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1040}}}],"partialFingerprints":{"codehealthFindingId/v1":"c40c3c18fb268cff2b16c81025b8f26eb2451b4dd019206a8d62ae588847006b"}},{"ruleId":"D2","level":"warning","message":{"text":"Main.Button3_Click (cognitive 19): Main.Button3_Click has cognitive complexity 19 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":463}}}],"partialFingerprints":{"codehealthFindingId/v1":"bce592430f81c5eb28678a219d35f952da922242db0051e1bbeb552323f2e8dc"}},{"ruleId":"D2","level":"warning","message":{"text":"Code.File_Compare (cognitive 18): Code.File_Compare has cognitive complexity 18 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":383}}}],"partialFingerprints":{"codehealthFindingId/v1":"197af7d891cbaa7a751fd8407410e80b518bce3963b5503acb5c168654617438"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: \u795E\u79D8\u529B\u91CFV/Main.vb: FileTooLong \u2014 1459 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":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bfa9761760e66501174ed0e03719f41613a3a40a0656359e57be6182d127970"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Main: TooManyMethods \u2014 1459 significant lines (blank, comment-only and punctuation-only lines excluded), 86 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":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"57071baf753e321d55e465bcd9379ada265135ff2c7d3405bcd01423ce128325"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): \u795E\u79D8\u529B\u91CFV/Code.vb:243-257 | \u795E\u79D8\u529B\u91CFV/Code.vb:284-297 \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":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":243}}}],"partialFingerprints":{"codehealthFindingId/v1":"39df3ce153d23f101707ddb4a1a2c7dd70898b33477c5747104c553647177eb0"}},{"ruleId":"D6","level":"warning","message":{"text":"Low cohesion: Main (LCOM4 6): Main\u0027s methods form 6 groups that share no state and don\u0027t call each other \u2014 a sign it may have several responsibilities. Review whether it splits into focused classes."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"df2748bd9224b5cb97e2bbedafae51b54f32345f171637cdb1eb58338669f5ce"}},{"ruleId":"D8","level":"error","message":{"text":"No automated tests: No automated tests \u2014 no test code was found in this repository. Untested code is the largest single risk to changing it safely."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3132564c6310e5d01a231f252a02d5d2f5a542c0a8fa29a14c89693f1e3df871"}},{"ruleId":"D9","level":"note","message":{"text":"No tests found: No test suite could be collected \u2014 nothing here references a test framework (xUnit, NUnit or MSTest), so there were no discoverable tests to count. Tests written as plain executables or shell/PowerShell harnesses are not collectible this way and are not scored here."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c9bf64cbb5a4ae13d6bcd01fa3bc8d2879d860c73bc67f176ee3c2cecb8adce3"}},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 16 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":74}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fda57e0294c3973b815df59cb5d29c63420e8016f170516d19aa027e679f18e"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":194}}}],"partialFingerprints":{"codehealthFindingId/v1":"68eaa08a6864f23af3d07d5b6719d6f67ab88107617116642a277aa7675432f3"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"21f883f043f2c5283a5ccddd2d45ac62865844a25e96b78f7fff1c2fe7901cbf"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":262}}}],"partialFingerprints":{"codehealthFindingId/v1":"f390e195c60bc7d40acb8c07fe26ac810a646a86bad68a6f26ad5ba5d4e8018d"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":270}}}],"partialFingerprints":{"codehealthFindingId/v1":"9efe9307294a443cb66faf0968ba0fe3fdf7ebf20acdcb1fbfa475b97b63a902"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":292}}}],"partialFingerprints":{"codehealthFindingId/v1":"8daf8159a08276849713896c821cb02a130fbe2c3646e71a12a24e5da04942f5"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":302}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb9fa3e83bfe5488ad0a6fe93d1bc8bf2b9a6c5463ca0e29e0c7248deb7a9f10"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":322}}}],"partialFingerprints":{"codehealthFindingId/v1":"a249ba55d62c2690ad9c4b2426672518f99b905f725ae0e68b3fa31bcdd42dfb"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Code.vb"},"region":{"startLine":338}}}],"partialFingerprints":{"codehealthFindingId/v1":"99a66afafacadefaaa2bd8ff5b87fff69b947cb72db5c5994328b293b1227890"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":208}}}],"partialFingerprints":{"codehealthFindingId/v1":"4afb34422724d7bba2061035e59b4019fe5710444a5d4dd3932cdbb8dd98d9fc"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":618}}}],"partialFingerprints":{"codehealthFindingId/v1":"dc7d1c83f0f99b47f37d5b785926891a7dd82bfc1bb500fa24288519eaffb14f"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":632}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a450012d8ab78619f53ce6a580509a2a7e554e347cb74c72dacc901a235ac99"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":657}}}],"partialFingerprints":{"codehealthFindingId/v1":"0eec7f1798b0204692468e0a0bdbe90f1a340e964a6df7fc02749b179bfab24b"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":670}}}],"partialFingerprints":{"codehealthFindingId/v1":"2aa907b246ccb197ce85e8f633a54e02db004c842669b41808d50258e9468eae"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":683}}}],"partialFingerprints":{"codehealthFindingId/v1":"c34c8a3a08144b112c763cdc0a7b5318dad9b5f4b3ccbd96d6bc02cbe1b8e016"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":811}}}],"partialFingerprints":{"codehealthFindingId/v1":"73cbadf615da965fdcc10319b3452c2f92bf9f446f9a6bbaebefc4b7ff0e7ded"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1090}}}],"partialFingerprints":{"codehealthFindingId/v1":"28abd4990321a7576cde0c988416925d8cfce073b5c80e1332750419994abb36"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1118}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3a127918bb25bfc0313a9d9f3f1038a2b1944e3dc3b9d4ac9b4e0ffa41f4813"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1130}}}],"partialFingerprints":{"codehealthFindingId/v1":"1443ca60f1ef631854a4e1a475665f5408401a9fac703919aedf5ce1a6642f28"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1143}}}],"partialFingerprints":{"codehealthFindingId/v1":"bdfb7be9a42ea16baef9f130bc53981c1057841ab099b68e1400881470f7b1e8"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"\u795E\u79D8\u529B\u91CFV/Main.vb"},"region":{"startLine":1177}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d00374c53a4922b7cc827d6d35f1941d09a415ebbc73d1a87a9d0e53d119e91"}}],"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}}}]}