{"$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":"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":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"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":"AppUnitity.KillProcess (cyclomatic 29): AppUnitity.KillProcess has cyclomatic complexity 29 (threshold 15). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/AppUnitity.cs"},"region":{"startLine":159}}}],"partialFingerprints":{"codehealthFindingId/v1":"9495eb3eff16d6aced774fd61f281a62bed1034a4815315a607cc3731204d30a"}},{"ruleId":"D1","level":"warning","message":{"text":"Utils.GetDiffValue (cyclomatic 29): Utils.GetDiffValue has cyclomatic complexity 29 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"75fc33644a38b52615de009bbfc67cf8a2e956f20d834407caae78ae347aa4d8"}},{"ruleId":"D1","level":"warning","message":{"text":"DatabaseInitialise.GetDataType (cyclomatic 28): DatabaseInitialise.GetDataType has cyclomatic complexity 28 (threshold 15). To reduce it, name the conditions: bind each compound test to a well-named local or a small predicate function, so the body reads as a sequence of named decisions rather than a chain of operators."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/RawSql/IDatabaseInitialise.cs"},"region":{"startLine":451}}}],"partialFingerprints":{"codehealthFindingId/v1":"1e750490e646f1c47f5e6493e11705eaa0f4f04d55b10821429ecb6f9a8ff611"}},{"ruleId":"D1","level":"warning","message":{"text":"RawSqlSearchService.Format (cyclomatic 27): RawSqlSearchService.Format has cyclomatic complexity 27 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/RawSql/RawSqlSearchService.cs"},"region":{"startLine":301}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a86d4bad571b3d6380ae1305abf8e8b9ccc87986d93cb97976c558d172a52b5"}},{"ruleId":"D1","level":"warning","message":{"text":"DigitToMoneyText.ConvertIntegral (cyclomatic 26): DigitToMoneyText.ConvertIntegral has cyclomatic complexity 26 (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":"Lfz.Core/Utitlies/DigitToMoneyText.cs"},"region":{"startLine":271}}}],"partialFingerprints":{"codehealthFindingId/v1":"f00a696fb2534ff82bf395c6ab78c140a40fc79812ee1de29df7ee8ecf975117"}},{"ruleId":"D1","level":"warning","message":{"text":"Utils.TableConvertToList (cyclomatic 26): Utils.TableConvertToList has cyclomatic complexity 26 (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":"Lfz.Core/Utitlies/Utils.partial.cs"},"region":{"startLine":436}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6e1e9cfc86d364bde99412e39c85ef824fa335bb79ed457dbcb1bc1bcd7d353"}},{"ruleId":"D1","level":"warning","message":{"text":"Utils.SetValue (cyclomatic 24): Utils.SetValue has cyclomatic complexity 24 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"c602b02794a9720449653c50ca53972c234688f3dbb16c0e20aa1d2eb5abc179"}},{"ruleId":"D1","level":"warning","message":{"text":"WebHelper.ModifyQueryString (cyclomatic 20): WebHelper.ModifyQueryString has cyclomatic complexity 20 (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":"Lfz.Core/WebHelper.cs"},"region":{"startLine":297}}}],"partialFingerprints":{"codehealthFindingId/v1":"aed1e17ed68a4dc5fadb60b90593996bcfda8ba00c0e68182ad40b1ad38ac5f2"}},{"ruleId":"D1","level":"warning","message":{"text":"DigitToMoneyText.ConvertNumber (cyclomatic 18): DigitToMoneyText.ConvertNumber has cyclomatic complexity 18 (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":"Lfz.Core/Utitlies/DigitToMoneyText.cs"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"11f4d5019cd4aa03b4677092025c7d7e0eb1c63cff9a6d41a27b3a1c81f2ad60"}},{"ruleId":"D1","level":"warning","message":{"text":"BusinessService.BuildUpdateSql (cyclomatic 17): BusinessService.BuildUpdateSql has cyclomatic complexity 17 (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":"Lfz.Core/Data/RawSql/BusinessService.cs"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"1305558e13879ef7ee82569df5ea07fd41fe5a7d44bf936eb7d285a4190d157e"}},{"ruleId":"D1","level":"warning","message":{"text":"DatabaseInitialise.AddOrAlterColumn (cyclomatic 17): DatabaseInitialise.AddOrAlterColumn has cyclomatic complexity 17 (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":"Lfz.Core/Data/RawSql/IDatabaseInitialise.cs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"ebe24b2a251c054dcd5e969ed47b9a815c4253577d2693d9358230d586513c88"}},{"ruleId":"D1","level":"warning","message":{"text":"ExportEngine.ExportToBytes (cyclomatic 17): ExportEngine.ExportToBytes has cyclomatic complexity 17 (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":"Lfz.Core/Utitlies/ExportEngine.cs"},"region":{"startLine":225}}}],"partialFingerprints":{"codehealthFindingId/v1":"0bae60eeb7666de741ab4d465c2c7be88661a10be5733067f451c9ac5ed2b84a"}},{"ruleId":"D1","level":"warning","message":{"text":"ExportEngine.ExportToExcel (cyclomatic 17): ExportEngine.ExportToExcel has cyclomatic complexity 17 (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":"Lfz.Core/Utitlies/ExportEngine.cs"},"region":{"startLine":406}}}],"partialFingerprints":{"codehealthFindingId/v1":"0ca83b35f3c50f2feb5906e74f412748f5c0cc8cf39eaf8b324a4e2d3a693ca4"}},{"ruleId":"D1","level":"warning","message":{"text":"Utils.GetCompareValue (cyclomatic 17): Utils.GetCompareValue has cyclomatic complexity 17 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":152}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e80cdf9e7b380b50f68f3231ae9cd7d550c06c12173655a4b248e40a761d9c6"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.TableConvertToList (cognitive 67): Utils.TableConvertToList has cognitive complexity 67 (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":"Lfz.Core/Utitlies/Utils.partial.cs"},"region":{"startLine":436}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5426ea35a8cad83781d1923d15e111d50b9312bea34795202c706aae0a82b1c"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetDiffValue (cognitive 50): Utils.GetDiffValue has cognitive complexity 50 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f0c85c180690e8e41a0d2ee37d68f5d34f51253eb70573676a8398cbb773f0b"}},{"ruleId":"D2","level":"warning","message":{"text":"WebHelper.ModifyQueryString (cognitive 47): WebHelper.ModifyQueryString has cognitive complexity 47 (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":"Lfz.Core/WebHelper.cs"},"region":{"startLine":297}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad08e817620ca562e505c261b8692214882afe3e8e0a0bc7bdf8d67152e39948"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.SetValue (cognitive 46): Utils.SetValue has cognitive complexity 46 (threshold 15). 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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":192}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e32f90c73d72aa29e697670a8de89ad15819589ac05c3f0b79de03d8fb9ecae"}},{"ruleId":"D2","level":"warning","message":{"text":"DigitToMoneyText.ConvertNumber (cognitive 45): DigitToMoneyText.ConvertNumber has cognitive complexity 45 (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":"Lfz.Core/Utitlies/DigitToMoneyText.cs"},"region":{"startLine":92}}}],"partialFingerprints":{"codehealthFindingId/v1":"6d2fed4d871dfb66bac9f751765c9f303fb0a82233319069d1c4b6f492336505"}},{"ruleId":"D2","level":"warning","message":{"text":"DigitToMoneyText.ConvertIntegral (cognitive 39): DigitToMoneyText.ConvertIntegral has cognitive complexity 39 (threshold 15). 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":"Lfz.Core/Utitlies/DigitToMoneyText.cs"},"region":{"startLine":271}}}],"partialFingerprints":{"codehealthFindingId/v1":"a09d39544c1ba19eda1dc55c328e4c8dc9917e0c22a44bce3a35d2f4e42a06a8"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetSubString (cognitive 33): Utils.GetSubString has cognitive complexity 33 (threshold 15). Of this number, 30 points are the body\u0027s own statements and 3 belong to one function literal inside it that branches. 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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":727}}}],"partialFingerprints":{"codehealthFindingId/v1":"af34ef8765511c820f33ddc588499a75e98884c632d7ad7cdf40850ff4b51b30"}},{"ruleId":"D2","level":"warning","message":{"text":"RawSqlSearchService.Format (cognitive 30): RawSqlSearchService.Format has cognitive complexity 30 (threshold 15). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/RawSql/RawSqlSearchService.cs"},"region":{"startLine":301}}}],"partialFingerprints":{"codehealthFindingId/v1":"f4836b02b995da4901f61fcf76f2a7fca04893fcd4bae23f3bb819e728a0fd37"}},{"ruleId":"D2","level":"warning","message":{"text":"WebHelper.RemoveQueryString (cognitive 30): WebHelper.RemoveQueryString has cognitive complexity 30 (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":"Lfz.Core/WebHelper.cs"},"region":{"startLine":393}}}],"partialFingerprints":{"codehealthFindingId/v1":"debeffb8abee01ad74833fc35e2026c81ebc206c94441feef9505afc695122a5"}},{"ruleId":"D2","level":"warning","message":{"text":"BusinessService.BuildUpdateSql (cognitive 27): BusinessService.BuildUpdateSql has cognitive complexity 27 (threshold 15). 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":"Lfz.Core/Data/RawSql/BusinessService.cs"},"region":{"startLine":114}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3cce7176ab1ebe32be580c0d04dcc8b51de05152ee14039d76bb5b7f24570c3"}},{"ruleId":"D2","level":"warning","message":{"text":"RawSqlSearchService.GetDictionary (cognitive 25): RawSqlSearchService.GetDictionary has cognitive complexity 25 (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":"Lfz.Core/Data/RawSql/RawSqlSearchService.cs"},"region":{"startLine":361}}}],"partialFingerprints":{"codehealthFindingId/v1":"443667b95b04436d03b648f43d92440b309bd1048b6d7480813c5373f3a6c4ea"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetCompareValue (cognitive 25): Utils.GetCompareValue has cognitive complexity 25 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":152}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac9ba86a5ccc77742b074932184dd0eb2a9c0fc6d24bb38773b5ab71095cd702"}},{"ruleId":"D2","level":"warning","message":{"text":"DatabaseInitialise.CreateTable (cognitive 24): DatabaseInitialise.CreateTable has cognitive complexity 24 (threshold 15). Of this number, 23 points are the body\u0027s own statements and 1 belongs to one function literal inside it that branches. 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":"Lfz.Core/Data/RawSql/IDatabaseInitialise.cs"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfc5a409e503d1d25c4dbb795eec2110ffad2af67d3cafb0295e4fe8a86ce269"}},{"ruleId":"D2","level":"warning","message":{"text":"DbHelperMySql.ExecuteSqlTran (cognitive 23): DbHelperMySql.ExecuteSqlTran has cognitive complexity 23 (threshold 15). 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":"Lfz.Core/Data/DbHelperMySQL.cs"},"region":{"startLine":479}}}],"partialFingerprints":{"codehealthFindingId/v1":"bcf3b0a2567b576cf26254725b57ea2650e338f9f3cb19e2db0c4a4b5d71ead7"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpListenServiceBase.ProcessReceive (cognitive 23): HttpListenServiceBase.ProcessReceive has cognitive complexity 23 (threshold 15). 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":"Lfz.Core/Network/HttpListenServiceBase.cs"},"region":{"startLine":276}}}],"partialFingerprints":{"codehealthFindingId/v1":"8eebfbfb25137cbd45e2518d274388e171442ade24ba0bdfeb72ddae5dbcf787"}},{"ruleId":"D2","level":"warning","message":{"text":"PropertyConvertion.Apply (cognitive 22): PropertyConvertion.Apply has cognitive complexity 22 (threshold 15). 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":"Lfz.Core/Data/Nh/Conventions/RecordTableNameConvention.cs"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"38e8ed32a3e070b3af1883f55a58a14f7d31d4e74a0f6be0d9cabc92b3ac9e15"}},{"ruleId":"D2","level":"warning","message":{"text":"BusinessService.CreateOrUpdate (cognitive 22): BusinessService.CreateOrUpdate has cognitive complexity 22 (threshold 15). 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":"Lfz.Core/Data/RawSql/BusinessService.cs"},"region":{"startLine":236}}}],"partialFingerprints":{"codehealthFindingId/v1":"53fcb8c42f4cd2c0c90c831e928a527ce2e3f31b41fc305382ed165a0635e8fe"}},{"ruleId":"D2","level":"warning","message":{"text":"DatabaseInitialise.AddOrAlterColumn (cognitive 22): DatabaseInitialise.AddOrAlterColumn has cognitive complexity 22 (threshold 15). 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":"Lfz.Core/Data/RawSql/IDatabaseInitialise.cs"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"b6ad433403fe092836315e83c9d7de9cb9b1cdf1ab8554c3c59d79fcf7fa98a4"}},{"ruleId":"D2","level":"warning","message":{"text":"HttpListenContext.HttpListenContext.ctor (cognitive 22): HttpListenContext.HttpListenContext.ctor has cognitive complexity 22 (threshold 15). 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":"Lfz.Core/Network/HttpListenContext.cs"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"06c5f6452241383629dd421e01efaa611fa451f89323ce3fc5699ee57de2a3a4"}},{"ruleId":"D2","level":"warning","message":{"text":"ExportEngine.ExportToBytes (cognitive 21): ExportEngine.ExportToBytes has cognitive complexity 21 (threshold 15). 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":"Lfz.Core/Utitlies/ExportEngine.cs"},"region":{"startLine":225}}}],"partialFingerprints":{"codehealthFindingId/v1":"e16e8e42a143813c930dd10d801c9e58915678defcb6902bccbb3b74461e9359"}},{"ruleId":"D2","level":"warning","message":{"text":"ExportEngine.ExportToExcel (cognitive 21): ExportEngine.ExportToExcel has cognitive complexity 21 (threshold 15). 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":"Lfz.Core/Utitlies/ExportEngine.cs"},"region":{"startLine":406}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e23788b3a87d24991a9b697d800a33a502a3dd3b88fc106ba1c8b46d2793cca"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetDiffValue (cognitive 20): Utils.GetDiffValue has cognitive complexity 20 (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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"0eaecd166a95d696381912e6cab097d740cad79964f8c2395cbc52d727da843b"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.UpdatePropertiesValue (cognitive 19): Utils.UpdatePropertiesValue 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":"Lfz.Core/Utitlies/Utils.partial.cs"},"region":{"startLine":317}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9af33a9d2f8c53009b451c9f71e493aa7032c9d7aa7c2f88af609cbd6447df2"}},{"ruleId":"D2","level":"warning","message":{"text":"RawSqlSearchService.GetPaged (cognitive 18): RawSqlSearchService.GetPaged has cognitive complexity 18 (threshold 15). 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":"Lfz.Core/Data/RawSql/RawSqlSearchService.cs"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3196cd78d0cd0016cc1882db3f0e758d8e2d3eecfc2e311701024cd5f0b6892"}},{"ruleId":"D2","level":"warning","message":{"text":"ActiveMQPoolConnectionManager.GetPoolConnection (cognitive 17): ActiveMQPoolConnectionManager.GetPoolConnection has cognitive complexity 17 (threshold 15). 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":"Lfz.Core/Mq/ActiveMQ/ActiveMQPoolConnectionManager.cs"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3dcd0a98ef0e07099f169ccf9bb605983295f02313d042a03ccff0dfca86cdf"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.InIPArray (cognitive 17): Utils.InIPArray has cognitive complexity 17 (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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":386}}}],"partialFingerprints":{"codehealthFindingId/v1":"34b2311406fea5a0bd94af4e564cd117f493bffb73502d69f06be45bdd1c47ec"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetSpell (cognitive 17): Utils.GetSpell has cognitive complexity 17 (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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":1103}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ed0d6476f100cbf5275025c372d69957fa74cac15300ff18ebb33b19304983b"}},{"ruleId":"D2","level":"warning","message":{"text":"UrlOper.GetDomain (cognitive 16): UrlOper.GetDomain has cognitive complexity 16 (threshold 15). 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":"Lfz.Core/Utitlies/UrlOper.cs"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"2d8d8ddce6a950297bd4020a7fc73953f104924f2596ebc381de328a7da11f91"}},{"ruleId":"D2","level":"warning","message":{"text":"Utils.GetUnicodeSubString (cognitive 16): Utils.GetUnicodeSubString has cognitive complexity 16 (threshold 15). 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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":685}}}],"partialFingerprints":{"codehealthFindingId/v1":"dee9f5774c6685609d7c439ad16d3a931300fa6ca76e95760263afe1202b5f21"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Utils: TooManyMethods \u2014 1015 significant lines (blank, comment-only and punctuation-only lines excluded), 94 methods, declared across 5 files: Utitlies/Utils.cs (51), Utitlies/Utils.partial.cs (31), Utitlies/Utils.WinForm.cs (7), Utitlies/Utils.PropertyAssignment.cs (4), \u002B1 more file(s). The type holds no instance state, so there is no shared data to group its members by. To reduce it, split it by area instead: give each cohesive family of members its own smaller type, so no one type has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c07d41eed76a31bde27b077167a9804d70f15f7b8d01b6f5b819e3bd404f4713"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: TypeParse: TooManyMethods \u2014 326 significant lines (blank, comment-only and punctuation-only lines excluded), 82 methods. The type holds no instance state, so there is no shared data to group its members by. To reduce it, split it by area instead: give each cohesive family of members its own smaller type, so no one type has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/TypeParse.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"603e325d21d220a54eb62734467e8c18dcc91272133cbcf101f995c345e7e681"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RedisBase: TooManyMethods \u2014 418 significant lines (blank, comment-only and punctuation-only lines excluded), 40 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":"Lfz.Core/Redis/RedisBase.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"520e3ab1a9a33ff41b0be63a09985126c5cc4812d66d26f50172aa68a9dbf6a5"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: Utitlies/Utils.cs: FileTooLong \u2014 546 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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fdd232ac81415fc4a94049a5a36abf1dbb0844c9346ba04de7de980ee17b7666"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): Lfz.Core/Network/HttpListenServiceBase.cs:182-199 | Lfz.Core/Network/TcpListenServiceBase.cs:189-206 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Network/HttpListenServiceBase.cs"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a6abc5b559e50efef37dada974f5fffb8135a66483962ac745201605831c746"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): Lfz.Core/Data/DbHelperMySQL.cs:286-301 | Lfz.Core/Data/DbHelperSql.cs:325-340 \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 \u0060Lfz.Core/Data/DbHelperMySQL.cs:286\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":"Lfz.Core/Data/DbHelperMySQL.cs"},"region":{"startLine":286}}}],"partialFingerprints":{"codehealthFindingId/v1":"43a5733dbdda5013e680017114033df1ad74aef68a0cf304770ccdbb495f86f7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): Lfz.Core/Data/DbHelperMySQL.cs:219-233 | Lfz.Core/Data/DbHelperSql.cs:259-273 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/DbHelperMySQL.cs"},"region":{"startLine":219}}}],"partialFingerprints":{"codehealthFindingId/v1":"9de55bc8c8d1566e91f78fa09a713b34b2835c68e0bdb2ef90026c228a41d80c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): Lfz.Core/Security/Cryptography/FileCryptoHelper.cs:46-59 | Lfz.Core/Security/Cryptography/FileCryptoHelper.cs:82-96 \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 \u0060Lfz.Core/Security/Cryptography/FileCryptoHelper.cs:46\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Security/Cryptography/FileCryptoHelper.cs"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"5068d8bc9026c53c8b7fe77e418220a8add10ab24cad0abcfbada1649b32218a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): Lfz.Core/WebApi/ApiHttpClient.cs:61-74 | Lfz.Core/WebApi/ApiHttpClient.cs:84-97 \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 \u0060Lfz.Core/WebApi/ApiHttpClient.cs:61\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":"Lfz.Core/WebApi/ApiHttpClient.cs"},"region":{"startLine":61}}}],"partialFingerprints":{"codehealthFindingId/v1":"68d79c2c4d424ace339ba481294e73d228c4f40772ba5cbe57a3d21cb1030f9a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): Lfz.Core/Data/DbHelperMySQL.cs:313-325 | Lfz.Core/Data/DbHelperSql.cs:352-364 \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 \u0060Lfz.Core/Data/DbHelperMySQL.cs:313\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":"Lfz.Core/Data/DbHelperMySQL.cs"},"region":{"startLine":313}}}],"partialFingerprints":{"codehealthFindingId/v1":"235a2686d9d4ca5700234b16fcaefa92d09fe5f37e908b8e2757b3a86274e08f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): Lfz.Core/Security/Cryptography/TripleDESHelper.cs:77-89 | Lfz.Core/Security/Cryptography/TripleDESHelper.cs:110-122 \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 \u0060Lfz.Core/Security/Cryptography/TripleDESHelper.cs: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. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Security/Cryptography/TripleDESHelper.cs"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d9b5520d468d524b196493be7cfb6b6b43be720701aa155f57aedbc7026b9b8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): Lfz.Core/Utitlies/Utils.cs:915-927 | Lfz.Core/WebHelper.cs:276-288 \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 \u0060Lfz.Core/Utitlies/Utils.cs:915\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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":915}}}],"partialFingerprints":{"codehealthFindingId/v1":"f84c26a0514c5cd360894ca317d2d586814a1b0180b740fc4e68c57c1561c9ae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): Lfz.Core/WebHelper.cs:331-343 | Lfz.Core/WebHelper.cs:346-358 \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 \u0060Lfz.Core/WebHelper.cs:331\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":"Lfz.Core/WebHelper.cs"},"region":{"startLine":331}}}],"partialFingerprints":{"codehealthFindingId/v1":"403736dab336401f26b5958c63cb77c610453fc6d5063dc898635ddcf872f8ca"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): Lfz.Core/Media/WavPlayer.cs:93-104 | Lfz.Core/Media/WavPlayer.cs:122-133 \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 \u0060Lfz.Core/Media/WavPlayer.cs:93\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Media/WavPlayer.cs"},"region":{"startLine":93}}}],"partialFingerprints":{"codehealthFindingId/v1":"e73b07144f33309a56611eddcee94f76e9ab2824efbde42955a8a1a2e35c117a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): Lfz.Core/Data/RawSql/BusinessService.cs:239-249 | Lfz.Core/Data/RawSql/BusinessService.cs:306-316 | Lfz.Core/Data/RawSql/BusinessService.cs:349-359 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060Lfz.Core/Data/RawSql/BusinessService.cs:239\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":"Lfz.Core/Data/RawSql/BusinessService.cs"},"region":{"startLine":239}}}],"partialFingerprints":{"codehealthFindingId/v1":"2b001b627a2d1bdca396f8ac1b4c4dd0f53257888ecaad5e12b07422d3482ab1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): Lfz.Core/Network/HttpListenServiceBase.cs:134-142 | Lfz.Core/Network/TcpListenServiceBase.cs:117-125 \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 \u0060Lfz.Core/Network/HttpListenServiceBase.cs:134\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":"Lfz.Core/Network/HttpListenServiceBase.cs"},"region":{"startLine":134}}}],"partialFingerprints":{"codehealthFindingId/v1":"983577cb753c1419a7c973b0a06118f4024458454e503fcaed5a66663034e6b2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): Lfz.Core/Security/Cryptography/StringDECHelper.cs:191-197 | Lfz.Core/Utitlies/Utils.cs:1002-1008 \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 \u0060Lfz.Core/Security/Cryptography/StringDECHelper.cs:191\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Security/Cryptography/StringDECHelper.cs"},"region":{"startLine":191}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e11fe6236bbda3302c99213a6642daf698f37ce6471f03592c6d1fbae7c5f64"}},{"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: TestMethod1: No conventional assertion call was detected, and 3 of 4 tests in \u0060Lfz.Core.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":"Lfz.Core.Tests/UnitTest1.cs"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"52e6ecad3369f38f44885e3ef241f8af0cf83860d0e8cfe24c8bfdc3315dc3e9"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: RunconfigTest: No conventional assertion call was detected, and 3 of 4 tests in \u0060Lfz.Core.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":"Lfz.Core.Tests/UnitTest1.cs"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"d6b2a3b293f8e6c31176f6bc139cb432419d939ce143b8c12d6564ec2ce73053"}},{"ruleId":"D10","level":"note","message":{"text":"No direct assertions: TestHelperInitConfig: No conventional assertion call was detected, and 3 of 4 tests in \u0060Lfz.Core.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":"Lfz.Core.Tests/UnitTest1.cs"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"2c6ff1231c695d7811bd5811673e089cab35e4a3df9bcfb72260a4484c01be4a"}},{"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":"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":"Lfz.Core/Collections/CollectionExtensions.cs"},"region":{"startLine":271}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ae1d114510070be2289b35aff8cd69c2e50e06f0e0918ec91a330e9f376b879"}},{"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":"Lfz.Core/Utitlies/TypeParse.cs"},"region":{"startLine":347}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a27809bf995247e14413bf091fbe2639a17276ddef2d9452d17dc917f830f43"}},{"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":"Lfz.Core/Utitlies/Utils.PropertyAssignment.cs"},"region":{"startLine":269}}}],"partialFingerprints":{"codehealthFindingId/v1":"7700c1b0aab156b6bc4b48e632a5075589e77be9088de597bca66fe061c903b8"}},{"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":"Lfz.Core/Utitlies/Utils.WinForm.cs"},"region":{"startLine":125}}}],"partialFingerprints":{"codehealthFindingId/v1":"399a1052f6bfe7e04e69dbce1cffa2636976a301a3c9e43d3abe1cd0b27630e1"}},{"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":"Lfz.Core/Utitlies/Utils.cs"},"region":{"startLine":1047}}}],"partialFingerprints":{"codehealthFindingId/v1":"075d35ac247ec8341778c2f8f6692966a1f8b7b50f949411c2a88dbff7f54ad1"}},{"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":"Lfz.Core/Utitlies/Utils.partial.cs"},"region":{"startLine":343}}}],"partialFingerprints":{"codehealthFindingId/v1":"f98bb25e85486da8a5449a456e0f2501b0a87dbee3a6aa5b60acefb7c708d8e7"}},{"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":"Lfz.Core/Utitlies/Utils.partial.cs"},"region":{"startLine":522}}}],"partialFingerprints":{"codehealthFindingId/v1":"5c3ebad3671f3aa4a9d49045325f01705ee51b6b3673e262b9aa19641b2f65a0"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/DbHelperMySQL.cs"},"region":{"startLine":695}}}],"partialFingerprints":{"codehealthFindingId/v1":"a45e6ebafe011f9c9a58ecbad6b4403f1aaa826646daf1932c60c9c38a416e2e"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/DbHelperSql.cs"},"region":{"startLine":536}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bcc3bb1205cd9a13fed0e557cd34ae1c9fadf98af4754fa4169ce383ac7f691"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/Schema/StringLengthAttribute.cs"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5543d7cc160b8ccb355ce0179233af8067004c2d0e757500f1cefd0fbbdd804"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":193}}}],"partialFingerprints":{"codehealthFindingId/v1":"421c48ca8505a7aa70797ba2ab858e066407f08bdae6d698caf9642ba64dde45"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO \u7F13\u5B58\u914D\u7F6E\u5B9E\u73B0 \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: #123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/Nh/SessionFactoryHolder.cs"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5b357d2eea9fc567fc7424f8a0bff17779875ed516e33a70ff1b895b742b414"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/RawSqlRepository.cs"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"c4f37b2d9bca295ffef6a22b89d10c539fc2286668d43d26fa06964ab0f3e0cc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ff7379e392ad9f1f7500130c24ba15400cd0e72786aebcfcd7af392dd9de834"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 11 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Data/RawSqlRepository.cs"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce484b11bbc827f1feef52dd88b8dd8a8dd60c7f8c853655da945c9d03785ce2"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO ReceviceCompleted\uFFFD\uFFFD\u04AA\uFFFD\uFFFD\uFFFD\uFFFD\u02B5\uFFFD\uFFFD \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: #123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Network/HttpListenServiceBase.cs"},"region":{"startLine":379}}}],"partialFingerprints":{"codehealthFindingId/v1":"4c55915d60b8744e82fb68055c786731a4bc024bf912ef9e7f2a4b76f672afac"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 8 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":41}}}],"partialFingerprints":{"codehealthFindingId/v1":"e54de2fdab2313eca36d54a8af3d72a0f01bbe2f07ff816a7b638482c18d3330"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 6 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"efbe3daf75e74de734031e79f5973cc1f568183fdb202716d3340d42c01e5b01"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 6 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"7dbc41257af99e553030f5b03cef19b6b40c0dad5c3baef7bd6a8e7c20c4008e"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 5 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":77}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ab04c96e985cc62872942016e29a109a55c9697ebcfae24849bafc384bc90d2"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 7 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Lfz.Core/Utitlies/PDFEngine.cs"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f536fb91e20b1fe6e1cc3ca0b44e7ef76618a4e35fabbdf75329a42e5a99265"}},{"ruleId":"D21","level":"note","message":{"text":"The namespace \u0027Lfz.Utitlies\u0027 contains multiple classes and methods. The spelling \u0027Utitlies\u0027 appears to be a typo for \u0027Utilities\u0027. This typo is consistently applied across the namespace and its members, but the namespace name itself is misspelled compared to standard English and potentially other namespaces in the codebase (e.g., if there were a \u0027Lfz.Utilities\u0027 namespace, it would be an inconsistency, but here the typo is pervasive). However, looking at the list, we see \u0027Lfz.Utitlies\u0027 used repeatedly. Is there a \u0027Lfz.Utilities\u0027? No. But wait, we see \u0027Lfz.Utitlies.Utils\u0027 and \u0027Lfz.Utitlies.TypeParse\u0027. The typo \u0027Utitlies\u0027 is consistent within that namespace. However, we also see \u0027Lfz.Utitlies.Utils.GetDisplayName\u0027 and \u0027Lfz.Utitlies.Utils.MapPath\u0027. The typo is consistent. Let\u0027s look for other typos or inconsistencies.: Rename \u0027Lfz.Utitlies\u0027 to \u0027Lfz.Utilities\u0027 and all contained members to fix the spelling error. (symbols: Lfz.Utitlies.Utils, Lfz.Utitlies.TypeParse, Lfz.Utitlies.UrlOper, Lfz.Utitlies.AppUnitity, Lfz.Utitlies.PdfEngine, Lfz.Utitlies.DefaultSingleton\u00601)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f7c703ec831c6d761813a9c2be7018bce1060264eda0440b04e18f17b444c4db"}},{"ruleId":"D21","level":"note","message":{"text":"Inconsistency in the naming of network service classes. Some use \u0027Listen\u0027 (e.g., TcpListenServiceBase, UdpListenServiceBase), while others use \u0027Client\u0027 (TcpClientService, TcpClientAsyncService) or \u0027Sync/Async\u0027 distinctions. More importantly, \u0027UdpSyncListenReceviceService\u0027 contains a typo \u0027Recevice\u0027 instead of \u0027Receive\u0027.: Fix the typo \u0027Recevice\u0027 to \u0027Receive\u0027 in \u0027Lfz.Network.UdpSyncListenReceviceService\u0027. (symbols: Lfz.Network.UdpSyncListenReceviceService, Lfz.Network.UdpListenServiceBase, Lfz.Network.TcpListenServiceBase, Lfz.Network.TcpClientService, Lfz.Network.TcpClientAsyncService, Lfz.Network.HttpListenContext, Lfz.Network.HttpListenServiceBase)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a34ec9d5a85c43a852f413a514f3de42ffa334527716501a60e4c68081c6d6f3"}},{"ruleId":"D21","level":"note","message":{"text":"Inconsistency in the naming of base entity classes. \u0027EntityBase\u0027 is used in \u0027Lfz.Data.EntityBase\u0027 and \u0027Lfz.Data.Nh.Entities.EntityBase\u003CT\u003E\u0027, but \u0027CloneEntityBase\u0027 and \u0027EntityBaseExtenstions\u0027 (typo: Extenstions) suggest a different naming pattern or a typo. Specifically, \u0027EntityBaseExtenstions\u0027 has a typo \u0027Extenstions\u0027 instead of \u0027Extensions\u0027.: Fix the typo \u0027Extenstions\u0027 to \u0027Extensions\u0027 in \u0027Lfz.Data.EntityBaseExtenstions\u0027. (symbols: Lfz.Data.EntityBase.Id, Lfz.Data.EntityBaseExtenstions, Lfz.Data.CloneEntityBase, Lfz.Data.Nh.Entities.EntityBase\u003CT\u003E)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"bd9b3bfbe8f8a4caf8b88217f214302f2af7de5dbef6983bef467333215652f6"}},{"ruleId":"D21","level":"note","message":{"text":"The namespace \u0027Lfz.Utitlies\u0027 is misspelled (should be \u0027Utilities\u0027). This affects all members within it.: Rename \u0027Lfz.Utitlies\u0027 to \u0027Lfz.Utilities\u0027. (symbols: Lfz.Utitlies.Utils, Lfz.Utitlies.TypeParse, Lfz.Utitlies.UrlOper, Lfz.Utitlies.AppUnitity, Lfz.Utitlies.PdfEngine, Lfz.Utitlies.DefaultSingleton\u00601)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"92ca90a87a26a13456ef73cbb2355a75467bc43eae945163abf2953292eb3b3e"}},{"ruleId":"D21","level":"note","message":{"text":"Inconsistency in naming cryptographic helpers. Some use \u0027Helper\u0027 (TripleDESHelper), some use \u0027Utils\u0027 (CRCUtils), and some use specific class names (RSACryption). While not a direct contradiction, the lack of a consistent suffix (e.g., all ending in \u0027Helper\u0027 or \u0027Utils\u0027) is a minor inconsistency. However, the most glaring issue is the typo \u0027Utitlies\u0027 in the namespace.: Consider standardizing the suffix for cryptographic classes, e.g., \u0027RSACryptionHelper\u0027 or \u0027RSACryptoUtils\u0027. (symbols: Lfz.Security.Cryptography.RSACryption.SignatureFormatter, Lfz.Security.Cryptography.TripleDESHelper, Lfz.Security.Cryptography.CRCUtils, Lfz.Security.Cryptography.RSACryption.RSADecrypt)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a2670a9447cedf0d99f66b3000c875086446885385caa5a3062d6fbdf3675471"}},{"ruleId":"D26","level":"note","message":{"text":"Split Lfz.Core.NET4: A .NET 4 assembly at 25k LoC and 270 types across 34 namespaces is a huge grab-bag that must be split. Suggested: by namespace: Lfz.IO, Lfz.Collections, Lfz.Text"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"bb0ce50faee33bb8b1674f06c8a916ddc240adb3ba3a7c254d62dff4451b6ae9"}},{"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":"ee110c0c6c887379962316465ddd7f7b7ec49cac6b89fae6318819d8d4f36369"},"taxa":[{"id":"CWE-89","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":"aa73f885949136196614922668a9255ee180b5bc31b8296d8fdc2430816a2b47"},"taxa":[{"id":"CWE-89","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":"8ce30cd2c2d08e487cddec3454849830d9dccc87351cb5d02c2a75310428e102"},"taxa":[{"id":"CWE-89","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":"8a31ed66ef9b855f6221ac99440630e5db66b1aecd549ffd9e41aacdd99ba27a"},"taxa":[{"id":"CWE-89","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":"a948e730ef40078b476d1950cdd371200633e5ac20f488d95652e55a0a852cb0"},"taxa":[{"id":"CWE-89","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":"356c3fe302b41389fe99f2a61602202e038a45f16f9509b42fe47316bd0e9a15"},"taxa":[{"id":"CWE-89","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":"ee0ad7429116c8a81c4ce9b56dd3dad678af154798fe31b18f74b2845821241b"},"taxa":[{"id":"CWE-89","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":"3ce1a1243586c1851efbd1f9ffff31480c0226624bf31db66898495f2a5f88e9"},"taxa":[{"id":"CWE-89","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":"d3fa50620aaba5f0c1aaac0ecadd05fff050b6ef6f93f46c15aa91ee116c5331"},"taxa":[{"id":"CWE-89","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":"9f9310a0d40145710ebbab24e8f9114ca4841ab8d5359198faa2892f331aa3f8"},"taxa":[{"id":"CWE-89","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":"5c36fa3f4aa3ac1514055c05c7dd54cd5e86f6ad61fe12d6bb75b51f7c3d0d77"},"taxa":[{"id":"CWE-502","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":"846971314bd1ab9730e4183b90c1cb3242371a5ccb5e0559cc225a632e2511a8"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]}],"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-502","guid":"f7d3b296-aac0-5c5a-b706-e07faba26c36","name":"CWE-502","shortDescription":{"text":"CWE-502"},"helpUri":"https://cwe.mitre.org/data/definitions/502.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-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":12,"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."]}]}