{"$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"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"EventHandlingProcessor.run (cyclomatic 32): EventHandlingProcessor.run has cyclomatic complexity 32 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingProcessor.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"be34a82c07f0d608b00f483bbf2eab55bf5b6e12a5df573a08e684bb2278abaa"}},{"ruleId":"D1","level":"warning","message":{"text":"CommandRouter.send (cyclomatic 21): CommandRouter.send 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":"framework/src/main/java/com/opencqrs/framework/command/CommandRouter.java"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef6e1705b92e74659de96dbc4edbb7cbfb271bbb2c50234a256d439bef891370"}},{"ruleId":"D1","level":"warning","message":{"text":"EventHandlingAnnotationProcessingAutoConfiguration.openCqrsEventHandlingAnnotatedMethodBeanRegistration (cyclomatic 18): EventHandlingAnnotationProcessingAutoConfiguration.openCqrsEventHandlingAnnotatedMethodBeanRegistration 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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"21e87bb9dc62193b3af408a105cd78b0952c9aa05d338e8951f717d29be9bf95"}},{"ruleId":"D1","level":"warning","message":{"text":"StateRebuildingAnnotationProcessingAutoConfiguration.openCqrsStateRebuildingAnnotatedMethodBeanRegistration (cyclomatic 16): StateRebuildingAnnotationProcessingAutoConfiguration.openCqrsStateRebuildingAnnotatedMethodBeanRegistration 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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"937d5828967f26134178e80f0a8e80591f2c3e76695716040cb61bf277ecb314"}},{"ruleId":"D2","level":"warning","message":{"text":"EventHandlingAnnotationProcessingAutoConfiguration.openCqrsEventHandlingAnnotatedMethodBeanRegistration (cognitive 92): EventHandlingAnnotationProcessingAutoConfiguration.openCqrsEventHandlingAnnotatedMethodBeanRegistration has cognitive complexity 92 (threshold 15). Drivers by points: if/else 67, error handling 13, loops 12 (nesting depth added 72). 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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8b16c7de52a210eda74f293bf38dcceb8f857d7162b7532b1105958dbb0180c"}},{"ruleId":"D2","level":"warning","message":{"text":"StateRebuildingAnnotationProcessingAutoConfiguration.openCqrsStateRebuildingAnnotatedMethodBeanRegistration (cognitive 68): StateRebuildingAnnotationProcessingAutoConfiguration.openCqrsStateRebuildingAnnotatedMethodBeanRegistration has cognitive complexity 68 (threshold 15). Drivers by points: if/else 48, loops 12, error handling 6, boolean chains 2 (nesting depth added 51). 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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"5556d4ab8a99ad9ff1964ab07883501e18243536a4b3a20fea512eac57abb3a0"}},{"ruleId":"D2","level":"warning","message":{"text":"CommandHandlingAnnotationProcessingAutoConfiguration.openCqrsCommandHandlingAnnotatedMethodBeanRegistration (cognitive 67): CommandHandlingAnnotationProcessingAutoConfiguration.openCqrsCommandHandlingAnnotatedMethodBeanRegistration has cognitive complexity 67 (threshold 15). Drivers by points: if/else 48, loops 12, error handling 6, boolean chains 1 (nesting depth added 51). 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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"26d1a31b70f5fe73a385c615eea8e41f3ae8ac5260117699389acfd51457fb22"}},{"ruleId":"D2","level":"warning","message":{"text":"EventHandlingProcessor.run (cognitive 34): EventHandlingProcessor.run has cognitive complexity 34 (threshold 15). Drivers by points: error handling 13, if/else 12, match/switch 8, loops 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingProcessor.java"},"region":{"startLine":195}}}],"partialFingerprints":{"codehealthFindingId/v1":"5ec4cc0d215a46b32dd197937624f3091d771faa1fa2f3efa2819b30a1eef96b"}},{"ruleId":"D2","level":"warning","message":{"text":"CommandHandlingTestAutoConfiguration.fixtureBeanDefinitionRegistryPostProcessor (cognitive 23): CommandHandlingTestAutoConfiguration.fixtureBeanDefinitionRegistryPostProcessor has cognitive complexity 23 (threshold 15). Drivers by points: if/else 16, error handling 5, boolean chains 1, loops 1 (nesting depth added 14). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestAutoConfiguration.java"},"region":{"startLine":45}}}],"partialFingerprints":{"codehealthFindingId/v1":"233fc64bc7c4678f10a3806490361f9fe8dcfb6813a56e66263b0d2e5989e3e4"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: command/CommandHandlingTestFixture.java: FileTooLong \u2014 719 significant lines (blank, comment-only and punctuation-only lines excluded), about 98% of them inside a single declaration: CommandHandlingTestFixture (111-1208). Moving the declarations that sit BESIDE it into sibling files will not shorten this file. Extract from INSIDE that declaration instead: lift each cohesive group of its body \u2014 the parts that share the same inputs and are named together \u2014 into its own unit in a sibling file, and have the original call them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a8ab19c9a937ff8d6b47d3819831f6d38fd783a5ea0504c0c2df126352469e5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:166-180 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:154-168 \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 \u0060framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:166\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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac653dc976450903cbccc09b63ef3dcfc6d24a23c6705f69c18767835c0da5f6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 3): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:58-71 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:58-71 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingAnnotationProcessingAutoConfiguration.java:64-77 \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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:58\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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":58}}}],"partialFingerprints":{"codehealthFindingId/v1":"9cbfdd4cdea6ec40bb7e3992e6357751cbfca4dfd970ba3ce5b0ee844333d3f7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:98-110 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:100-112 \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 \u0060framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:98\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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ebced754e7d66c87cbef5c1e2052384265eeba883412c4ed57ecf189310ffa7"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:827-836 | framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:971-980 \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 \u0060framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:827\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":"framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java"},"region":{"startLine":827}}}],"partialFingerprints":{"codehealthFindingId/v1":"e42989d4fabf13d232e590bff27857da80ff2579d7fe661fe9cf96b8f4629b15"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:84-91 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingAnnotationProcessingAutoConfiguration.java:97-105 \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 \u0060framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:84\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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f9305ffea7447b940f52d22a942851c334f888c06f6bd3867448723139cce94"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:618-625 | framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:1127-1135 \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 \u0060framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java:618\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":"framework-test/src/main/java/com/opencqrs/framework/command/CommandHandlingTestFixture.java"},"region":{"startLine":618}}}],"partialFingerprints":{"codehealthFindingId/v1":"e28be5007904aa4e11854cee83a988fcdca36a4d4eab9774f7a7756feb014983"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 3): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:49-55 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:49-55 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingAnnotationProcessingAutoConfiguration.java:55-61 \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. Read the line range as the matched WINDOW rather than a finished unit: at \u0060framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:49\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"50487c94c1f19f6896fbe13d14c36c2cdba697fce2c0fde00f0f0e768751e138"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java:215-219 | framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/StateRebuildingAnnotationProcessingAutoConfiguration.java:205-209 \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":"framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/command/CommandHandlingAnnotationProcessingAutoConfiguration.java"},"region":{"startLine":215}}}],"partialFingerprints":{"codehealthFindingId/v1":"68ced08b58390d46be1fd2e3fb900dae5c4a6025ea8726364ca5ad2a744f199f"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 2 significant file(s) lose their only recent owner: framework-spring-boot-autoconfigure/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingProcessorAutoConfiguration.java, example-application/src/main/java/com/opencqrs/example/configuration/CqrsConfiguration.java. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"a05800e506692ae0ce613c877abe8bc4dd5f882649ceae491686fdc251044041"}},{"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":"e605be151c05b1c151cfae5db28e125d83cd9ee5c1a14170c4ab4c3b98794b2f"},"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":"b032b72b0a2bd39279f91cf0385452500ab86168ab10e46e7beea05bd45cc5ca"},"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":"69de6310dfaccfa0218bada84836a920401dd16b6cb97b21b9a45ae32cd87be9"},"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":"43e1adac83090b39cf95374056cb3ae2699c479a13482d73ac8fd7e0833c44e2"},"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":"b91872097b17187d0131781f569c370d8da7ecbe4949288524ed7502a71318aa"},"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":"41e1fff452c19a8d8d0fd03374b868819a1938d6cfdb1edd36f1c8f489da6f78"},"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":"3eddd785d4e4d3cfb2dfd490836a73915ad8b2120a18546931dd100cc88c6fc7"},"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":"4245416dbce1a7fba5bd3825d3d95dab966148b4c4a1ddcd25334e903a01c2c1"},"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":"100bae81326c23fcf880105441a3f3720b53fb1e4a26b8b8cf685fb826db2483"},"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":"ac941d03acd9d85d2fd3fc7a00c1f0a40198a2880baa3d1b08556b430f6bd457"},"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":"c15e03ac1fa47e87e1db1facbff939b0109157aa1a15ea9510ba7aa38b6e07cb"},"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":"1d638e60dfb801efe48e806d3d8846fc4eac481b3d8fc602e243a5881d081036"},"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":"10af382bbadbb7345dc46e028cfcbbbe9df50101b9277233e8257c1d12bf30dd"},"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":"Concentrated knowledge decay: 23 of 38 significant files have no living knowledge, while the repository is still being changed at a low rate (15 commit(s) in the last 90 days) \u2014 so this is one repo-wide knowledge-decay state, not 23 separate risks. The code moved on without the people who understood these files: document them or schedule a read-through before the next change lands in them."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"008bd8d3156a7f5206da709f59f1f87af76671c6b9becea72c8c9cffbcbd4f8e"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"framework/src/main/java/com/opencqrs/framework/eventhandler/EventHandlingProcessor.java"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c749880a680a01c0221f8b550fa7d94c90400d769f071506baa5df503fc0d06c"}},{"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":"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":"0752d0df7434000fcabf1048e2de30a7a1a8b982b3db9a19898c4dec199856b4"}}],"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-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-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-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":16,"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."]}]}