{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31","relationships":[{"target":{"id":"CWE-1032","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-16","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1032","CWE-732","CWE-16"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"sqliteDriver.CreateTableSql (cyclomatic 33): sqliteDriver.CreateTableSql has cyclomatic complexity 33 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/sqlite/sqlite.go"},"region":{"startLine":281}}}],"partialFingerprints":{"codehealthFindingId/v1":"d9eeed75213e29230c58e20ed9badacbf781c87c55b338dba5f3d2e54dd33767"}},{"ruleId":"D1","level":"warning","message":{"text":"pgxDriver.CreateTableSql (cyclomatic 32): pgxDriver.CreateTableSql has cyclomatic complexity 32 (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":"adapter/pgx/gopgx.go"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"88f1b903ea43683f765c09f6e6535cc99d5c743825c84e04986e4ae6346de680"}},{"ruleId":"D1","level":"warning","message":{"text":"adapter.toSquirrel (cyclomatic 17): adapter.toSquirrel has cyclomatic complexity 17 (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":"adapter/squirrel.go"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae89766b618140f9eec8b03c2a2917a00ec9bd578c8addd76f31eadc900efd13"}},{"ruleId":"D1","level":"warning","message":{"text":"Builder.createNewTableCommands (cyclomatic 17): Builder.createNewTableCommands 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":"orm/schema/builder.go"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"99bfee8c20b7ac83e867b0df5cff6279b17a20cf7787536c3f81ea1bc63309f5"}},{"ruleId":"D2","level":"warning","message":{"text":"sqliteDriver.CreateTableSql (cognitive 36): sqliteDriver.CreateTableSql has cognitive complexity 36 (threshold 15). Drivers by points: if/else 26, boolean chains 6, loops 2, match/switch 2 (nesting depth added 15). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/sqlite/sqlite.go"},"region":{"startLine":281}}}],"partialFingerprints":{"codehealthFindingId/v1":"31bcfd8bd0ec0208cf4caef81111c7460346fa4dabea83a6a99175837b4f862c"}},{"ruleId":"D2","level":"warning","message":{"text":"pgxDriver.CreateTableSql (cognitive 35): pgxDriver.CreateTableSql has cognitive complexity 35 (threshold 15). Drivers by points: if/else 25, boolean chains 6, loops 2, match/switch 2 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/pgx/gopgx.go"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f39ff8ccfccb73ecc762f6cd5f5750e33030a60a4f3a32f618395d90082fc3e"}},{"ruleId":"D2","level":"warning","message":{"text":"Builder.createNewTableCommands (cognitive 23): Builder.createNewTableCommands has cognitive complexity 23 (threshold 15). Drivers by points: if/else 15, loops 4, match/switch 4 (nesting depth added 9). 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":"orm/schema/builder.go"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f10372a037bd6688d8162fc7155cbd314447064fcb12a051b3d295db3eb53d7"}},{"ruleId":"D2","level":"warning","message":{"text":"persistence.mapEquals (cognitive 21): persistence.mapEquals has cognitive complexity 21 (threshold 15). Drivers by points: if/else 19, 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":"orm/persistence/funcs.go"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0f02840df2eb894bcd0a029afd19dd5725e819a22ed942b52bdaa0d8bd44cbd"}},{"ruleId":"D2","level":"warning","message":{"text":"PersistGraph.persistOneToOneRel (cognitive 18): PersistGraph.persistOneToOneRel has cognitive complexity 18 (threshold 15). Drivers by points: if/else 15, boolean chains 2, 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":"orm/persistence/graph.go"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"e7cdb8a7a6e6cd08930d0cceaf69acf61fa3c0029fc95e64d4918f5f59723699"}},{"ruleId":"D2","level":"warning","message":{"text":"hydrator.hydrateOne (cognitive 17): hydrator.hydrateOne has cognitive complexity 17 (threshold 15). Drivers by points: if/else 15, 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":"orm/hydrator.go"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e48a40eca000b42fbe602cd3e17326671844f2e254e9a52c99180b4a4c4e82f"}},{"ruleId":"D2","level":"warning","message":{"text":"PersistGraph.persistOneToManyRel (cognitive 17): PersistGraph.persistOneToManyRel has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, loops 2, boolean chains 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":"orm/persistence/graph.go"},"region":{"startLine":262}}}],"partialFingerprints":{"codehealthFindingId/v1":"a8bdb954ee4273d0c003302ba61154e73095b74a92de95547f5560dcd1c45318"}},{"ruleId":"D2","level":"warning","message":{"text":"parser.ModulePath (cognitive 16): parser.ModulePath has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, boolean chains 2, loops 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":"d3/parser/mod.go"},"region":{"startLine":47}}}],"partialFingerprints":{"codehealthFindingId/v1":"c21e96faab8aa5daf42d91837bea04f81bdd34e2d339abe3c389270579ff52e9"}},{"ruleId":"D2","level":"warning","message":{"text":"entity.extractKVFromTag (cognitive 16): entity.extractKVFromTag has cognitive complexity 16 (threshold 15). Drivers by points: loops 7, if/else 6, boolean chains 3 (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":"orm/entity/tag.go"},"region":{"startLine":68}}}],"partialFingerprints":{"codehealthFindingId/v1":"4273c97c65619a01032465c6e76a48332c13f4d98865b65b962731e35220f63c"}},{"ruleId":"D2","level":"warning","message":{"text":"setter.handle (cognitive 16): setter.handle has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, boolean chains 2, loops 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/gen/setter.go"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a1df1a85ae7e799b5241ee4f8a8b20405e37a80392af41d73cf66e1b9c25735"}},{"ruleId":"D2","level":"warning","message":{"text":"hydrator.createRelation (cognitive 16): hydrator.createRelation has cognitive complexity 16 (threshold 15). Drivers by points: if/else 9, match/switch 7 (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":"orm/hydrator.go"},"region":{"startLine":147}}}],"partialFingerprints":{"codehealthFindingId/v1":"c8a8076f490d05f95b894ae30fe6854e5f4c9f1cfd354cf8774033d2053f5222"}},{"ruleId":"D2","level":"warning","message":{"text":"PersistGraph.persistManyToManyRel (cognitive 16): PersistGraph.persistManyToManyRel has cognitive complexity 16 (threshold 15). Drivers by points: if/else 13, loops 2, 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":"orm/persistence/graph.go"},"region":{"startLine":315}}}],"partialFingerprints":{"codehealthFindingId/v1":"6ca215a5c2d83304a623e264f2caefd17b562335d36eb4613df5a6e8a78d0bc2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): adapter/pgx/gopgx.go:95-110 | adapter/sqlite/sqlite.go:281-296 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it wherever the callers may both depend on (the module they already share, or a small common one if they share none) and call it from each site \u2014 until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/pgx/gopgx.go"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"c1f962df4a7252e4ea62f3049f4048b87feb9a0b00b7bf93fc349ad353cf81e6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): orm/entity/relation.go:116-130 | orm/entity/relation.go:205-219 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/entity/relation.go"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f9e64a45ad18d5e2c151fadaca38b76ed09bf7adc1936b196db9c301e6b2f79"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): orm/persistence/graph.go:495-508 | orm/persistence/graph.go:522-535 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/persistence/graph.go"},"region":{"startLine":495}}}],"partialFingerprints":{"codehealthFindingId/v1":"932b94bdfc1770893e9a91bedb202c4dfd85fd49e2bbc3de25e44cd8498e001c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): adapter/pgx/gopgx.go:173-184 | adapter/sqlite/sqlite.go:365-376 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it wherever the callers may both depend on (the module they already share, or a small common one if they share none) and call it from each site \u2014 until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/pgx/gopgx.go"},"region":{"startLine":173}}}],"partialFingerprints":{"codehealthFindingId/v1":"8bdc83d99a47238d0a223b543dbe0bb0ffdbbc43826e06f8b7ef4f2a717409f3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): orm/persistence/graph.go:274-286 | orm/persistence/graph.go:327-338 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/persistence/graph.go"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d2262d346d047623fb3aa9cdad6730cf6c0a4449bc89d4387cb5a01c83c8b0c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): adapter/pgx/gopgx.go:311-321 | adapter/sqlite/sqlite.go:237-247 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it wherever the callers may both depend on (the module they already share, or a small common one if they share none) and call it from each site \u2014 until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/pgx/gopgx.go"},"region":{"startLine":311}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a69eca76567a5fa442e98f329ccef98bcf2467f58742f35c6d6783851e18a89"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): orm/gen/comparator.go:45-55 | orm/gen/extractor.go:38-48 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/gen/comparator.go"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"996c514de465f6cb081e4a0618f8af138a335a0d22aebe6b7966c1f2a95cce2f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): orm/persistence/graph.go:240-249 | orm/persistence/graph.go:280-289 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/persistence/graph.go"},"region":{"startLine":240}}}],"partialFingerprints":{"codehealthFindingId/v1":"0feaee1d1e14f3fc8ee9f38f55e1f5fac0e52f745de8093bb24c8d161c37ede4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): orm/entity/relation.go:103-111 | orm/entity/relation.go:144-152 | orm/entity/relation.go:189-197 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"orm/entity/relation.go"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"2320ad8d5387d8e3a3a33ecedb9ff7748a70a859d7e6987ccd486e0a9ebeffce"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): adapter/pgx/gopgx.go:339-347 | adapter/sqlite/sqlite.go:265-273 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it wherever the callers may both depend on (the module they already share, or a small common one if they share none) and call it from each site \u2014 until then, every change has to be made twice."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"adapter/pgx/gopgx.go"},"region":{"startLine":339}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca728a0e9826e28269443f7e4042ba6fd0b6bb25b11c52eafc28b39f7da18464"}},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 152 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"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":"63eef9bee5ac1ec6c80697ff302c9129b4086d3f46662989b9d41553824730e9"},"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":"3564717f8df838bef4c69355018476155da40b8634f9676c61c7a580e59f5d70"},"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":"0a85b7f486877990f02b41cdbab4d4e0d982259e5fd68ac81e69a51984c290dc"},"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":"0a1b16554d7f044e5b64b829e299d230e6dfa4a22439a1a3fe3c953787e7f81d"},"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":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 17 of 17 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it. None is large enough to schedule a dedicated read-through on its own, so they are folded into the freshness score rather than raised individually \u2014 largest first: orm/persistence/graph.go, adapter/pgx/gopgx.go, adapter/sqlite/sqlite.go (and 14 more)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1032","guid":"5f21e517-68aa-a650-9a25-5771ef024637","name":"OWASP Top Ten \u2014 Security Misconfiguration category","shortDescription":{"text":"OWASP Top Ten \u2014 Security Misconfiguration category"},"helpUri":"https://cwe.mitre.org/data/definitions/1032.html"},{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-16","guid":"659db3ea-affc-8453-8add-c1218fbfcb92","name":"Configuration","shortDescription":{"text":"Configuration"},"helpUri":"https://cwe.mitre.org/data/definitions/16.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-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-732","guid":"1da27e8f-b330-7650-ab63-bd61953eae5d","name":"Incorrect Permission Assignment for Critical Resource","shortDescription":{"text":"Incorrect Permission Assignment for Critical Resource"},"helpUri":"https://cwe.mitre.org/data/definitions/732.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-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":4,"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."]}]}