{"$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":"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":"TDengineSink.write (cyclomatic 27): TDengineSink.write has cyclomatic complexity 27 (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":"quixstreams/sinks/community/tdengine/sink.py"},"region":{"startLine":290}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc99167070b86ef92d92fdaf6018e2110cad95851d3d0deb4681542e5541a416"}},{"ruleId":"D1","level":"warning","message":{"text":"TimeWindow.process_window (cyclomatic 22): TimeWindow.process_window has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/windows/time_based.py"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e07c994b1706e20b4d190c0e0853f3b4c4e2c9e678355a9eb38dd7250135867"}},{"ruleId":"D1","level":"warning","message":{"text":"InfluxDB3Sink.write (cyclomatic 22): InfluxDB3Sink.write has cyclomatic complexity 22 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/core/influxdb3.py"},"region":{"startLine":269}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c89e16691f3234ca0d28ec5291b806b8e1fafd6aee611f70d39ab117911c5d0"}},{"ruleId":"D1","level":"warning","message":{"text":"Application.__init__ (cyclomatic 21): Application.__init__ has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/app.py"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef5e43e84f464a9af253f1fe086d01a7d4bdc307cf0eedb2119432e65cdc660c"}},{"ruleId":"D1","level":"warning","message":{"text":"SlidingWindow.process_window (cyclomatic 21): SlidingWindow.process_window has cyclomatic complexity 21 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/windows/sliding.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"606976c39593396dc201cc711690f942c2b97c52de6b018f4b0b3bad836b88ff"}},{"ruleId":"D1","level":"warning","message":{"text":"InfluxDB1Sink.write (cyclomatic 20): InfluxDB1Sink.write has cyclomatic complexity 20 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/community/influxdb1.py"},"region":{"startLine":218}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b2c7e1c1276770e44be899a7713a29a3d119822b82491f7a3ed703799a88f1b"}},{"ruleId":"D1","level":"warning","message":{"text":"PostgreSQLSink.write (cyclomatic 17): PostgreSQLSink.write 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":"quixstreams/sinks/community/postgresql.py"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"0fd57ebcb86de3540f2cb678ae5388a4abbe8cd22fd979656c86b30491929189"}},{"ruleId":"D1","level":"warning","message":{"text":"RocksDBStorePartition._run_sweep (cyclomatic 17): RocksDBStorePartition._run_sweep 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":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":616}}}],"partialFingerprints":{"codehealthFindingId/v1":"fd6c647120299bb85400977a88d7582f110aedabf64b671a924367b2b6506ee2"}},{"ruleId":"D1","level":"warning","message":{"text":"Checkpoint.commit (cyclomatic 16): Checkpoint.commit 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":"quixstreams/checkpointing/checkpoint.py"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"e68bea84396adb8756fdffe732d217f6ca20655624dc70f46fdc3cc323e10f7b"}},{"ruleId":"D1","level":"warning","message":{"text":"CountWindow.process_window (cyclomatic 16): CountWindow.process_window 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":"quixstreams/dataframe/windows/count_based.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"a67392f8526bf4f3e002801243a7bdac44edda9da821f3cb8cbcc245707a42fd"}},{"ruleId":"D2","level":"warning","message":{"text":"TDengineSink.write (cognitive 61): TDengineSink.write has cognitive complexity 61 (threshold 15). Drivers by points: if/else 45, loops 8, boolean chains 4, ternaries 4 (nesting depth added 36). 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":"quixstreams/sinks/community/tdengine/sink.py"},"region":{"startLine":290}}}],"partialFingerprints":{"codehealthFindingId/v1":"435f74faced0037c3f32502866f91dc6739d2341e209596fa1bb923064776488"}},{"ruleId":"D2","level":"warning","message":{"text":"InfluxDB3Sink.write (cognitive 51): InfluxDB3Sink.write has cognitive complexity 51 (threshold 15). Drivers by points: if/else 34, loops 6, boolean chains 5, ternaries 4, error handling 2 (nesting depth added 30). 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":"quixstreams/sinks/core/influxdb3.py"},"region":{"startLine":269}}}],"partialFingerprints":{"codehealthFindingId/v1":"bf006d7c482dc0a25ebb6f20cc9b4588572e3a69f730f8d642655dad3f150ae7"}},{"ruleId":"D2","level":"warning","message":{"text":"InfluxDB1Sink.write (cognitive 47): InfluxDB1Sink.write has cognitive complexity 47 (threshold 15). Drivers by points: if/else 31, loops 6, boolean chains 4, ternaries 4, error handling 2 (nesting depth added 28). 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":"quixstreams/sinks/community/influxdb1.py"},"region":{"startLine":218}}}],"partialFingerprints":{"codehealthFindingId/v1":"4009d70922c09e0f19458f4e3ca1d8bf0456c569161b80b9427b97a26e778e8d"}},{"ruleId":"D2","level":"warning","message":{"text":"TimeWindow.process_window (cognitive 43): TimeWindow.process_window has cognitive complexity 43 (threshold 15). Drivers by points: if/else 32, boolean chains 6, ternaries 4, 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":"quixstreams/dataframe/windows/time_based.py"},"region":{"startLine":132}}}],"partialFingerprints":{"codehealthFindingId/v1":"8511d44e4a244bfb8dc1bed60b31ab67e422d77a616719cee419620e7ad4a6b3"}},{"ruleId":"D2","level":"warning","message":{"text":"SlidingWindow.process_window (cognitive 39): SlidingWindow.process_window has cognitive complexity 39 (threshold 15). Drivers by points: if/else 30, boolean chains 4, ternaries 4, loops 1 (nesting depth added 20). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/windows/sliding.py"},"region":{"startLine":33}}}],"partialFingerprints":{"codehealthFindingId/v1":"e64ae92b2dfccba1f9729c4ad12970573c2906444728422b949f62b867e689a4"}},{"ruleId":"D2","level":"warning","message":{"text":"BlobStorageClient.list_objects (cognitive 30): BlobStorageClient.list_objects has cognitive complexity 30 (threshold 15). Drivers by points: if/else 15, ternaries 8, error handling 3, loops 3, boolean chains 1 (nesting depth added 16). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/core/_blob_storage_client.py"},"region":{"startLine":96}}}],"partialFingerprints":{"codehealthFindingId/v1":"8439f139dbe05b1fd4992fe4f2d32cb2074334e72d7cf82e697859aff9129c67"}},{"ruleId":"D2","level":"warning","message":{"text":"Application.__init__ (cognitive 28): Application.__init__ has cognitive complexity 28 (threshold 15). Drivers by points: if/else 17, boolean chains 9, ternaries 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":"quixstreams/app.py"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"7c732bf9c3bcc7fb6e5612493619c1ac2dca1549eef65233c1b8c51e862d2345"}},{"ruleId":"D2","level":"warning","message":{"text":"Application._on_assign (cognitive 28): Application._on_assign has cognitive complexity 28 (threshold 15). Drivers by points: if/else 16, loops 11, boolean chains 1 (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":"quixstreams/app.py"},"region":{"startLine":1090}}}],"partialFingerprints":{"codehealthFindingId/v1":"95a044bc8bb17af700e7c2283f81d70beb662bb99ab4b8c222b2f0a88728ae16"}},{"ruleId":"D2","level":"warning","message":{"text":"PostgreSQLSink.write (cognitive 28): PostgreSQLSink.write has cognitive complexity 28 (threshold 15). Drivers by points: if/else 20, loops 4, boolean chains 2, error handling 1, ternaries 1 (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":"quixstreams/sinks/community/postgresql.py"},"region":{"startLine":175}}}],"partialFingerprints":{"codehealthFindingId/v1":"cf5de09b3a18d42fbc753d3a0d9666a5cf6c88d069fd54438b6f7ef8712043ef"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowedRocksDBPartitionTransaction.expire_all_windows (cognitive 28): WindowedRocksDBPartitionTransaction.expire_all_windows has cognitive complexity 28 (threshold 15). Drivers by points: if/else 22, loops 6 (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":"quixstreams/state/rocksdb/windowed/transaction.py"},"region":{"startLine":295}}}],"partialFingerprints":{"codehealthFindingId/v1":"d72257a1d5b6fb5a3145e065df6f80be4db84910d822c108a982fe723ef8e9cd"}},{"ruleId":"D2","level":"warning","message":{"text":"CountWindow.process_window (cognitive 27): CountWindow.process_window has cognitive complexity 27 (threshold 15). Drivers by points: if/else 16, ternaries 8, loops 2, boolean chains 1 (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":"quixstreams/dataframe/windows/count_based.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"88d19a99a13a1ac3fa6d974db902b578d145226c24ad867a684c0e551a8f2811"}},{"ruleId":"D2","level":"warning","message":{"text":"Checkpoint.commit (cognitive 25): Checkpoint.commit has cognitive complexity 25 (threshold 15). Drivers by points: if/else 13, loops 5, error handling 4, ternaries 2, boolean chains 1 (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":"quixstreams/checkpointing/checkpoint.py"},"region":{"startLine":181}}}],"partialFingerprints":{"codehealthFindingId/v1":"d29603ab08937d977ddd9fd1a673f7f0136b789fc9956d1629b1791fc5012694"}},{"ruleId":"D2","level":"warning","message":{"text":"RocksDBStorePartition._run_sweep (cognitive 24): RocksDBStorePartition._run_sweep has cognitive complexity 24 (threshold 15). Drivers by points: if/else 15, error handling 4, boolean chains 3, loops 1, ternaries 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":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":616}}}],"partialFingerprints":{"codehealthFindingId/v1":"51d2fd26c416ee693b437f6433f4e74a1c4732240bc132386b93773317f9798a"}},{"ruleId":"D2","level":"warning","message":{"text":"TopicAdmin._finalize_create (cognitive 23): TopicAdmin._finalize_create has cognitive complexity 23 (threshold 15). Drivers by points: if/else 11, error handling 8, loops 3, boolean chains 1 (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":"quixstreams/models/topics/admin.py"},"region":{"startLine":140}}}],"partialFingerprints":{"codehealthFindingId/v1":"1621de8d3fde9cc5a9e360e39043d6865901e0ca7fdfa19f02ac33aa8d736913"}},{"ruleId":"D2","level":"warning","message":{"text":"BaseConsumer._stats_cb (cognitive 22): BaseConsumer._stats_cb has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, boolean chains 3, error handling 1, 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":"quixstreams/kafka/consumer.py"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"58dba0f0ca74f8375c99db314347a8e195d2dfc6a2e01e3a48b65a48537ee01c"}},{"ruleId":"D2","level":"warning","message":{"text":"Producer._stats_cb (cognitive 22): Producer._stats_cb has cognitive complexity 22 (threshold 15). Drivers by points: if/else 17, boolean chains 3, error handling 1, 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":"quixstreams/kafka/producer.py"},"region":{"startLine":277}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb8f9c0b167f1b2449ed6afebd5e533faf57fc4936d34e5fd715f5f283717e01"}},{"ruleId":"D2","level":"warning","message":{"text":"QuixTSDataLakeSink._validate_existing_table_structure (cognitive 22): QuixTSDataLakeSink._validate_existing_table_structure has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, loops 4, ternaries 3 (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":"quixstreams/sinks/core/quix_ts_datalake_sink.py"},"region":{"startLine":652}}}],"partialFingerprints":{"codehealthFindingId/v1":"b82bddd8e8e9d681932b2cfa2b2f89adfb4c9126f7c219d3a3c8f5eb2c7d5d16"}},{"ruleId":"D2","level":"warning","message":{"text":"RocksDBStorePartition.write (cognitive 22): RocksDBStorePartition.write has cognitive complexity 22 (threshold 15). Drivers by points: if/else 13, loops 8, boolean chains 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":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":242}}}],"partialFingerprints":{"codehealthFindingId/v1":"4007ea57fbc7996707342f10ffe48a917247beb18a601c9c7d6a8a79b025c9a9"}},{"ruleId":"D2","level":"warning","message":{"text":"QuixTimeseriesSerializer.__call__ (cognitive 20): QuixTimeseriesSerializer.__call__ has cognitive complexity 20 (threshold 15). Drivers by points: if/else 12, loops 4, boolean chains 2, error handling 2 (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":"quixstreams/models/serializers/quix.py"},"region":{"startLine":356}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc28df7289d4f2accd6d9731ae46bb6b58961ac55538b91aa3fce4fb2d924e2f"}},{"ruleId":"D2","level":"warning","message":{"text":"Point.from_dict (cognitive 20): Point.from_dict has cognitive complexity 20 (threshold 15). Drivers by points: if/else 12, loops 8 (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":"quixstreams/sinks/community/tdengine/point.py"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"0989091454a7c2c2858c0a91abb25d4be4829ee6c881c95b4b5f80202a166b59"}},{"ruleId":"D2","level":"warning","message":{"text":"RocksDBStorePartition.recover_from_changelog_message (cognitive 20): RocksDBStorePartition.recover_from_changelog_message has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, boolean chains 3 (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":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"fb8c2d3ffa5ea6eb5795d01c0fefedc8d650aa8228dbc21b81e740b30da83a18"}},{"ruleId":"D2","level":"warning","message":{"text":"MongoDBSink.write (cognitive 18): MongoDBSink.write has cognitive complexity 18 (threshold 15). Drivers by points: ternaries 8, if/else 5, error handling 2, loops 2, boolean chains 1 (nesting depth added 7). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/community/mongodb.py"},"region":{"startLine":162}}}],"partialFingerprints":{"codehealthFindingId/v1":"ceaba4b27cc9ee13162b89fec07eb2e430abc47ca7f5fd1c99f725e18fa91720"}},{"ruleId":"D2","level":"warning","message":{"text":"MemoryStorePartition._run_sweep (cognitive 18): MemoryStorePartition._run_sweep has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, error handling 4, 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":"quixstreams/state/memory/partition.py"},"region":{"startLine":331}}}],"partialFingerprints":{"codehealthFindingId/v1":"23df9ca7dd6ad6342b2a2a3e50b1358b5c6b60c71bfe34b480d3ea66be217353"}},{"ruleId":"D2","level":"warning","message":{"text":"Lookup.__init__ (cognitive 17): Lookup.__init__ has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, 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":"quixstreams/dataframe/joins/lookups/quix_configuration_service/lookup.py"},"region":{"startLine":65}}}],"partialFingerprints":{"codehealthFindingId/v1":"17e81127eb7727f12ed3ee41ce19999b79cd8aa736503c4310613cd2cfe889de"}},{"ruleId":"D2","level":"warning","message":{"text":"QuixTSDataLakeSink._write_batch (cognitive 17): QuixTSDataLakeSink._write_batch has cognitive complexity 17 (threshold 15). Drivers by points: if/else 12, loops 5 (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":"quixstreams/sinks/core/quix_ts_datalake_sink.py"},"region":{"startLine":350}}}],"partialFingerprints":{"codehealthFindingId/v1":"7992529a29936329ef601c1fa2ea1a386a7f02d346bafb98cf7398078bb9149e"}},{"ruleId":"D2","level":"warning","message":{"text":"TimestampedPartitionTransaction.get_latest (cognitive 17): TimestampedPartitionTransaction.get_latest has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, boolean chains 4, loops 3, ternaries 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":"quixstreams/state/rocksdb/timestamped.py"},"region":{"startLine":80}}}],"partialFingerprints":{"codehealthFindingId/v1":"232ba57a74b1f199b422e8b2a0c8b6f1dd91c7d197750a675bd35a55c7a3d66b"}},{"ruleId":"D2","level":"warning","message":{"text":"MemoryStorePartition.recover_from_changelog_message (cognitive 16): MemoryStorePartition.recover_from_changelog_message has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 2 (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":"quixstreams/state/memory/partition.py"},"region":{"startLine":203}}}],"partialFingerprints":{"codehealthFindingId/v1":"f447a03044fea9903dfb57c8e501b82821dc4249cefe41ccdb2ec6d5c94f5eab"}},{"ruleId":"D2","level":"warning","message":{"text":"WindowedRocksDBPartitionTransaction.expire_windows (cognitive 16): WindowedRocksDBPartitionTransaction.expire_windows has cognitive complexity 16 (threshold 15). Drivers by points: if/else 7, loops 6, ternaries 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":"quixstreams/state/rocksdb/windowed/transaction.py"},"region":{"startLine":202}}}],"partialFingerprints":{"codehealthFindingId/v1":"f634a5ea2f50327c8720071d2064374181f5e450326232a1cd143bd65854c34e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: StreamingDataFrame: TooManyMethods \u2014 52 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/dataframe.py"},"region":{"startLine":94}}}],"partialFingerprints":{"codehealthFindingId/v1":"93a14598d4491a48b103f783e5c5ca300c331c5f88f5ec875ee52eae713cee0a"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: dataframe/dataframe.py: FileTooLong \u2014 828 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/dataframe.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"85ab6cd627d8143b7cdcd0ee88f82e9f5f20b5f57f4928bfedfb0b3afed62897"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: quixstreams/app.py: FileTooLong \u2014 696 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/app.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"adbdcd5e44ed39569f55c33c255dfca1694559b8e64c5451699a4919d408d649"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: StreamingSeries: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/dataframe/series.py"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e837d934b50361a91abfd7ac8d3121bd2b3eda456b33feff60c158fc4e1204d"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: RocksDBStorePartition: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":49}}}],"partialFingerprints":{"codehealthFindingId/v1":"23963e31d9b55308a9abca167b35d49382b4f2e86e0fd27efa252ac82d4f503b"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: rocksdb/partition.py: FileTooLong \u2014 501 significant lines (blank, comment-only and punctuation-only lines excluded). To reduce it, split the file along the responsibilities already in it: move each cohesive group of declarations into its own sibling file in the same module or package, so no one file has to be read whole to change one of them."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3dc2ec54537bb2a5abee09a98af3b0a296a904c39c20f487b8a427683063bf73"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (80 lines \u00D7 2): quixstreams/sinks/community/influxdb1.py:78-157 | quixstreams/sinks/core/influxdb3.py:84-177 \u2014 before extracting anything, compare \u0060quixstreams/sinks/community/influxdb1.py\u0060 and \u0060quixstreams/sinks/core/influxdb3.py\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 147 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/community/influxdb1.py"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd00cbb914cdbca465ddee58c718337fbeaa4e7c08907d9a80577a2ea7687513"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (41 lines \u00D7 2): quixstreams/sources/community/file/azure.py:62-102 | quixstreams/sources/community/file/s3.py:67-114 \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 \u0060quixstreams/sources/community/file/azure.py:62\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":"quixstreams/sources/community/file/azure.py"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f463793373bf1a5a3ff55c1207c0cbe94f18516ab05b0d130cc8e213593a0e2"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (30 lines \u00D7 2): quixstreams/kafka/consumer.py:106-142 | quixstreams/kafka/producer.py:78-107 \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":"quixstreams/kafka/consumer.py"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"367593398e7b97a947f8fae528e67d6c9a0ed448685d057b1b34ebbb73935d3a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): quixstreams/dataframe/series.py:480-501 | quixstreams/dataframe/series.py:513-533 \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 \u0060quixstreams/dataframe/series.py:480\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":"quixstreams/dataframe/series.py"},"region":{"startLine":480}}}],"partialFingerprints":{"codehealthFindingId/v1":"e5eef592c4a852bc3cf6324b5dbea1e68ef3d20450b9d5b0019c003a54a46ceb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): quixstreams/internal_producer.py:50-70 | quixstreams/internal_producer.py:286-306 \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 \u0060quixstreams/internal_producer.py:50\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":"quixstreams/internal_producer.py"},"region":{"startLine":50}}}],"partialFingerprints":{"codehealthFindingId/v1":"b52dd4d05d1e6e5a130a6d2439c48c7d598b65ab8d17b5f445ac25bababfc7da"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): quixstreams/sinks/community/influxdb1.py:224-244 | quixstreams/sinks/core/influxdb3.py:275-295 \u2014 before extracting anything, compare \u0060quixstreams/sinks/community/influxdb1.py\u0060 and \u0060quixstreams/sinks/core/influxdb3.py\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 147 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/community/influxdb1.py"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"931423592c575d424585aab751613469b0bf2341fd29214ea2e2e8f3cc4abc24"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): quixstreams/dataframe/joins/lookups/postgresql.py:457-476 | quixstreams/dataframe/joins/lookups/sqlite.py:353-372 \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. 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":"quixstreams/dataframe/joins/lookups/postgresql.py"},"region":{"startLine":457}}}],"partialFingerprints":{"codehealthFindingId/v1":"3f6b8dfbec7ebc37f796e753ea08cab9e2487f27d2e14a407e9a8c300e40323d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): quixstreams/kafka/consumer.py:210-229 | quixstreams/kafka/producer.py:298-317 \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 \u0060quixstreams/kafka/consumer.py:210\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":"quixstreams/kafka/consumer.py"},"region":{"startLine":210}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a397aa28bf07aa39885bc6e05b18ea3365005dcd8a4defc41ea7d0f8c43152d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): quixstreams/sinks/community/influxdb1.py:273-291 | quixstreams/sinks/core/influxdb3.py:324-342 \u2014 before extracting anything, compare \u0060quixstreams/sinks/community/influxdb1.py\u0060 and \u0060quixstreams/sinks/core/influxdb3.py\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 147 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060quixstreams/sinks/community/influxdb1.py:273\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":"quixstreams/sinks/community/influxdb1.py"},"region":{"startLine":273}}}],"partialFingerprints":{"codehealthFindingId/v1":"1d9843dbcb916546d64aec960b262e6a12bd3fdeb41d89c843993bc67cece8f0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): quixstreams/dataframe/joins/lookups/postgresql.py:287-302 | quixstreams/dataframe/joins/lookups/sqlite.py:311-326 \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. 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":"quixstreams/dataframe/joins/lookups/postgresql.py"},"region":{"startLine":287}}}],"partialFingerprints":{"codehealthFindingId/v1":"6b859e6acff88fe23721f52d215bb27adf9b29284df55d492d4ff6d1db43c665"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): quixstreams/kafka/consumer.py:346-361 | quixstreams/kafka/consumer.py:364-379 \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 \u0060quixstreams/kafka/consumer.py:346\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":"quixstreams/kafka/consumer.py"},"region":{"startLine":346}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcba6d72057358f360c541680180de6908a5a7ab142802d06a78fcb817b66635"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): quixstreams/state/memory/partition.py:469-483 | quixstreams/state/rocksdb/transaction.py:203-217 \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. 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":"quixstreams/state/memory/partition.py"},"region":{"startLine":469}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc0f02efe4de4e57e5cdfc922d788b7517ce3b3efa8ca09dbce5102c57c05636"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): quixstreams/state/memory/partition.py:629-643 | quixstreams/state/rocksdb/transaction.py:307-325 \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. 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":"quixstreams/state/memory/partition.py"},"region":{"startLine":629}}}],"partialFingerprints":{"codehealthFindingId/v1":"ba852a6034de0308de8d3fbcb8f036bbed204b3fef585d912a24a91e6ddde346"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): quixstreams/kafka/consumer.py:273-286 | quixstreams/kafka/producer.py:361-374 \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. 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":"quixstreams/kafka/consumer.py"},"region":{"startLine":273}}}],"partialFingerprints":{"codehealthFindingId/v1":"c20516e2d3810c3bfc91332e868d74206ae7e32655ecbc195741c05f152bc372"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): quixstreams/state/memory/partition.py:439-452 | quixstreams/state/rocksdb/transaction.py:161-182 \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 \u0060quixstreams/state/rocksdb/transaction.py:161\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":"quixstreams/state/memory/partition.py"},"region":{"startLine":439}}}],"partialFingerprints":{"codehealthFindingId/v1":"5aaa338d4d38f119555ca9a8073f85285b6e8e71d3832655d2ed0e628fa8f59e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): quixstreams/state/memory/partition.py:573-586 | quixstreams/state/rocksdb/transaction.py:481-494 \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 \u0060quixstreams/state/memory/partition.py:573\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":"quixstreams/state/memory/partition.py"},"region":{"startLine":573}}}],"partialFingerprints":{"codehealthFindingId/v1":"53f49fc0b41a90ffc47b49a5aa286f88e0ff41ba01c034a9c2900494617e5d88"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 5): quixstreams/sinks/community/bigquery.py:199-211 | quixstreams/sinks/community/influxdb1.py:204-216 | quixstreams/sinks/community/postgresql.py:249-261 | quixstreams/sinks/community/tdengine/sink.py:276-288 | quixstreams/sinks/core/influxdb3.py:255-267 \u2014 before extracting anything, compare \u0060quixstreams/sinks/community/influxdb1.py\u0060 and \u0060quixstreams/sinks/core/influxdb3.py\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 147 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. 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":"quixstreams/sinks/community/bigquery.py"},"region":{"startLine":199}}}],"partialFingerprints":{"codehealthFindingId/v1":"370c5250d947257056c57d8557f86177e87ef88909f64f62d407c8224eb7ef8f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): quixstreams/dataframe/windows/definitions.py:473-485 | quixstreams/dataframe/windows/definitions.py:521-533 \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 \u0060quixstreams/dataframe/windows/definitions.py:473\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":"quixstreams/dataframe/windows/definitions.py"},"region":{"startLine":473}}}],"partialFingerprints":{"codehealthFindingId/v1":"f2663d8924931dc64ec2b10382e4d540860aac47ed29c975eb6f9ab0606deeec"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): quixstreams/sinks/core/stream_timeout_tracker.py:280-291 | quixstreams/sinks/core/stream_timeout_tracker.py:326-337 \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. 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":"quixstreams/sinks/core/stream_timeout_tracker.py"},"region":{"startLine":280}}}],"partialFingerprints":{"codehealthFindingId/v1":"7031769bfd452f9249a0c0b72b650ecf543567ea7d6b7a667a2a9bde6743a777"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): quixstreams/sinks/community/tdengine/sink.py:365-375 | quixstreams/sinks/core/influxdb3.py:302-312 \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 \u0060quixstreams/sinks/community/tdengine/sink.py:365\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":"quixstreams/sinks/community/tdengine/sink.py"},"region":{"startLine":365}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1c2a1794ff11b12d1a6b52d4a4e21454f3438ac657233e332d8f7a19fc43598"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): quixstreams/state/rocksdb/windowed/transaction.py:323-333 | quixstreams/state/rocksdb/windowed/transaction.py:344-355 \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":"quixstreams/state/rocksdb/windowed/transaction.py"},"region":{"startLine":323}}}],"partialFingerprints":{"codehealthFindingId/v1":"762b180ccfb24369c5998449c6d0d799b762310650830d2d45a7320a3f6bf69a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): quixstreams/dataframe/windows/definitions.py:381-390 | quixstreams/dataframe/windows/definitions.py:441-450 \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 \u0060quixstreams/dataframe/windows/definitions.py:381\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":"quixstreams/dataframe/windows/definitions.py"},"region":{"startLine":381}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc038f34c1bd242cc93cfd482e13cf2a5169569770b70365b4cfa5dff9c73b76"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): quixstreams/state/memory/partition.py:505-514 | quixstreams/state/rocksdb/transaction.py:246-255 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/state/memory/partition.py"},"region":{"startLine":505}}}],"partialFingerprints":{"codehealthFindingId/v1":"833a8ad74a80260e4aac9839607b3888d93b70a96d33b4ff82cd340dd51d2e91"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): quixstreams/dataframe/joins/join_interval.py:64-72 | quixstreams/dataframe/joins/join_interval.py:75-83 \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":"quixstreams/dataframe/joins/join_interval.py"},"region":{"startLine":64}}}],"partialFingerprints":{"codehealthFindingId/v1":"229e207a4dc3c01f199fbc58599171ca06a0dbe3341252e4affaa9d5b251e78f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): quixstreams/state/memory/partition.py:485-492 | quixstreams/state/rocksdb/transaction.py:224-232 \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 \u0060quixstreams/state/rocksdb/transaction.py:224\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":"quixstreams/state/memory/partition.py"},"region":{"startLine":485}}}],"partialFingerprints":{"codehealthFindingId/v1":"7353421ecebd466a4c5273d5869633fd17fd634d7cae78b5f68fdee009bf869b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): quixstreams/state/memory/partition.py:652-659 | quixstreams/state/rocksdb/transaction.py:335-342 \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. 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":"quixstreams/state/memory/partition.py"},"region":{"startLine":652}}}],"partialFingerprints":{"codehealthFindingId/v1":"f84655ea979c95ded5fcb73418b6acf4cf247017c3b7cf9becd816027a86c4bb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): quixstreams/state/memory/partition.py:532-537 | quixstreams/state/rocksdb/transaction.py:274-279 \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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/state/memory/partition.py"},"region":{"startLine":532}}}],"partialFingerprints":{"codehealthFindingId/v1":"c855b9a4f17a000048fdccd2a762be5d6390f265c5874983ea6e7b90c6d603d9"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: quixstreams/state/rocksdb/partition.py: quixstreams/state/rocksdb/partition.py changed 3 times in last 90 days, max complexity 17. 1 of those changes was a fix/bug commit, so the churn is repair rather than feature work. Before the next change lands here, cover the area it touches with tests, then split that area out of the file so the following change is smaller than this one \u2014 a file this often edited pays the complexity back every time."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/state/rocksdb/partition.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ac565f62fc728c78a4d9cfb772ba1a3f8787b94fd6cee9e37099636b58000b5"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: quixstreams/sinks/community/postgresql.py: quixstreams/sinks/community/postgresql.py changed 2 times in last 90 days, max complexity 17. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"quixstreams/sinks/community/postgresql.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0966bf6892e8c497492b07bdf44f9c66c5caae6f54dce4fa6efac83ad191544"}},{"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: quixstreams/internal_consumer/consumer.py, quixstreams/internal_consumer/buffering.py. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"0b317014abbd8eb9591b9ff8b6784ab62a60308217c79e113d877ef4bdb90a74"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 4 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (6 single-owned of 104 analysed files in total, counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). They are anonymized user #2 (1 file(s)), anonymized user #3 (1 file(s)), anonymized user #4 (1 file(s)), anonymized user #5 (1 file(s)) \u2014 spread or document their files in the same way, at lower priority than the named off-boarding risks above."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"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":"d5b8f11381d61a58459ffc7c595fd52d09c03c711894a63a9578043d2338412b"},"taxa":[{"id":"CWE-829","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":"7ceee73d76663034321cbd3b5bbecae8b673163039b70b12462f979a331e73d3"},"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":"83c397a3e4c69551a0437276f550db9e1f611252fc7c885d65953ff78768b191"},"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":"de8149eefdca135b90d08fbe6b7449fbd1421860fa0b3103565031be4e9c86e4"},"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":"8eb50784ab958284eb3ecd7050384e4061ddeae0c76cf46d9d242ff3f816fc6b"},"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":"92a4a96209a30a187701a1acd797bb6e1fc90f15671e08ab7abc6176c33b2c99"},"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":"4e5ba20d569d258ae6d0a24953bb1bf2096a834bc4a53403da7c12ca10d2411b"},"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":"b57bc1b5b1f7e6b823ebee9e0595ccc2fbf223ead06904003d92ba1b26ed2fe3"},"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":"ed6fdc226c4d3b560a6765bd753130fbd1dbb00e11437de41604f04caeeea5a7"},"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":"3579c9fe9113c89e7cfbeed199329139cb18b4cb37fb1398dfce5203eb91db98"},"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":"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":"f654932cdbfc7bcaf490464292b85bff7637b133a06b3016e8b4ef1af5279d19"},"taxa":[{"id":"CWE-327","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":"116d873383cf93530f077a00cdc43c0626be2ec45df2a8789aad1a4d6010d75d"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0e8fb63574a5daacde2f1a7786879597586f6407bae8d00b2de11941024298ef"},"taxa":[{"id":"CWE-502","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 46 of 104 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 (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: quixstreams/models/serializers/quix.py, quixstreams/dataframe/joins/lookups/sqlite.py, quixstreams/sources/core/kafka/kafka.py (and 43 more). Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: exceptions.py \u2194 partition.py: \u0060quixstreams/state/rocksdb/exceptions.py\u0060 and \u0060quixstreams/state/rocksdb/windowed/partition.py\u0060 change together 50% of the time (6 of the 12 commits that touched whichever of the two files changed less often, counting a file under its earlier names as well) 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 \u2014 the registration is the link, and it is meant not to be an import \u2014 and the thing to add is a comment on each side naming the other, 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":"quixstreams/state/rocksdb/exceptions.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3e9c4131b5806edc072130b9d78cc50af6df41bcb0f1ab9bafacebf7db42f0be"}}],"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-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-327","guid":"e51910ff-67b5-3c51-aa3d-92837d9eab90","name":"CWE-327","shortDescription":{"text":"CWE-327"},"helpUri":"https://cwe.mitre.org/data/definitions/327.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-502","guid":"f7d3b296-aac0-5c5a-b706-e07faba26c36","name":"CWE-502","shortDescription":{"text":"CWE-502"},"helpUri":"https://cwe.mitre.org/data/definitions/502.html"},{"id":"CWE-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-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-937","guid":"16f316ae-415c-b354-a59b-1f7905f756e9","name":"Using Components with Known Vulnerabilities","shortDescription":{"text":"Using Components with Known Vulnerabilities"},"helpUri":"https://cwe.mitre.org/data/definitions/937.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":13,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}