{"$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":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31","relationships":[{"target":{"id":"CWE-1032","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-16","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1032","CWE-732","CWE-16"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"V1Renderer.formatTemp (cyclomatic 88): V1Renderer.formatTemp has cyclomatic complexity 88 (threshold 15). Most of this is not in the body itself: 7 of the 88 points are its own statements and the rest belongs to one function literal inside it that branches (line 104). The decisions are inside the literal, which nothing outside this body can call, review or test on its own, so splitting the enclosing body is not the move available here. To reduce it, lift the literal\u0027s work into a named function or method at the enclosing scope and have the literal call it, then reduce whichever part then reads as the largest."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/v1/format.go"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"4799a7167537fd2680743c02be34c85434aded19592944c6d5cc2f02591f3d0c"}},{"ruleId":"D1","level":"warning","message":{"text":"PrometheusRenderer.extractWeatherDay (cyclomatic 42): PrometheusRenderer.extractWeatherDay has cyclomatic complexity 42 (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":"internal/renderer/renderer_p1.go"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"3010420bb56844cca2dfd7a56cfbed4d15d5fe0acdf8330b2ff7c04dc82230a3"}},{"ruleId":"D1","level":"warning","message":{"text":"ansitopng.scriptCategory (cyclomatic 38): ansitopng.scriptCategory has cyclomatic complexity 38 (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":"internal/formatter/ansitopng/fonts.go"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e7fa6261580b6251b81ecdfd7836b1cb5b8a7c0ac3e81287ec63750088938b0"}},{"ruleId":"D1","level":"warning","message":{"text":"V1Renderer.Render (cyclomatic 33): V1Renderer.Render has cyclomatic complexity 33 (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":"internal/renderer/v1/renderer.go"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"11c7e838cdebb3c69c89d0038a431e28eff6b9d6a60ad9016c0753b2306aa6db"}},{"ruleId":"D1","level":"warning","message":{"text":"query.ApplyAutoFixes (cyclomatic 30): query.ApplyAutoFixes has cyclomatic complexity 30 (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":"internal/query/fromrequest.go"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"68cde8ff4fd144919c87d8a7099e35bdb122d30c6474a735ee0f42672eebd133"}},{"ruleId":"D1","level":"warning","message":{"text":"query.FromRequest (cyclomatic 29): query.FromRequest 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":"internal/query/fromrequest.go"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"35bf11a42782ef8dd2ee10bb70d6dd3baea3a409715403b366f102fac6ec7d6a"}},{"ruleId":"D1","level":"warning","message":{"text":"WeatherService.computeResponse (cyclomatic 28): WeatherService.computeResponse has cyclomatic complexity 28 (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":"internal/weather/weather.go"},"region":{"startLine":252}}}],"partialFingerprints":{"codehealthFindingId/v1":"7912f89a0896fdad48f2f80d695f327dc4c903055085510797b9dcddc5115e15"}},{"ruleId":"D1","level":"warning","message":{"text":"v2.displayWidth (cyclomatic 26): v2.displayWidth has cyclomatic complexity 26 (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":"internal/renderer/v2/block_textualinformation.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee5e866c4f82bbca9027aadc8cbe58ebf587bebdc9682186978ef9544d06837d"}},{"ruleId":"D1","level":"warning","message":{"text":"v2.drawAstronomical (cyclomatic 25): v2.drawAstronomical has cyclomatic complexity 25 (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":"internal/renderer/v2/block_astronomical.go"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"805914797215d6d0cd4d5a14f0592657697bb5b5fb8d7498bc47367c33a434f8"}},{"ruleId":"D1","level":"warning","message":{"text":"localization.TranslateWeather (cyclomatic 22): localization.TranslateWeather has cyclomatic complexity 22 (threshold 15). Of this number, 19 points are the body\u0027s own statements and 3 belong to one function literal inside it that branches. 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":"internal/localization/weatherer_translate.go"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"11004e2bd30c075ba3aac96fec9fc0684eaf43c23d621b96a11661eea49e1490"}},{"ruleId":"D1","level":"warning","message":{"text":"V1Renderer.formatCond (cyclomatic 22): V1Renderer.formatCond has cyclomatic complexity 22 (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":"internal/renderer/v1/format.go"},"region":{"startLine":323}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1c407119aee138568b30ee9c8a84570dee8622e61bbd104c357289f3b7b5330"}},{"ruleId":"D1","level":"warning","message":{"text":"query.ParseOptionsInFilename (cyclomatic 21): query.ParseOptionsInFilename has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/query/fromrequest.go"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"599ab396afd323c9fb039e41afe622d80a17eca2ab2bd29dcc2cbc6850330b5c"}},{"ruleId":"D1","level":"warning","message":{"text":"main.srv (cyclomatic 21): main.srv has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"main.go"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"c95b854585f931913f53213d7d9385c27aa9f3047d8f77349c6332100aef2163"}},{"ruleId":"D1","level":"warning","message":{"text":"ansitopng.genTerm (cyclomatic 19): ansitopng.genTerm has cyclomatic complexity 19 (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":"internal/formatter/ansitopng/ansitopng.go"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"271303ae8d16c596b8d0ad7f2eeec71ec36869d1d653fd0f51bad1d10cfcb719"}},{"ruleId":"D2","level":"warning","message":{"text":"V1Renderer.formatTemp (cognitive 61): V1Renderer.formatTemp has cognitive complexity 61 (threshold 15). Drivers by points: boolean chains 38, if/else 19, match/switch 4 (nesting depth added 9). Most of this is not in the body itself: 9 of the 61 points are its own statements and the rest belongs to one function literal inside it that branches (line 104). The decisions are inside the literal, which nothing outside this body can call, review or test on its own, so splitting the enclosing body is not the move available here. To reduce it, lift the literal\u0027s work into a named function or method at the enclosing scope and have the literal call it, then reduce whichever part then reads as the largest."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/v1/format.go"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"a1a2ca87b5ab99d442561033b41829353a8eeb5bf33fc2bb632fc6c975141bcb"}},{"ruleId":"D2","level":"warning","message":{"text":"localization.TranslateWeather (cognitive 59): localization.TranslateWeather has cognitive complexity 59 (threshold 15). Drivers by points: if/else 35, loops 20, boolean chains 4 (nesting depth added 38). Of this number, 56 points are the body\u0027s own statements and 3 belong 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":"internal/localization/weatherer_translate.go"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"c9e52836aabc3d4b89d1b4d4a99222228776ae04ed9c9b48749c02258f47e9eb"}},{"ruleId":"D2","level":"warning","message":{"text":"V1Renderer.formatCond (cognitive 48): V1Renderer.formatCond has cognitive complexity 48 (threshold 15). Drivers by points: if/else 25, loops 22, boolean chains 1 (nesting depth added 22). 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":"internal/renderer/v1/format.go"},"region":{"startLine":323}}}],"partialFingerprints":{"codehealthFindingId/v1":"b9adbed5cf046882bd803973da48be0074d2f12e0500b09b230dcc8837ae1fcc"}},{"ruleId":"D2","level":"warning","message":{"text":"V1Renderer.Render (cognitive 46): V1Renderer.Render has cognitive complexity 46 (threshold 15). Drivers by points: if/else 31, boolean chains 9, loops 6 (nesting depth added 13). 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":"internal/renderer/v1/renderer.go"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"343f3211064d3dc7aee3a95731708ab35f5c44f5b0ede7d6ac262a8369faa5ed"}},{"ruleId":"D2","level":"warning","message":{"text":"WeatherService.computeResponse (cognitive 46): WeatherService.computeResponse has cognitive complexity 46 (threshold 15). Drivers by points: if/else 39, boolean chains 6, loops 1 (nesting depth added 14). 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":"internal/weather/weather.go"},"region":{"startLine":252}}}],"partialFingerprints":{"codehealthFindingId/v1":"079c5382370438ff42b385dcd25579eb89e8fce04f58a5bb0c2c277b17adb92a"}},{"ruleId":"D2","level":"warning","message":{"text":"ansitopng.genTerm (cognitive 41): ansitopng.genTerm has cognitive complexity 41 (threshold 15). Drivers by points: if/else 30, loops 9, boolean chains 2 (nesting depth added 21). 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":"internal/formatter/ansitopng/ansitopng.go"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"bbcbba268c4fd1e9929e06666c9c7005041e668e2dfa5e067995988fa0f5ef71"}},{"ruleId":"D2","level":"warning","message":{"text":"query.ParseOptionsInFilename (cognitive 41): query.ParseOptionsInFilename has cognitive complexity 41 (threshold 15). Drivers by points: if/else 36, loops 3, boolean chains 2 (nesting depth added 20). 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":"internal/query/fromrequest.go"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"42c354576c11bffc90a05aefd4aaffd24114a5459c010f0dfcb06a52bf40b49a"}},{"ruleId":"D2","level":"warning","message":{"text":"query.FromRequest (cognitive 40): query.FromRequest has cognitive complexity 40 (threshold 15). Drivers by points: if/else 31, boolean chains 6, match/switch 3 (nesting depth added 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":"internal/query/fromrequest.go"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"59964a7856a40b8ad5b0206e598cbff4ea45e8d18e23eead327eec06b32b9019"}},{"ruleId":"D2","level":"warning","message":{"text":"main.srv (cognitive 38): main.srv has cognitive complexity 38 (threshold 15). Drivers by points: if/else 37, boolean chains 1 (nesting depth added 14). 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":"main.go"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0bef1e018a6e104f684cae0673a130bc381cc5d828d7b8b1ae33bd3a410123a"}},{"ruleId":"D2","level":"warning","message":{"text":"query.ApplyAutoFixes (cognitive 35): query.ApplyAutoFixes has cognitive complexity 35 (threshold 15). Drivers by points: if/else 27, boolean chains 8 (nesting depth added 6). 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":"internal/query/fromrequest.go"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"44a440e18040bdb9187595a49543da3562fac0dfb67e23d911799ca0a4fb6032"}},{"ruleId":"D2","level":"warning","message":{"text":"PrometheusRenderer.extractWeatherDay (cognitive 33): PrometheusRenderer.extractWeatherDay has cognitive complexity 33 (threshold 15). Drivers by points: if/else 28, match/switch 4, boolean chains 1 (nesting depth added 16). The drivers above price the dispatch low by construction \u2014 a dispatch is charged once however many cases it lists, while each branch inside an arm is charged in full \u2014 so most of this count is what the case bodies hold, and the arms are where it can be reduced. To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Keep every case explicit, and make the behaviour for cases you do not list a deliberate choice rather than an accident."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/renderer_p1.go"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ee61c3c423e3cc9e90ef11ba6f6bf94ea0338eb7d16b2722f054d82321f796c"}},{"ruleId":"D2","level":"warning","message":{"text":"PrometheusRenderer.renderCurrent (cognitive 28): PrometheusRenderer.renderCurrent has cognitive complexity 28 (threshold 15). Drivers by points: if/else 21, loops 4, boolean chains 2, match/switch 1 (nesting depth added 16). 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":"internal/renderer/renderer_p1.go"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"dcf543af01883dbc2745bd624aa1e17a5c8711d643d154807a50b13985596dbe"}},{"ruleId":"D2","level":"warning","message":{"text":"v2.drawAstronomical (cognitive 28): v2.drawAstronomical has cognitive complexity 28 (threshold 15). Drivers by points: if/else 15, boolean chains 12, loops 1 (nesting depth added 5). 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":"internal/renderer/v2/block_astronomical.go"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a5c207a978eddc20e759618dcd7fc37deea25ee781118809ea1d4d8bb26bd56"}},{"ruleId":"D2","level":"warning","message":{"text":"ansitopng.scriptCategory (cognitive 24): ansitopng.scriptCategory has cognitive complexity 24 (threshold 15). Drivers by points: boolean chains 21, if/else 2, match/switch 1. 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":"internal/formatter/ansitopng/fonts.go"},"region":{"startLine":102}}}],"partialFingerprints":{"codehealthFindingId/v1":"839d3715844f8b8b05efe8050445eef9fa02ae181d090770523821e8c3e91bf4"}},{"ruleId":"D2","level":"warning","message":{"text":"Renderer.execute (cognitive 24): Renderer.execute has cognitive complexity 24 (threshold 15). Drivers by points: if/else 16, loops 5, match/switch 2, boolean chains 1 (nesting depth added 14). 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":"internal/renderer/subprocess/subprocess.go"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc4d9b1323bc93b9894ee2e473419c1c048a6aff27d8602df546249466032502"}},{"ruleId":"D2","level":"warning","message":{"text":"v2.renderSections (cognitive 23): v2.renderSections has cognitive complexity 23 (threshold 15). Drivers by points: if/else 15, loops 8 (nesting depth added 12). 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":"internal/renderer/v2/block_textualinformation.go"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"346d6d3e27ba35678614f7e9ee803a0b6a9ecb38add8ddb255b056d5078feeec"}},{"ruleId":"D2","level":"warning","message":{"text":"defs.LoadDefsFromAssets (cognitive 21): defs.LoadDefsFromAssets has cognitive complexity 21 (threshold 15). Drivers by points: if/else 18, boolean chains 2, loops 1 (nesting depth added 8). Most of this is not in the body itself: 3 of the 21 points are its own statements and the rest belongs to one function literal inside it that branches (line 106). The decisions are inside the literal, which nothing outside this body can call, review or test on its own, so splitting the enclosing body is not the move available here. To reduce it, lift the literal\u0027s work into a named function or method at the enclosing scope and have the literal call it, then reduce whichever part then reads as the largest."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/defs/defs.go"},"region":{"startLine":99}}}],"partialFingerprints":{"codehealthFindingId/v1":"570cb837801f8baf32ef7895415d677a2530ba7ea5011c7cb0da66695d3c7cd7"}},{"ruleId":"D2","level":"warning","message":{"text":"v2.displayWidth (cognitive 19): v2.displayWidth has cognitive complexity 19 (threshold 15). Drivers by points: boolean chains 11, if/else 5, match/switch 2, loops 1 (nesting depth added 3). 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":"internal/renderer/v2/block_textualinformation.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"e116b457012ed9f0c66b8640c60e4f04f8d6c6cf09820a14b097a0c8faedc25a"}},{"ruleId":"D2","level":"warning","message":{"text":"v2.drawRainSpark (cognitive 18): v2.drawRainSpark has cognitive complexity 18 (threshold 15). Drivers by points: if/else 11, loops 4, boolean chains 3 (nesting depth added 4). 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":"internal/renderer/v2/block_rain.go"},"region":{"startLine":14}}}],"partialFingerprints":{"codehealthFindingId/v1":"acd656132a2ad42ac44e88fa27ca23e618ac3087862286ac474739ee023cdb4e"}},{"ruleId":"D2","level":"warning","message":{"text":"v2.DrawColoredTemperatureDiagram (cognitive 18): v2.DrawColoredTemperatureDiagram has cognitive complexity 18 (threshold 15). Drivers by points: if/else 12, loops 4, boolean chains 2 (nesting depth added 7). 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":"internal/renderer/v2/block_temperature_colorized.go"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6e6b1d43e891d940018856f1f48aebe8e943e950b57a24ffc6ef1a242bd21cf"}},{"ruleId":"D2","level":"warning","message":{"text":"query.validateStringOption (cognitive 16): query.validateStringOption has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, loops 4, boolean chains 1 (nesting depth added 7). 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":"internal/query/parse.go"},"region":{"startLine":171}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac233d32cd083f1f3ea56b8db722ff13fb79779233da7c00b1fe46f31e4eae40"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): internal/renderer/v2/block_temperature.go:9-24 | internal/renderer/v2/block_temperature_colorized.go:64-78 \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 \u0060internal/renderer/v2/block_temperature.go:9\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":"internal/renderer/v2/block_temperature.go"},"region":{"startLine":9}}}],"partialFingerprints":{"codehealthFindingId/v1":"0aee3fbc42f1ea1ab97156cce80595156ce98ca8bbc2e5c8097d96ee32975e25"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): internal/localization/weatherer_translate.go:44-56 | internal/localization/weatherer_translate.go:73-85 \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 \u0060internal/localization/weatherer_translate.go:44\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":"internal/localization/weatherer_translate.go"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"2fd9e2af6df5ff76c23d7b0469fc04857ab6b4dd8a123847420d5430e1e8cda2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): internal/renderer/oneline/render_solar.go:27-40 | internal/renderer/oneline/render_solar.go:54-66 \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 \u0060internal/renderer/oneline/render_solar.go:27\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":"internal/renderer/oneline/render_solar.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"382fba092976c0e2b621d8943532c612469d05d5ac6002d0131fdf1c264c0e96"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): internal/renderer/v1/format.go:141-153 | internal/renderer/v1/format.go:187-199 \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 \u0060internal/renderer/v1/format.go:141\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":"internal/renderer/v1/format.go"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6c84c6c5d86df281fb5eb5cd100dbf721db86b0e590de32baa101b68ed4e736"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): internal/renderer/v1/converter.go:73-79 | internal/renderer/v1/renderer.go:174-180 \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":"internal/renderer/v1/converter.go"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6332d4548a52c20745ce37befd656e98b026a7a583f53fba7c1724bcba3f298"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): internal/renderer/oneline/render_solar.go:148-157 | internal/renderer/oneline/render_solar.go:173-179 \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":"internal/renderer/oneline/render_solar.go"},"region":{"startLine":148}}}],"partialFingerprints":{"codehealthFindingId/v1":"34828f81573fc3d1a82ce77ff199b2b19670f9af3b6cc571b41e19dc87c94dd6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): internal/util/termutil/termutil.go:59-63 | internal/util/termutil/termutil.go:69-73 \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 \u0060internal/util/termutil/termutil.go:59\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":"internal/util/termutil/termutil.go"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e0f3fd4f26aad6882a9b77de363991b98e21126a9158bc6ecfe91e6ff7954d6"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/query/fromrequest.go: internal/query/fromrequest.go changed 5 times in last 90 days, max complexity 30. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/query/fromrequest.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3bae48fa90fc066efe60f0a19342a8b15964006e5b096e0051b6ffa85106b139"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/weather/weather.go: internal/weather/weather.go changed 5 times in last 90 days, max complexity 28. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/weather/weather.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"86fe2eaa6bfe347da899b5bbae385d170175fa8852405dd6d8de9547be1e8da5"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/formatter/ansitopng/fonts.go: internal/formatter/ansitopng/fonts.go changed 3 times in last 90 days, max complexity 38. 1 of those changes was a fix/bug commit, and the other 2 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/formatter/ansitopng/fonts.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4d2e8b99f77e7502054ba40f11d2588a4c43abb33fa8aa552250a89a23a3f638"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: main.go: main.go changed 5 times in last 90 days, max complexity 21. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"main.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ad25fe010da123f16290dbc8424de869e4c5656398a37bebadeac3033236d07"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/renderer/v1/renderer.go: internal/renderer/v1/renderer.go changed 3 times in last 90 days, max complexity 33. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/v1/renderer.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2bf63cb83c10d3ce6af9596ac1cc8d5a23e34a890966969141e13c37c810e4ca"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/renderer/renderer_p1.go: internal/renderer/renderer_p1.go changed 2 times in last 90 days, max complexity 42. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/renderer_p1.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"92d906ca8315586d5891ed393661485aab6035e4285345695087a604ba2cdb13"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/formatter/ansitopng/ansitopng.go: internal/formatter/ansitopng/ansitopng.go changed 4 times in last 90 days, max complexity 19. 2 of those changes were fix/bug commits, and the other 2 changed it for other reasons \u2014 this file is under both repair and feature pressure. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/formatter/ansitopng/ansitopng.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a73f1207f8109f97640140afbb2744f27434f3e6a202ec8ccf9fd22ecf6f8cde"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/localization/weatherer_translate.go: internal/localization/weatherer_translate.go changed 2 times in last 90 days, max complexity 22. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/localization/weatherer_translate.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e3b7b1c39ea7a84cdf0ebd76926d340942207a3d0b4d70b981922a54678fbcc0"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: internal/renderer/subprocess/subprocess.go: internal/renderer/subprocess/subprocess.go changed 2 times in last 90 days, max complexity 15. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"internal/renderer/subprocess/subprocess.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2cff3cc84bbd4d2251201efd4639197cfe862abbcea2249af5fd278276cf921a"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 42 significant file(s) lose their only recent owner: internal/weather/weather.go, internal/location/cache.go, internal/query/fromrequest.go, internal/renderer/renderer_p1.go, internal/query/parse.go, internal/renderer/oneline/oneline.go, internal/server/server.go, internal/renderer/v1/icons.go (\u002B34 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"dce55f17760ca037805c7b1686c574a51f99a558bd414b251027cb48bcdee871"}},{"ruleId":"D19","level":"note","message":{"text":"The systemd service file example assumes a user-level service and omits the system-wide install path (the default /etc/systemd/system/* directory), which is critical for readers who want to deploy wttr.in globally.: Add a note specifying both user- and system-wide installation paths so the full systemd workflow is clear."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"share/systemd/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7fc750a6c362d3c893bec41ec1cc4f7ad9d46a29f1625331ac1fa28274d64661"}},{"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":"9b2b114a3f06be3d8e549b8c94183854c57ecd75b90ec692e4a56ab09adfe466"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"11d514e0818570d93dc27eb6d9238143e36ff100949a805247359b39adc67026"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c113e6c9abc1433b8bc41bff212d96585bb16a1cf9265f0ff4f3708ac8cd32cf"},"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":"903181fb4e3c99529e27d250bc5620577505e64234c2a600c7f29cd5c2322162"},"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":"8d9f282c55c1a4700158917f5f34baae433722beb9e042ddec24dc5c1c9f42f2"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"062a29e25df03d1efbfb7340ee56991376878cfdbd3979508ca550c022e98b7b"},"taxa":[{"id":"CWE-22","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"626a8de7f4a4da63cf254437e95a2064b4720a97c462d3a94572d1263379fb0d"},"taxa":[{"id":"CWE-338","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D31","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"cabfbbea2b7d29ab5c2675d5dcfb862ccf804032887d8cc3fbab2e811201b31b"}},{"ruleId":"D31","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1f51a163f26d94ce6b6f473117dde579d091c8cbf9e59810475c94d9fc921120"}},{"ruleId":"D38","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":"2e713568f92ceba89e04ad04b5d4791a1fa0236e7a475eb8e0d16f0950ff7d67"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4100517787f0303a49e2f54bdc7bf63ef08c7db77ab893c5ed3df3387fb1fa26"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"be217444638ac33aa1bd5044cfc99a2e92b284c1cc1654e8220d2ef2ef47944d"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"231ad4dc838e4a2768e6f7a1e67ca410b16632a9e046ea516d551978147d4308"}}],"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-1032","guid":"5f21e517-68aa-a650-9a25-5771ef024637","name":"OWASP Top Ten \u2014 Security Misconfiguration category","shortDescription":{"text":"OWASP Top Ten \u2014 Security Misconfiguration category"},"helpUri":"https://cwe.mitre.org/data/definitions/1032.html"},{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-16","guid":"659db3ea-affc-8453-8add-c1218fbfcb92","name":"Configuration","shortDescription":{"text":"Configuration"},"helpUri":"https://cwe.mitre.org/data/definitions/16.html"},{"id":"CWE-22","guid":"b68d9ca7-bdde-d057-a6cc-9f8b1e739552","name":"CWE-22","shortDescription":{"text":"CWE-22"},"helpUri":"https://cwe.mitre.org/data/definitions/22.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-338","guid":"e89b7604-c3f7-8b53-bc8c-4d4718c28617","name":"CWE-338","shortDescription":{"text":"CWE-338"},"helpUri":"https://cwe.mitre.org/data/definitions/338.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-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-732","guid":"1da27e8f-b330-7650-ab63-bd61953eae5d","name":"Incorrect Permission Assignment for Critical Resource","shortDescription":{"text":"Incorrect Permission Assignment for Critical Resource"},"helpUri":"https://cwe.mitre.org/data/definitions/732.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":13,"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."]}]}