{"$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":"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":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"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":"main.parseInput (cyclomatic 62): main.parseInput has cyclomatic complexity 62 (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":"cmd/candi/cli_parser.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"6cfcedaae879dcecfc10d19ef255f153593825d130ed8ba9860597f88d85c069"}},{"ruleId":"D1","level":"warning","message":{"text":"candihelper.ToDelimited (cyclomatic 38): candihelper.ToDelimited has cyclomatic complexity 38 (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":"candihelper/helper.go"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"9df5652dbce3872651a42222ce1ac2b9be6c04d9f04944dbd8a84280784bdd65"}},{"ruleId":"D1","level":"warning","message":{"text":"main.filterWorkerHandler (cyclomatic 37): main.filterWorkerHandler has cyclomatic complexity 37 (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":"cmd/candi/project_generator_utils.go"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2fac5ed2830a93cd3fa4ec0a429f99244e15d4eff79e61077397516073af789"}},{"ruleId":"D1","level":"warning","message":{"text":"taskQueueWorker.execJob (cyclomatic 33): taskQueueWorker.execJob has cyclomatic complexity 33 (threshold 15). Of this number, 27 points are the body\u0027s own statements and 6 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":"codebase/app/task_queue_worker/trigger_task.go"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"85bed42fc4a990a7d7236181177065470b11e25f647244d2ab20830854d26528"}},{"ruleId":"D1","level":"warning","message":{"text":"DBUpdateTools.ToMap (cyclomatic 30): DBUpdateTools.ToMap has cyclomatic complexity 30 (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":"candishared/database_update_tools.go"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"301058e6c996d59365bdf2a8ef1600fe403c279451efd18c704c59b73a99b6d0"}},{"ruleId":"D1","level":"warning","message":{"text":"candihelper.MustParseEnv (cyclomatic 28): candihelper.MustParseEnv 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":"candihelper/helper.go"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"8da29c6ef01fbdae034308cc2c76cd326a82c5bacbc1ae42acee4badc1bf9fa3"}},{"ruleId":"D1","level":"warning","message":{"text":"main.getNeedFileUpdates (cyclomatic 25): main.getNeedFileUpdates 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":"cmd/candi/project_generator_utils.go"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec51cd6da600e433acc015f5ac05c12330c8acb648b91c0bd1725b2b7f08a47c"}},{"ruleId":"D1","level":"warning","message":{"text":"candihelper.ParseFromQueryParam (cyclomatic 24): candihelper.ParseFromQueryParam has cyclomatic complexity 24 (threshold 15). Most of this is not in the body itself: 8 of the 24 points are its own statements and the rest belongs to 2 function literals inside it that branch (lines 61, 28). The decisions are inside those literals, 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 literals\u0027 work into a named function or method at the enclosing scope and have each literal call it, then reduce whichever part then reads as the largest."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"candihelper/query_param.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"31a69a99ef597d536687013320254325317b95be66436b1e66c3575b96ccdcd7"}},{"ruleId":"D1","level":"warning","message":{"text":"maskImpl.Mask (cyclomatic 23): maskImpl.Mask has cyclomatic complexity 23 (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":"logger/masker.go"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef55c40dd6a14918849630f9aa77e0905467f74e205fe41297e1373b776b57b5"}},{"ruleId":"D1","level":"warning","message":{"text":"candihelper.ParseDurationExpression (cyclomatic 22): candihelper.ParseDurationExpression has cyclomatic complexity 22 (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":"candihelper/time_parser.go"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a37dde6ce091a6979009611a1818361cd56d98c1c043a37e99f304e755f5414"}},{"ruleId":"D1","level":"warning","message":{"text":"main.scopeAddHandler (cyclomatic 21): main.scopeAddHandler has cyclomatic complexity 21 (threshold 15). To reduce it, keep the dispatch but shrink the arms: move each non-trivial case body into its own named function (or onto the value being matched) so the dispatch reads one line per case, and group related cases into a sub-dispatch. Where every arm is uniform \u2014 the same kind of value, with no behaviour of its own \u2014 a table keyed by the case is the shorter form; wherever the arms carry different data or different behaviour, keep them as cases, because collapsing those trades an explicit, reviewable set of cases for nothing."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/project_generator_add_handler.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"7db23a9cd946e3de34ab6e31fa7ff293023e904857612eab7212e4283f7861f7"}},{"ruleId":"D1","level":"warning","message":{"text":"taskqueueworker.AddJob (cyclomatic 19): taskqueueworker.AddJob has cyclomatic complexity 19 (threshold 15). Of this number, 18 points are the body\u0027s own statements and 1 belongs to one function literal inside it that branches. 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":"codebase/app/task_queue_worker/job_operation.go"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"88b1eccc047de247df1cba2b3beb39e31df73b8ab64c6830c2b2eccfb723953e"}},{"ruleId":"D1","level":"warning","message":{"text":"expression.calculateActualDaysOfMonth (cyclomatic 18): expression.calculateActualDaysOfMonth 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":"candiutils/cronparser/next.go"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9aa5aee64f2f9928263072c14cc08f619d83f155c16ecb69d78d2e71b694504"}},{"ruleId":"D1","level":"warning","message":{"text":"connection.readLoop (cyclomatic 18): connection.readLoop has cyclomatic complexity 18 (threshold 15). Of this number, 13 points are the body\u0027s own statements and 5 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":"codebase/app/graphql_server/ws/conn.go"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"619fdfb06077ed5cf82dfa0d5108fdf9a85d3f9f48668607f865d8656ce418b2"}},{"ruleId":"D1","level":"warning","message":{"text":"restMiddleware.Tracer (cyclomatic 18): restMiddleware.Tracer has cyclomatic complexity 18 (threshold 15). Most of this is not in the body itself: 1 of the 18 points is its own statement and the rest belongs to one function literal inside it that branches (line 50). 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":"codebase/app/rest_server/middleware.go"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"aef1bb1d909a868d51b27dab1abaea9b15fe4a07b0eab0cde3df4b1bf2538894"}},{"ruleId":"D1","level":"warning","message":{"text":"env.Load (cyclomatic 18): env.Load has cyclomatic complexity 18 (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":"config/env/environment.go"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"25795ed468677b167faca7add7ed974426499f2edb1dfee3f94fb5f3e8b594cf"}},{"ruleId":"D1","level":"warning","message":{"text":"main.projectGenerator (cyclomatic 17): main.projectGenerator 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":"cmd/candi/project_generator.go"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"ee800e8033760a77bc3ec77aaa5d45015c530eb8f5b33636be48e4df3b9a6126"}},{"ruleId":"D1","level":"warning","message":{"text":"postgresWorker.execEvent (cyclomatic 17): postgresWorker.execEvent has cyclomatic complexity 17 (threshold 15). Of this number, 16 points are the body\u0027s own statements and 1 belongs to one function literal inside it that branches. 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":"codebase/app/postgres_worker/postgres_worker.go"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"99480e5107bfa9b5a093b107b68bb403c190ad4986805b59f69fcdb37cbcb638"}},{"ruleId":"D1","level":"warning","message":{"text":"candihelper.ToCamelCase (cyclomatic 16): candihelper.ToCamelCase has cyclomatic complexity 16 (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":"candihelper/helper.go"},"region":{"startLine":308}}}],"partialFingerprints":{"codehealthFindingId/v1":"2302e2f7d0d4ef4b51aaef218007c68308bd2fa5bf7c7bb6474b9153df400425"}},{"ruleId":"D1","level":"warning","message":{"text":"taskqueueworker.NewMongoPersistent (cyclomatic 16): taskqueueworker.NewMongoPersistent has cyclomatic complexity 16 (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":"codebase/app/task_queue_worker/persistent_mongo.go"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"d74eba030e0a2354a39323e6fb30b718c8e7e00a464bd22b032b89013cbc0876"}},{"ruleId":"D1","level":"warning","message":{"text":"configurationUsecase.setConfiguration (cyclomatic 16): configurationUsecase.setConfiguration has cyclomatic complexity 16 (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":"codebase/app/task_queue_worker/configuration.go"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce17a302b2bc436491894be48701fbc16e138f362bae2f0041fc0431366d21f3"}},{"ruleId":"D1","level":"warning","message":{"text":"MongoPersistent.toBsonFilter (cyclomatic 16): MongoPersistent.toBsonFilter has cyclomatic complexity 16 (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":"codebase/app/task_queue_worker/persistent_mongo.go"},"region":{"startLine":398}}}],"partialFingerprints":{"codehealthFindingId/v1":"20c587d5b05ee729fc8489bddea676948ef62409d7715b693c146507c586c6c4"}},{"ruleId":"D1","level":"warning","message":{"text":"SQLPersistent.toQueryFilter (cyclomatic 16): SQLPersistent.toQueryFilter has cyclomatic complexity 16 (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":"codebase/app/task_queue_worker/persistent_sql.go"},"region":{"startLine":461}}}],"partialFingerprints":{"codehealthFindingId/v1":"a28435ff000cdec73e821ca37d4f91973a27d5783578c03587f45f1b918a75a2"}},{"ruleId":"D2","level":"warning","message":{"text":"main.parseInput (cognitive 94): main.parseInput has cognitive complexity 94 (threshold 15). Drivers by points: if/else 63, jumps 16, boolean chains 6, loops 6, match/switch 3 (nesting depth added 26). 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":"cmd/candi/cli_parser.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ef1a0d0ab308ae89e63fcb458efd7cffa18edbd155b60c11a1505a9f3346537"}},{"ruleId":"D2","level":"warning","message":{"text":"taskQueueWorker.execJob (cognitive 61): taskQueueWorker.execJob has cognitive complexity 61 (threshold 15). Drivers by points: if/else 54, match/switch 3, boolean chains 2, jumps 1, loops 1 (nesting depth added 27). Of this number, 50 points are the body\u0027s own statements and 11 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":"codebase/app/task_queue_worker/trigger_task.go"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"2c6d21d820dd7cbfd914996306b7149cf63df63dba5b31eabd474fef3f1be5f3"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.ToDelimited (cognitive 53): candihelper.ToDelimited has cognitive complexity 53 (threshold 15). Drivers by points: if/else 31, boolean chains 21, loops 1 (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":"candihelper/helper.go"},"region":{"startLine":345}}}],"partialFingerprints":{"codehealthFindingId/v1":"70e6a27f1c0180f7caa09096966971742484a155de03d0e12a43a77e4ca37eb4"}},{"ruleId":"D2","level":"warning","message":{"text":"maskImpl.Mask (cognitive 51): maskImpl.Mask has cognitive complexity 51 (threshold 15). Drivers by points: if/else 36, loops 6, boolean chains 5, match/switch 4 (nesting depth added 33). 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":"logger/masker.go"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"2a6307fa310420f229624f19af39e495188cde33dc17c446671cba3b7db920ad"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.MustParseEnv (cognitive 45): candihelper.MustParseEnv has cognitive complexity 45 (threshold 15). Drivers by points: if/else 36, match/switch 5, boolean chains 3, loops 1 (nesting depth added 25). 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":"candihelper/helper.go"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"3bbbb232c1ecbe6f7334bf9fe2d8effc5a2fa83146be31f2378291a436bf0ac4"}},{"ruleId":"D2","level":"warning","message":{"text":"DBUpdateTools.ToMap (cognitive 41): DBUpdateTools.ToMap has cognitive complexity 41 (threshold 15). Drivers by points: if/else 23, boolean chains 10, loops 5, match/switch 3 (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":"candishared/database_update_tools.go"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"fa8534d3ba006867cea9f205eaf298cc4a6a14ad19ac48612b58ab179e578da4"}},{"ruleId":"D2","level":"warning","message":{"text":"main.getNeedFileUpdates (cognitive 38): main.getNeedFileUpdates has cognitive complexity 38 (threshold 15). Drivers by points: if/else 22, loops 14, boolean chains 2 (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":"cmd/candi/project_generator_utils.go"},"region":{"startLine":251}}}],"partialFingerprints":{"codehealthFindingId/v1":"1fc9e9ca80a226d9c21482329e3219c4028407900884618f7bbdb2ae41037ca0"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.ParseFromQueryParam (cognitive 37): candihelper.ParseFromQueryParam has cognitive complexity 37 (threshold 15). Drivers by points: if/else 28, loops 4, boolean chains 3, match/switch 2 (nesting depth added 18). Most of this is not in the body itself: 13 of the 37 points are its own statements and the rest belongs to 2 function literals inside it that branch (lines 61, 28). The decisions are inside those literals, 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 literals\u0027 work into a named function or method at the enclosing scope and have each literal call it, then reduce whichever part then reads as the largest."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"candihelper/query_param.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1fd5545a94fab1ae358c8db8b0ec243a75e1615cf89cdf9fb0a6a303d331a29"}},{"ruleId":"D2","level":"warning","message":{"text":"connection.readLoop (cognitive 37): connection.readLoop has cognitive complexity 37 (threshold 15). Drivers by points: if/else 27, match/switch 6, loops 4 (nesting depth added 25). Of this number, 20 points are the body\u0027s own statements and 17 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":"codebase/app/graphql_server/ws/conn.go"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5fc913622ae8b2fac4535658ea907f8cdba496c7405c310582ed25011ae43fb"}},{"ruleId":"D2","level":"warning","message":{"text":"expression.calculateActualDaysOfMonth (cognitive 34): expression.calculateActualDaysOfMonth has cognitive complexity 34 (threshold 15). Drivers by points: if/else 22, loops 10, boolean chains 2 (nesting depth added 17). 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":"candiutils/cronparser/next.go"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"ddb16d3ca0611c01c19e05c63cb13887204ad095c8dab385c49493cfa71fc2ba"}},{"ruleId":"D2","level":"warning","message":{"text":"main.filterWorkerHandler (cognitive 33): main.filterWorkerHandler has cognitive complexity 33 (threshold 15). Drivers by points: boolean chains 24, if/else 9. 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":"cmd/candi/project_generator_utils.go"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8d65994b67a5fd886522ab2ea550bb3a8388f7bc4dbd82a37999da57bfc6c31"}},{"ruleId":"D2","level":"warning","message":{"text":"main.execGenerator (cognitive 31): main.execGenerator has cognitive complexity 31 (threshold 15). Drivers by points: if/else 25, jumps 4, boolean chains 1, loops 1 (nesting depth added 11). 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":"cmd/candi/project_generator.go"},"region":{"startLine":385}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb0a3c95f7ad6471847abe4f783fd8b7555baeea8d1de159a6b8514e1e3a02e9"}},{"ruleId":"D2","level":"warning","message":{"text":"taskqueueworker.NewMongoPersistent (cognitive 27): taskqueueworker.NewMongoPersistent has cognitive complexity 27 (threshold 15). Drivers by points: if/else 18, loops 9 (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":"codebase/app/task_queue_worker/persistent_mongo.go"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc3fa658ff86f281393942a39d666ebb226a9a51540ed465fd0768c8fbd5e4ee"}},{"ruleId":"D2","level":"warning","message":{"text":"taskQueueWorker.prepare (cognitive 27): taskQueueWorker.prepare has cognitive complexity 27 (threshold 15). Drivers by points: if/else 21, boolean chains 3, loops 3 (nesting depth added 13). Most of this is not in the body itself: 12 of the 27 points are its own statements and the rest belongs to one function literal inside it that branches (line 116). 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":"codebase/app/task_queue_worker/task_queue_worker.go"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"984442e8ec9deeb08b74d407d2f8c968ac212b626edfcbb9e310b9a79542bdec"}},{"ruleId":"D2","level":"warning","message":{"text":"cronexpr.genericFieldParse (cognitive 26): cronexpr.genericFieldParse has cognitive complexity 26 (threshold 15). Drivers by points: if/else 22, boolean chains 3, loops 1 (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":"candiutils/cronparser/parser.go"},"region":{"startLine":354}}}],"partialFingerprints":{"codehealthFindingId/v1":"31604acf6575e224101eca955484cf73c85fa47fedccd5dcc3e9f690ac415000"}},{"ruleId":"D2","level":"warning","message":{"text":"postgresworker.NewWorker (cognitive 22): postgresworker.NewWorker has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, loops 6, boolean chains 1 (nesting depth added 10). 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":"codebase/app/postgres_worker/postgres_worker.go"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"9987e9ff517cdcc0b9104acbb2cd7f63072b92f3735c13703bcb601001e8481e"}},{"ruleId":"D2","level":"warning","message":{"text":"restMiddleware.Tracer (cognitive 22): restMiddleware.Tracer has cognitive complexity 22 (threshold 15). Drivers by points: if/else 18, loops 2, boolean chains 1, match/switch 1 (nesting depth added 4). Most of this is not in the body itself: 0 of the 22 points are its own statements and the rest belongs to one function literal inside it that branches (line 50). 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":"codebase/app/rest_server/middleware.go"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"482ebafca9cb146247d81f348ca63d135d5e9b81ef10507012e5679e76f492d2"}},{"ruleId":"D2","level":"warning","message":{"text":"main.projectGenerator (cognitive 21): main.projectGenerator has cognitive complexity 21 (threshold 15). Drivers by points: if/else 11, loops 6, boolean chains 3, match/switch 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":"cmd/candi/project_generator.go"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"26af0e8d4f7c534344ebe4104fe1facfec5fa6b6b63030e31d2fb1780d5d6dd2"}},{"ruleId":"D2","level":"warning","message":{"text":"env.Load (cognitive 21): env.Load has cognitive complexity 21 (threshold 15). Drivers by points: if/else 17, boolean chains 4 (nesting depth added 4). 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":"config/env/environment.go"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"a8fbe5951a8b5883965a3d6b7b204cab12898d244cf05e7ec07e55e25d2300d4"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.ToCamelCase (cognitive 20): candihelper.ToCamelCase has cognitive complexity 20 (threshold 15). Drivers by points: if/else 14, boolean chains 5, loops 1 (nesting depth added 6). 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":"candihelper/helper.go"},"region":{"startLine":308}}}],"partialFingerprints":{"codehealthFindingId/v1":"d81b42aa65aa1d417a69bf8d8a22abe6b735e07bf4c0f8fa66ca4a5df9821733"}},{"ruleId":"D2","level":"warning","message":{"text":"main.serviceRunner (cognitive 20): main.serviceRunner has cognitive complexity 20 (threshold 15). Drivers by points: if/else 14, loops 6 (nesting depth added 9). Of this number, 19 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":"cmd/candi/service_runner.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"00a63dc4c00e9dbed9ad9b0c84bb74d9be039965f8fe505ae73c73cd47a48bb0"}},{"ruleId":"D2","level":"warning","message":{"text":"taskqueueworker.AddJob (cognitive 20): taskqueueworker.AddJob has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, boolean chains 3 (nesting depth added 2). Of this number, 19 points are the body\u0027s own statements and 1 belongs to one function literal inside it that branches. 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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/task_queue_worker/job_operation.go"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"63f1472ae89eb90593acb1c55fb87f4f8342e46d0932adcc177fab5f8bfba7bf"}},{"ruleId":"D2","level":"warning","message":{"text":"configurationUsecase.setConfiguration (cognitive 20): configurationUsecase.setConfiguration has cognitive complexity 20 (threshold 15). Drivers by points: if/else 15, boolean chains 2, loops 2, match/switch 1 (nesting depth added 8). 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":"codebase/app/task_queue_worker/configuration.go"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"4275cee2e5a21622608c1d74d46e0dade66a25ebc928bc8ac20ccf9e5fc3769e"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.ParseDurationExpression (cognitive 19): candihelper.ParseDurationExpression has cognitive complexity 19 (threshold 15). Drivers by points: if/else 15, boolean chains 2, match/switch 2 (nesting depth added 4). 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":"candihelper/time_parser.go"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"37ad8a6b93a3ea4077b658c68b1bf46716d5491c00b737b2da561a59a2b7175a"}},{"ruleId":"D2","level":"warning","message":{"text":"expression.domFieldHandler (cognitive 19): expression.domFieldHandler has cognitive complexity 19 (threshold 15). Drivers by points: if/else 16, match/switch 2, loops 1 (nesting depth added 10). 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":"candiutils/cronparser/parser.go"},"region":{"startLine":287}}}],"partialFingerprints":{"codehealthFindingId/v1":"000c2de9b34a88b0d6afba59f9750c7d240fda9a93ee8220b6954e987d95965a"}},{"ruleId":"D2","level":"warning","message":{"text":"main.main (cognitive 18): main.main has cognitive complexity 18 (threshold 15). Drivers by points: if/else 16, jumps 1, match/switch 1 (nesting depth added 9). 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":"cmd/candi/main.go"},"region":{"startLine":15}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e07a92d40342030e10476c8932ab5ba9a77da9297bc03bb2f607448c75f0545"}},{"ruleId":"D2","level":"warning","message":{"text":"env.parseAppConfig (cognitive 18): env.parseAppConfig has cognitive complexity 18 (threshold 15). Drivers by points: if/else 18. To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. 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":"config/env/environment.go"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"8187cd29fd2b19115b0b43b02707f2e22aca07c9aa45732d5aadb4ff2f66438f"}},{"ruleId":"D2","level":"warning","message":{"text":"otelTraceImpl.Finish (cognitive 18): otelTraceImpl.Finish has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 4, boolean chains 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":"tracer/otel.go"},"region":{"startLine":256}}}],"partialFingerprints":{"codehealthFindingId/v1":"490d0007cde9334d6dec023b5c02fcf6f48c5333050e2a44204d6a947c8da150"}},{"ruleId":"D2","level":"warning","message":{"text":"candihelper.ParseToQueryParam (cognitive 17): candihelper.ParseToQueryParam has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, boolean chains 2, match/switch 2, loops 1 (nesting depth added 8). 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":"candihelper/query_param.go"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"738d85b785bf980fe8f819f36f6166eb5466f24bd5fa3f487d8fcbb87dee1440"}},{"ruleId":"D2","level":"warning","message":{"text":"main.scopeAddHandler (cognitive 17): main.scopeAddHandler has cognitive complexity 17 (threshold 15). Drivers by points: if/else 8, loops 5, match/switch 4 (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":"cmd/candi/project_generator_add_handler.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"f58c25ab933cc7272277274ea4504305aad6178c843a93de1fa2c2348eb555fc"}},{"ruleId":"D2","level":"warning","message":{"text":"postgresWorker.execEvent (cognitive 17): postgresWorker.execEvent has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, match/switch 2, boolean chains 1, loops 1 (nesting depth added 3). Of this number, 16 points are the body\u0027s own statements and 1 belongs to one function literal inside it that branches. 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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/postgres_worker/postgres_worker.go"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef06fed406f9645cffc9af7874f66c3692fa8d840ff075d90003cc6a0b422b46"}},{"ruleId":"D2","level":"warning","message":{"text":"restMiddleware.CORS (cognitive 17): restMiddleware.CORS has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, boolean chains 2, loops 1 (nesting depth added 4). Most of this is not in the body itself: 2 of the 17 points are its own statements and the rest belongs to one function literal inside it that branches (line 202). 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":"codebase/app/rest_server/middleware.go"},"region":{"startLine":193}}}],"partialFingerprints":{"codehealthFindingId/v1":"7fc99929b53c316f2b156983862e4e9b1f06c353ea970314b611020c55f4176a"}},{"ruleId":"D2","level":"warning","message":{"text":"restserver.transformURLParam (cognitive 16): restserver.transformURLParam has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, boolean chains 2, loops 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":"codebase/app/rest_server/route_wrapper.go"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"1f205547a9b646cbf8fa8c792a14098946365f4eab5b495c2cbb189f191c7334"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: SQLPersistent: TooManyMethods \u2014 31 methods, declared across 2 files: task_queue_worker/persistent_sql.go (21), task_queue_worker/persistent_sql_tools.go (10). That list is where to read them, not a suggestion to split the file: the members belong to the type wherever they are declared, so moving them between files leaves the count unchanged. 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":"codebase/app/task_queue_worker/persistent_sql.go"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"4db783dad64ca101c6e5b1cf8a968b97ae045af7bfd6b1f09ec46a4f5dbd7d74"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): validator/json_schema_storage.go:46-59 | validator/json_schema_storage.go:100-113 \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 \u0060validator/json_schema_storage.go: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":"validator/json_schema_storage.go"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad07c9e1f549898c8a683ac5130f57b7f7c7feae00ca34cd903be7029e8a9c97"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 3): codebase/app/task_queue_worker/persistent_mongo.go:35-47 | codebase/app/task_queue_worker/persistent_mongo.go:65-77 | codebase/app/task_queue_worker/persistent_mongo.go:137-148 \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 \u0060codebase/app/task_queue_worker/persistent_mongo.go:35\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":"codebase/app/task_queue_worker/persistent_mongo.go"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3bbc236c0efb9d4d07c9a96a0712a3d424bde1b966145fc33b9962d2e099508"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): codebase/app/task_queue_worker/persistent_mongo.go:519-529 | codebase/app/task_queue_worker/persistent_mongo.go:542-552 \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 \u0060codebase/app/task_queue_worker/persistent_mongo.go:519\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":"codebase/app/task_queue_worker/persistent_mongo.go"},"region":{"startLine":519}}}],"partialFingerprints":{"codehealthFindingId/v1":"312371411ea157e94a7077115e9b4b6b9045bb6671657b2a42cf6bea39900481"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): codebase/app/task_queue_worker/persistent_sql.go:379-389 | codebase/app/task_queue_worker/persistent_sql.go:418-428 \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 \u0060codebase/app/task_queue_worker/persistent_sql.go:379\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/task_queue_worker/persistent_sql.go"},"region":{"startLine":379}}}],"partialFingerprints":{"codehealthFindingId/v1":"1eac7bd1b8e1abf4272325d3fe89b7ff43c39044f53bcbe9a300de1cfda44e24"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): codebase/app/task_queue_worker/persistent_sql.go:348-358 | codebase/app/task_queue_worker/summary.go:53-62 \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 \u0060codebase/app/task_queue_worker/persistent_sql.go:348\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":"codebase/app/task_queue_worker/persistent_sql.go"},"region":{"startLine":348}}}],"partialFingerprints":{"codehealthFindingId/v1":"cda6482178d99d44b3f770451c51df652722522a756d40c1bf19e9acbdc3e06e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): candiutils/cronparser/parser.go:402-410 | candiutils/cronparser/parser.go:415-423 \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 \u0060candiutils/cronparser/parser.go:402\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":"candiutils/cronparser/parser.go"},"region":{"startLine":402}}}],"partialFingerprints":{"codehealthFindingId/v1":"5475b58d71d6ddc7cada4cc5fbe71b110220f29c4cf6b0e19afc5cddc1c37102"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): cmd/candi/project_generator_utils.go:408-416 | cmd/candi/project_generator_utils.go:421-429 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/project_generator_utils.go"},"region":{"startLine":408}}}],"partialFingerprints":{"codehealthFindingId/v1":"536e3dfd3e8981353db4180d1e7e0bb427b3927c88bd5cceeffc0b8d8d5a8700"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): codebase/app/postgres_worker/postgres_worker.go:220-228 | codebase/app/redis_worker/redis_worker.go:186-194 \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 \u0060codebase/app/postgres_worker/postgres_worker.go:220\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 register a scope-exit action (a \u0060defer\u0060-style statement) that runs when the function holding them returns: moved into a called unit it would run when THAT unit returns instead \u2014 before the caller uses what it releases \u2014 so keep the registration at the call site and extract only the work around it, or have the extracted unit hand the resource back for the caller to register."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/postgres_worker/postgres_worker.go"},"region":{"startLine":220}}}],"partialFingerprints":{"codehealthFindingId/v1":"3036ff4882f29ff5dffa5996ab7f3646e77f5ec9ae167f501eb0a467233eac69"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): cmd/candi/types.go:210-217 | cmd/candi/project_generator.go:412-419 \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 \u0060cmd/candi/types.go:210\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":"cmd/candi/types.go"},"region":{"startLine":210}}}],"partialFingerprints":{"codehealthFindingId/v1":"23d309b9836317e7b4fab09f77d518bcc690551c7ed707e919aca2b0b06c617f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): codebase/app/graphql_server/graphql_server.go:69-76 | codebase/app/rest_server/rest_server.go:114-121 \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 \u0060codebase/app/graphql_server/graphql_server.go:69\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":"codebase/app/graphql_server/graphql_server.go"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"11e9f48dc9c41b9db45c0dc8c6f076d174353b298e4d89539bd8377edb4ce6e0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): cmd/candi/project_generator_add_usecase.go:13-21 | cmd/candi/project_generator_add_usecase.go:82-89 \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 \u0060cmd/candi/project_generator_add_usecase.go:13\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/project_generator_add_usecase.go"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"8727b707b7ff70339f8cd2b81032cc78b624fdb6d444f42f74855da04d60e747"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): codebase/app/cron_worker/cron_worker.go:184-190 | codebase/app/postgres_worker/postgres_worker.go:220-226 | codebase/app/redis_worker/redis_worker.go:186-192 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 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 3 times. The matched lines also register a scope-exit action (a \u0060defer\u0060-style statement) that runs when the function holding them returns: moved into a called unit it would run when THAT unit returns instead \u2014 before the caller uses what it releases \u2014 so keep the registration at the call site and extract only the work around it, or have the extracted unit hand the resource back for the caller to register."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/cron_worker/cron_worker.go"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"be72ca213532a439904a40589625907bda298182dc0f7995265374991ec33e5c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): codebase/app/task_queue_worker/graphql_resolver.go:239-244 | codebase/app/task_queue_worker/graphql_resolver.go:643-648 \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 \u0060codebase/app/task_queue_worker/graphql_resolver.go: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":"codebase/app/task_queue_worker/graphql_resolver.go"},"region":{"startLine":239}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e8b6d26fe6b18d4fa80bbcdd5047c754826dbfcb1e075d00aeafe2a0c252afc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): candiutils/cronparser/parser.go:388-392 | candiutils/cronparser/parser.go:424-428 \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 \u0060candiutils/cronparser/parser.go:388\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"candiutils/cronparser/parser.go"},"region":{"startLine":388}}}],"partialFingerprints":{"codehealthFindingId/v1":"775ce0b6c2c2f2fc28bbad2bf198546b78d848385ae2e7c383887fc618a1264a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): codebase/app/kafka_worker/kafka_worker.go:59-63 | codebase/app/redis_worker/redis_worker.go:68-72 \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 \u0060codebase/app/kafka_worker/kafka_worker.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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/kafka_worker/kafka_worker.go"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e8a11e4f096202e96f0ae046c8d6ed8dc8995fe3e846ba7d88353cb1f1ffaae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): codebase/app/task_queue_worker/persistent_sql.go:224-228 | codebase/app/task_queue_worker/persistent_sql.go:265-269 \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 \u0060codebase/app/task_queue_worker/persistent_sql.go:224\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":"codebase/app/task_queue_worker/persistent_sql.go"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"e77aeeba50601dac71ee1d44def28eb2dd695e2a98d75ab4830f5d5af250b7b0"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 10 significant file(s) lose their only recent owner: codebase/app/task_queue_worker/persistent_sql.go, codebase/app/task_queue_worker/job_operation.go, config/env/environment.go, codebase/app/task_queue_worker/persistent_model.go, cmd/candi/template_configs.go, codebase/app/redis_worker/redis_worker.go, codebase/app/task_queue_worker/summary.go, tracer/utils.go (\u002B2 more). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"5ed459185a8ae595814ee8f699c664045afd6c88aba8224f1b0ac550c695cac2"}},{"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":"be82002869094debafd47ffc0021bdb17eacecac471c254f8f1b3bfbd31ecf12"},"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":"c4d2b670254bdd235733b2a63edd2f78184944739589dc19e542df937a8f37f2"},"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":"2e702d9db1d477603d753bbf0453cda3227c32a54d7a1f5913c3cef5c4ecd150"},"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":"338112e3aa3e4717f1442dfbe0e5a2aec00ac083b3302b887652377d0ac72de7"},"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":"8f2e2fade2539336ee1b591b9624b4b94524ae9178efb21a4f424be2578b0221"},"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":"a001af5623e71ecb78f998f303e1ceda88dc82329f72ab26ad70fe3bbcd40756"},"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":"fcbcdf7b6659753624b46233c519119423973b5290db6a359ec5520401e7287e"},"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":"1fc7ddd7f65f6c1731ed2f9882532d8ae3ce0a7a7349258bb3e5b913c509bf8d"},"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":"ffb14bf8606b2d689b6cd793ddce410f59aecacd56a60a20c92eb0a85de209bf"},"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":"f99b14434f4e1ba27194717a6f3a1d1a7e77465de1ce10c4861fdd3289331e81"},"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":"19709e9542dfdbf8e3b039e9704321f54f80c13cf1425fd7aa2f2c63dcfdb1df"},"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":"e76eb813ccd665a02f7cf64f94036230a438b5b62279009ca68c4f2a707dfaa7"},"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":"faadca403659d034c6b4c5c6797f95743f392a1e4aeaaedf1d5f5b5b4be7b5ff"},"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":"cf78d97aa4d36822b02da6695dcf796b1c4a9c5d0f4225d6ea3f3f49dc04721c"},"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":"2724c94700760b779b2ebe7ab1bd250a27cabf998a62a6e25961883cf5590e3c"},"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":"4f0fafc8999dc9435219d46e65b8ddb50701dc6a61666edce21b2c6e4f6a889f"},"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":"0a2870d5c5c069ee970d10270e69dca780cf354d06e1649c69fcbd41b8a00ba9"},"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":"f907fc8fb7141197e71a4eec37a385aafd38e0ed427d82469b4ba98afc5f8629"},"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":"7300ccc67377a96a82aafb548250cf5c63f6cbb1076008eb8fcee0c8d7244721"},"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":"51ad781cb0fd15c2b2c7b0d4d1faa209bc15ecbed9adb62a10d18b4a5e8b8044"},"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":"70c8bab37f41d7640b25e8beb9568f6bd33cb45d81f154e3d672a807f1a8f752"},"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":"67f68c32bf0781894d20853748818f41d8f5e8e161fae1d030c0d5700be2ab5e"},"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":"bc3b289730655fc21f44363b9a12b37751460049ca71bb5d3e86c128bb123f92"},"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":"e13b02bf48f6be7d598ffd774abe33eece1e2e50686d212bd7e1d6893eca4145"},"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":"51e13422d8c10b5ae1b4165a9154a1737c3b52e806c88d63f0b61ccf2b40c42b"},"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":"c835b1aac710e971c97368fc765a60613ed12ddbdccaa3e0c54a4a93b719b5c5"},"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":"7cb37be55336e565d0f1dd35bac9b429e27bf75afc0c112a3686fa936a598554"},"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":"247a1e398db90c56aa476e73449cced884a87ded9dec15d29440425dd69bfb3f"},"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":"e60a1b0cb3dfde8a941e882d7bb853fdd74873d3c7151b52d682ebff083fdc87"},"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":"dbc96c31f4c1e31f4bf9f670c5fe59e8e88b0b58c8a51341b0ca70c8c7c2c588"},"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":"19209e4073d2c25bbcbe6f94e6e8a2817611ca2d1896485722ad0c5e0a8a4526"},"taxa":[{"id":"CWE-89","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":"3c68eb51f1514bca5c4b525db469149d4a587302d7332b057d1300ac7af15b3d"},"taxa":[{"id":"CWE-328","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"78d23a9daaede08b28a3123f190cc8675a1af13351af42a6e43822485ec33dc7"},"taxa":[{"id":"CWE-242","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","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":"28e9762cc902f4d93ff9b26898eff488e51412917ce90dfff164f712070a6944"},"taxa":[{"id":"CWE-242","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: template_env.go \u2194 environment.go: \u0060cmd/candi/template_env.go\u0060 (context cmd) and \u0060config/env/environment.go\u0060 (context config) sit in DIFFERENT parts of the tree yet change together 53% of the time (32 of the 60 commits that touched the less-changed of the two, renames followed) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/template_env.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"a3e05b0990480308471ee21df3237b67797f0b69b9cc060f1288a319328f485e"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: graphql_schema.go \u2194 task_queue_worker.go: \u0060codebase/app/task_queue_worker/graphql_schema.go\u0060 and \u0060codebase/app/task_queue_worker/task_queue_worker.go\u0060 change together 79% of the time (23 of the 29 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/task_queue_worker/graphql_schema.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"308e17f6349ea33ce9738dd360f15f570b032d7657bf67eb3e5f45f9f50487a5"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: basic.go \u2194 bearer.go: \u0060middleware/basic.go\u0060 and \u0060middleware/bearer.go\u0060 change together 76% of the time (16 of the 21 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"middleware/basic.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e9da1091d0ac2fdc82fff0683209485056892079e326510c5198e57baf14952"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: project_generator_add_handler.go \u2194 init.go: \u0060cmd/candi/project_generator_add_handler.go\u0060 and \u0060init.go\u0060 change together 60% of the time (15 of the 25 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/project_generator_add_handler.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"084a88a80b086741fa63e85576258b0012418d70fd6d28ac3c845650da237ec3"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: subscribers.go \u2194 types.go: \u0060codebase/app/task_queue_worker/subscribers.go\u0060 and \u0060codebase/app/task_queue_worker/types.go\u0060 change together 59% of the time (17 of the 29 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"codebase/app/task_queue_worker/subscribers.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e56c3283ce4f9611f8a8dd2a7f3548cabf4d7e47573a7af7c42e31ec6fa052d"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: template_domain.go \u2194 init.go: \u0060cmd/candi/template_domain.go\u0060 and \u0060init.go\u0060 change together 55% of the time (11 of the 20 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/template_domain.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fec5d26affca9701ac4c5945c9cf7f1ac926284914986f4e835d9ff438d99068"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: project_generator.go \u2194 init.go: \u0060cmd/candi/project_generator.go\u0060 and \u0060init.go\u0060 change together 53% of the time (18 of the 34 commits that touched the less-changed of the two, renames followed) with no explicit dependency \u2014 the edge is real but nothing declares it. Read the pair before acting: if one registers itself into the other through a hook or an initialiser, the missing dependency is DELIBERATE (that is what the inversion buys) and the thing to add is a comment saying so, not a merge; if they simply belong together, co-locate them; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"cmd/candi/project_generator.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"36243ed2780105f88f48c515cda77adf15da4bb7566ab9e814adb4fa128543fd"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: acl_permission.go \u2194 bearer.go: \u0060middleware/acl_permission.go\u0060 and \u0060middleware/bearer.go\u0060 change together 50% of the time (5 of the 10 commits that touched the less-changed of the two, renames followed). They sit in the same directory, and in this ecosystem sibling files there normally share one namespace/package \u2014 so a direct reference between them needs no import and this pass cannot see whether one exists. Read the pair before acting: if one file only DECLARES what the other consumes (a constants/types file beside its user), the co-change is definitional and the question is whether the split earns its keep; if they duplicate structure, extract the common part into a shared function or type they both call; if neither holds, the coupling is hidden and worth breaking."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"middleware/acl_permission.go"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bead294e1dc0749ec90021a60d5fcc404f8eb5e7e947283acd548c61392deeeb"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9658270ba49f37ed04e99ab1263b6393cd42aed8bdfb7aafd9fa1070f5491895"}},{"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":"5e3545524e8875b4c7eba7c1011fc73f5980286a976278c5029e01d01e301600"}},{"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":"24fcae53239a1ac72bc974dcc3442f0bef6a331b9ed40849b5e99c9cb4cbc05a"}},{"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":"9f68f57b50717647f74cff205594d8d1b9ec5a8a57ab6011d1139c7ad64eaa9e"}},{"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":"c3101d36131a52584dde37b042bdfe9fc6a1d1edad6398c91ef166385743b007"}},{"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":"c8e6740321a9758be2667eea6842293616ba35402441f8df0a0ca2a8f6a5fa68"}},{"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":"ba0695644397eab358c67149e6d936cb8b6b648c1f9c8b9bfa34a8138855768a"}},{"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"}},{"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":"6b4deab06cd1fc2fb6e57103d1f3ef991634da4c2b7c329a7a2420a12731f08c"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-1395","guid":"800e09e7-c11a-8654-9fa6-86f398995fed","name":"Dependency on Vulnerable Third-Party Component","shortDescription":{"text":"Dependency on Vulnerable Third-Party Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1395.html"},{"id":"CWE-242","guid":"5c147e5c-be37-b051-9928-764ef5a8f3d3","name":"CWE-242","shortDescription":{"text":"CWE-242"},"helpUri":"https://cwe.mitre.org/data/definitions/242.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-328","guid":"f0ffc869-97c3-dc5c-8825-be1159f1fc5f","name":"CWE-328","shortDescription":{"text":"CWE-328"},"helpUri":"https://cwe.mitre.org/data/definitions/328.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-494","guid":"b8a65e0d-e459-4a55-a931-fc1136482375","name":"Download of Code Without Integrity Check","shortDescription":{"text":"Download of Code Without Integrity Check"},"helpUri":"https://cwe.mitre.org/data/definitions/494.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":48,"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."]}]}