{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D36","name":"Supply-chain Provenance \u0026 Signing","shortDescription":{"text":"Supply-chain Provenance \u0026 Signing"},"helpUri":"https://codehealth.canine.dev/dimensions/D36","relationships":[{"target":{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-494","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1357","CWE-494"]}},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-937","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1395","CWE-937"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"PipelineParser._parse (cyclomatic 43): PipelineParser._parse has cyclomatic complexity 43 (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":"runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f3fadabe5f044c9324c6fa1d63a9954f80385bf91f32636f0797f85ec2486a1"}},{"ruleId":"D1","level":"warning","message":{"text":"gateway.match_converge (cyclomatic 37): gateway.match_converge has cyclomatic complexity 37 (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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"9393ec801b745a5d3bbef3494fec9ea16b168dee489f40e6b7849d08a963c4b9"}},{"ruleId":"D1","level":"warning","message":{"text":"gateway.match_converge (cyclomatic 37): gateway.match_converge has cyclomatic complexity 37 (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":"runtime/bamboo-pipeline/pipeline/validators/gateway.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"95022af2f06f528b444d3919937e23737496b2ec4eb209e3204492d9361cdfdf"}},{"ruleId":"D1","level":"warning","message":{"text":"StateMixin.set_state (cyclomatic 34): StateMixin.set_state has cyclomatic complexity 34 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/eri/imp/state.py"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"39b5b7c32681705444a5f73df7e5cd3421d9d420148164e617985838fc1bb9dc"}},{"ruleId":"D1","level":"warning","message":{"text":"Engine.execute (cyclomatic 33): Engine.execute has cyclomatic complexity 33 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/engine.py"},"region":{"startLine":574}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb36eb875c3c1d0cbc7592516b2fd2aea90cf86b41b2fbda2becd1277069d3d8"}},{"ruleId":"D1","level":"warning","message":{"text":"schedule.schedule (cyclomatic 25): schedule.schedule has cyclomatic complexity 25 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/engine/core/schedule.py"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fc3ecd5140aaf59e46ca6106c5ec37b9e8b43f5b39f7726213e0d9898b0bff7"}},{"ruleId":"D1","level":"warning","message":{"text":"Engine.schedule (cyclomatic 23): Engine.schedule has cyclomatic complexity 23 (threshold 15). To reduce it, split the body: these branches sit side by side rather than nested inside one another, so extracting each one on its own would leave a function per branch. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/engine.py"},"region":{"startLine":892}}}],"partialFingerprints":{"codehealthFindingId/v1":"e93c339299f60179757414eb05aedf4730cd03d0dd4bee789b440e9527b86b2d"}},{"ruleId":"D1","level":"warning","message":{"text":"BambooDjangoRuntime._prepare (cyclomatic 20): BambooDjangoRuntime._prepare 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":"runtime/bamboo-pipeline/pipeline/eri/runtime.py"},"region":{"startLine":249}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5cc6202db4c0e8d66d9b32e861d557f39e1a792f0afb92c9b2d5c5f3ef82655"}},{"ruleId":"D1","level":"warning","message":{"text":"_Pickler.save_reduce (cyclomatic 19): _Pickler.save_reduce has cyclomatic complexity 19 (threshold 15). To reduce it, separate the cases: extract each independent branch into its own named function, and where the body has guards that only reject input, fold those into early returns at the top."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":558}}}],"partialFingerprints":{"codehealthFindingId/v1":"c79878e1688953d3f769d69229a87f2ea61195fa7b61979b0e0c932430240c86"}},{"ruleId":"D1","level":"warning","message":{"text":"BoolRule._test_tokens (cyclomatic 18): BoolRule._test_tokens 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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"618bbce4e93ca97ed6f141742964e99e520da6c3047aef038fcae5a645aa4709"}},{"ruleId":"D1","level":"warning","message":{"text":"boolrule.double_equals_trans (cyclomatic 18): boolrule.double_equals_trans 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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ae8dbe48f3fd00f5616e80325bda488f82000cf8444a4bea2d180129296b8bc"}},{"ruleId":"D1","level":"warning","message":{"text":"StatusManager.transit (cyclomatic 18): StatusManager.transit 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":"runtime/bamboo-pipeline/pipeline/engine/models/core.py"},"region":{"startLine":637}}}],"partialFingerprints":{"codehealthFindingId/v1":"6a304b785cac651f114de442c637b2abb215d2100a88dd42bbd8c4ed3c1498b7"}},{"ruleId":"D1","level":"warning","message":{"text":"BoolRule._test_tokens (cyclomatic 18): BoolRule._test_tokens 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":"runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py"},"region":{"startLine":224}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1622faed55b01fcfb22039fc67d4e86e60b98d0358150bfe2f71f504b7cfe71"}},{"ruleId":"D1","level":"warning","message":{"text":"boolrule.double_equals_trans (cyclomatic 18): boolrule.double_equals_trans 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":"runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"d276ef18b71cb344f79cf0eb3439221d685016a4e37315b6579f4412415ffb26"}},{"ruleId":"D1","level":"warning","message":{"text":"gateway.validate_gateways (cyclomatic 17): gateway.validate_gateways 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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":306}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f9b6046aac68b5bf1608f82afff4644733690b31e4b8d2b09f3cbf778f1c861"}},{"ruleId":"D1","level":"warning","message":{"text":"ServiceActivityHandler.handle (cyclomatic 17): ServiceActivityHandler.handle 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":"runtime/bamboo-pipeline/pipeline/engine/core/handlers/service_activity.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"1071a5daa40ea929dfc5fbe9d260d3290c23099afead7e90625dc9c3fe962cbc"}},{"ruleId":"D1","level":"warning","message":{"text":"_Pickler.save_global (cyclomatic 17): _Pickler.save_global 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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":925}}}],"partialFingerprints":{"codehealthFindingId/v1":"c63906a82573b5f134ea9b70b4f8e51749f8a60fdafc18dc2dd75d85743aa9b5"}},{"ruleId":"D1","level":"warning","message":{"text":"gateway.validate_gateways (cyclomatic 17): gateway.validate_gateways 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":"runtime/bamboo-pipeline/pipeline/validators/gateway.py"},"region":{"startLine":310}}}],"partialFingerprints":{"codehealthFindingId/v1":"0cb9930ef4be510e87260cee5e70e1cc04af7199ff76a3e7f92ef226ab72db7b"}},{"ruleId":"D1","level":"warning","message":{"text":"runtime.run_loop (cyclomatic 16): runtime.run_loop 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":"runtime/bamboo-pipeline/pipeline/engine/core/runtime.py"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f25c9cba89a3bcd6a5bec87155635418933f0710cffabbf4453aff4bcd640a5"}},{"ruleId":"D2","level":"warning","message":{"text":"PipelineParser._parse (cognitive 85): PipelineParser._parse has cognitive complexity 85 (threshold 15). Drivers by points: if/else 42, loops 33, ternaries 9, boolean chains 1 (nesting depth added 38). 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":"runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py"},"region":{"startLine":89}}}],"partialFingerprints":{"codehealthFindingId/v1":"42731af7ad0452e8135b73a51a32c0ca4dd0ed958d5167f0b995b3acef7ff3b1"}},{"ruleId":"D2","level":"warning","message":{"text":"Engine.execute (cognitive 74): Engine.execute has cognitive complexity 74 (threshold 15). Drivers by points: if/else 56, boolean chains 7, loops 6, ternaries 3, error handling 2 (nesting depth added 38). 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":"bamboo_engine/engine.py"},"region":{"startLine":574}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed1620bc4ae2d4f208618b080e69ce494129af164cd4716e14dfaa47c747496b"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.match_converge (cognitive 58): gateway.match_converge has cognitive complexity 58 (threshold 15). Drivers by points: if/else 40, boolean chains 11, loops 7 (nesting depth added 23). 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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"00bb51bc101be679778764be9c4b7c72a2d69347770569ee5693f4113a4a121b"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.match_converge (cognitive 58): gateway.match_converge has cognitive complexity 58 (threshold 15). Drivers by points: if/else 40, boolean chains 11, loops 7 (nesting depth added 23). 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":"runtime/bamboo-pipeline/pipeline/validators/gateway.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1fb32e07dbd26e0bcddc0c4173969ac610779769f2995d96fb630c573cf6adf"}},{"ruleId":"D2","level":"warning","message":{"text":"schedule.schedule (cognitive 39): schedule.schedule has cognitive complexity 39 (threshold 15). Drivers by points: if/else 31, error handling 6, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/engine/core/schedule.py"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"7e0c2a074cac030bfb9ed955f0d9f4251bdcb19a9763814ad5190c9568192266"}},{"ruleId":"D2","level":"warning","message":{"text":"tasks.recursive_collect_components (cognitive 37): tasks.recursive_collect_components has cognitive complexity 37 (threshold 15). Drivers by points: if/else 23, loops 7, ternaries 7 (nesting depth added 26). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/contrib/statistics/tasks.py"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"d2bbaad4c594b0fbf285982aaaf20ae5aabcefa3bb0ee715d60e3e81da4e3e4b"}},{"ruleId":"D2","level":"warning","message":{"text":"StateMixin.set_state (cognitive 37): StateMixin.set_state has cognitive complexity 37 (threshold 15). Drivers by points: if/else 26, boolean chains 11 (nesting depth added 3). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/eri/imp/state.py"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"51ca8568a3fb1335ee82dcd6a34f443e2ac18f418aff2c879cdb10596426318e"}},{"ruleId":"D2","level":"warning","message":{"text":"boolrule.double_equals_trans (cognitive 36): boolrule.double_equals_trans has cognitive complexity 36 (threshold 15). Drivers by points: if/else 15, error handling 12, loops 8, boolean chains 1 (nesting depth added 22). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"fcd2cad5f79cfa7a624b8ece18dceccdc09f99a8aef386839c22b6d1afb167f1"}},{"ruleId":"D2","level":"warning","message":{"text":"boolrule.double_equals_trans (cognitive 36): boolrule.double_equals_trans has cognitive complexity 36 (threshold 15). Drivers by points: if/else 15, error handling 12, loops 8, boolean chains 1 (nesting depth added 22). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py"},"region":{"startLine":116}}}],"partialFingerprints":{"codehealthFindingId/v1":"30aa8853dc00740fa45c5a58ff21718c1bc9b79c41e99999df3da829d853760f"}},{"ruleId":"D2","level":"warning","message":{"text":"StatusManager.transit (cognitive 32): StatusManager.transit has cognitive complexity 32 (threshold 15). Drivers by points: if/else 29, boolean chains 2, error handling 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":"runtime/bamboo-pipeline/pipeline/engine/models/core.py"},"region":{"startLine":637}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b60d0c98f30f43b7cc3f225c7b47f6c5a29313a0ca43cea7dee55fde3ed17d9"}},{"ruleId":"D2","level":"warning","message":{"text":"BambooDjangoRuntime._prepare (cognitive 32): BambooDjangoRuntime._prepare has cognitive complexity 32 (threshold 15). Drivers by points: loops 16, if/else 12, boolean chains 2, ternaries 2 (nesting depth added 12). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/eri/runtime.py"},"region":{"startLine":249}}}],"partialFingerprints":{"codehealthFindingId/v1":"f60a24ed6aa366cf240871abb5e43080147dd8baf2670be1ae1377bcc962a8c7"}},{"ruleId":"D2","level":"warning","message":{"text":"runtime.run_loop (cognitive 31): runtime.run_loop has cognitive complexity 31 (threshold 15). Drivers by points: if/else 24, boolean chains 3, error handling 3, loops 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":"runtime/bamboo-pipeline/pipeline/engine/core/runtime.py"},"region":{"startLine":40}}}],"partialFingerprints":{"codehealthFindingId/v1":"4bbc56d1600bf5594619ec7757b278f4914dfe843c8eb2847f5c6247dfb32eb0"}},{"ruleId":"D2","level":"warning","message":{"text":"ComponentTestMixin.test_component (cognitive 30): ComponentTestMixin.test_component has cognitive complexity 30 (threshold 15). Drivers by points: if/else 14, loops 10, ternaries 4, error handling 2 (nesting depth added 18). 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":"runtime/bamboo-pipeline/pipeline/component_framework/test.py"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"98caa5a1a0ef00c7d025eb573e54c966bfd876f92e4289405bfe5a7f45990471"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.validate_gateways (cognitive 29): gateway.validate_gateways has cognitive complexity 29 (threshold 15). Drivers by points: if/else 12, loops 11, ternaries 4, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/validator/gateway.py"},"region":{"startLine":306}}}],"partialFingerprints":{"codehealthFindingId/v1":"4511579255136d8d53819154aa0d7e945e6e024afde519527e29bf95148195c5"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.validate_gateways (cognitive 29): gateway.validate_gateways has cognitive complexity 29 (threshold 15). Drivers by points: if/else 12, loops 11, ternaries 4, boolean chains 2 (nesting depth added 12). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/validators/gateway.py"},"region":{"startLine":310}}}],"partialFingerprints":{"codehealthFindingId/v1":"c276add1e2f8aad9c32df741cc0e36f428dd9cda0147ec5591d17570523032ca"}},{"ruleId":"D2","level":"warning","message":{"text":"_Pickler.save_reduce (cognitive 26): _Pickler.save_reduce has cognitive complexity 26 (threshold 15). Drivers by points: if/else 22, boolean chains 4 (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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":558}}}],"partialFingerprints":{"codehealthFindingId/v1":"6fc1b2b7158d6043117e36ec6a7e45bcaa65cdcffd9dfbf9419ce0420c8487c4"}},{"ruleId":"D2","level":"warning","message":{"text":"Engine.schedule (cognitive 23): Engine.schedule has cognitive complexity 23 (threshold 15). Drivers by points: if/else 17, boolean chains 5, error handling 1 (nesting depth added 1). To reduce it, split the body: this score is breadth rather than depth \u2014 many checks laid out side by side rather than nested inside one another, so inverting conditions into early returns has nothing left to flatten. Group the statements between the checks into named steps and move each step into its own function, so the body reads as a short sequence of named stages."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/engine.py"},"region":{"startLine":892}}}],"partialFingerprints":{"codehealthFindingId/v1":"f564aa5e80e736e6017d95ef6585d0bb199617b51cfd598b77ba7a262806eaa0"}},{"ruleId":"D2","level":"warning","message":{"text":"ServiceActivityHandler.handle (cognitive 22): ServiceActivityHandler.handle has cognitive complexity 22 (threshold 15). Drivers by points: if/else 15, boolean chains 4, error handling 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":"runtime/bamboo-pipeline/pipeline/engine/core/handlers/service_activity.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"96996763f11ebd79d12365ba64ef143fff149cd76a1cf8840afe1c08d1221c40"}},{"ruleId":"D2","level":"warning","message":{"text":"batch_task.benchmark (cognitive 22): batch_task.benchmark has cognitive complexity 22 (threshold 15). Drivers by points: if/else 16, loops 6 (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":"runtime/bamboo-pipeline/test/eri_imp_test_use/benchmark/batch_task.py"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ab75631ee862dbe994f55352c0e2ebd53f75daa838d23884349a4179feb7502"}},{"ruleId":"D2","level":"warning","message":{"text":"_Pickler.save_global (cognitive 21): _Pickler.save_global has cognitive complexity 21 (threshold 15). Drivers by points: if/else 18, error handling 3 (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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":925}}}],"partialFingerprints":{"codehealthFindingId/v1":"50723ffa3856703e17a0691b1908e03288b372d2f173b296c3107018c176a2af"}},{"ruleId":"D2","level":"warning","message":{"text":"utils._replace_front_end_data_id (cognitive 21): utils._replace_front_end_data_id has cognitive complexity 21 (threshold 15). Drivers by points: loops 10, if/else 6, error handling 5 (nesting depth added 12). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/parser/utils.py"},"region":{"startLine":106}}}],"partialFingerprints":{"codehealthFindingId/v1":"d1cb7a53da02e3deccb2c80f1ebba7e07afde7690b27927e9a9900ce27b257a5"}},{"ruleId":"D2","level":"warning","message":{"text":"test_gateway.test_match_converge (cognitive 21): test_gateway.test_match_converge has cognitive complexity 21 (threshold 15). Drivers by points: loops 11, if/else 6, error handling 4 (nesting depth added 11). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/validator/test_gateway.py"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"e1e4bbfeef9a921f5747326e5558073607f07054e6a0438dbb65f9b11045c9e9"}},{"ruleId":"D2","level":"warning","message":{"text":"_Pickler.save (cognitive 20): _Pickler.save has cognitive complexity 20 (threshold 15). Drivers by points: if/else 17, error handling 2, boolean chains 1 (nesting depth added 5). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition, and where an else follows a branch that already returns, drop the trailing else and let the rest of the body continue at one level."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":479}}}],"partialFingerprints":{"codehealthFindingId/v1":"f3aa0c34e4b5bf954231a0f4433d05af51c7d8a8a9b73f49c9ce0d20e38a2fc5"}},{"ruleId":"D2","level":"warning","message":{"text":"TestStatus.test_transit (cognitive 20): TestStatus.test_transit has cognitive complexity 20 (threshold 15). Drivers by points: loops 14, if/else 6 (nesting depth added 13). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/tests/engine/models/core/test_status.py"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d3eb228399a489953ef72abf0d581806328b43677f5155834873565cb90f80e"}},{"ruleId":"D2","level":"warning","message":{"text":"api.workers (cognitive 19): api.workers has cognitive complexity 19 (threshold 15). Drivers by points: if/else 13, error handling 4, loops 2 (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":"runtime/bamboo-pipeline/pipeline/engine/core/api.py"},"region":{"startLine":52}}}],"partialFingerprints":{"codehealthFindingId/v1":"68b6b7d9882029c22b637821de13a71894cb6c501fba29808692e78d1033277f"}},{"ruleId":"D2","level":"warning","message":{"text":"utils._replace_gateway_id (cognitive 19): utils._replace_gateway_id has cognitive complexity 19 (threshold 15). Drivers by points: loops 9, if/else 8, boolean chains 1, error handling 1 (nesting depth added 8). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/parser/utils.py"},"region":{"startLine":180}}}],"partialFingerprints":{"codehealthFindingId/v1":"9dc60152aa4967f18262b2f7727fa7ec5025049cb3882b51775ff823f8704efe"}},{"ruleId":"D2","level":"warning","message":{"text":"TestStreamValidation.test_match_converge (cognitive 19): TestStreamValidation.test_match_converge has cognitive complexity 19 (threshold 15). Drivers by points: loops 11, if/else 6, error handling 2 (nesting depth added 10). To reduce it, break up the iteration: give each loop body a named function, and split a multi-phase loop into one function per phase so no single body carries the whole pipeline."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/tests/validators/test_gateway.py"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"7a3fbd1c6530f5ddae0c4c6c573f4f192e2d2a656e75270af9871d24c5823467"}},{"ruleId":"D2","level":"warning","message":{"text":"connection.validate_graph_connection (cognitive 18): connection.validate_graph_connection has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 2 (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":"bamboo_engine/validator/connection.py"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ec33b90e54beea862876b133e580d6c992d6a93e12f7490cc1211fea72e3485"}},{"ruleId":"D2","level":"warning","message":{"text":"ComponentMeta.__new__ (cognitive 18): ComponentMeta.__new__ has cognitive complexity 18 (threshold 15). Drivers by points: if/else 14, error handling 2, boolean chains 1, loops 1 (nesting depth added 4). To reduce it, split the body: most of this score is breadth rather than depth \u2014 checks laid out side by side rather than stacked \u2014 so group the statements between the checks into named steps and move each step into its own function. Some of it IS depth: where a check sits inside another whose only job is to reach it, merge the two into one condition."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/component_framework/base.py"},"region":{"startLine":29}}}],"partialFingerprints":{"codehealthFindingId/v1":"cc400beb5f1c337f0737cabc9b31c0425be0e27bba242e06af50ddff2a52f96e"}},{"ruleId":"D2","level":"warning","message":{"text":"connection.validate_graph_connection (cognitive 18): connection.validate_graph_connection has cognitive complexity 18 (threshold 15). Drivers by points: if/else 13, loops 3, boolean chains 2 (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":"runtime/bamboo-pipeline/pipeline/validators/connection.py"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"57a1ada9cf8b15aee622c0d597f42b6ff919668a31d12b6987011277168f9fe9"}},{"ruleId":"D2","level":"warning","message":{"text":"PipelineSpec.prune (cognitive 17): PipelineSpec.prune has cognitive complexity 17 (threshold 15). Drivers by points: if/else 13, loops 4 (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":"runtime/bamboo-pipeline/pipeline/core/pipeline.py"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"71fbaa847d1e31282e1540d3333d10927d94a9c128aeca141a59e11784a13864"}},{"ruleId":"D2","level":"warning","message":{"text":"EngineTestCase.join_or_fail (cognitive 17): EngineTestCase.join_or_fail has cognitive complexity 17 (threshold 15). Drivers by points: if/else 14, error handling 2, loops 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":"runtime/bamboo-pipeline/test/pipeline_test_use/tests/base.py"},"region":{"startLine":30}}}],"partialFingerprints":{"codehealthFindingId/v1":"1b676de5cc1fbb10c3cd9a355cc499c188ca627010d7a6012c7ddd84d71fdb36"}},{"ruleId":"D2","level":"warning","message":{"text":"api.get_pipeline_states (cognitive 16): api.get_pipeline_states has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, 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":"bamboo_engine/api.py"},"region":{"startLine":300}}}],"partialFingerprints":{"codehealthFindingId/v1":"d083990284d8217c4ce12fc488c91e06b33f03d2e89c96e672aec658dd3a8d66"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.flowing (cognitive 16): gateway.flowing has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, 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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":428}}}],"partialFingerprints":{"codehealthFindingId/v1":"2c427d6c1ac7096cdc9547a586af14d564e2032a14e6fc4441e1c204a0e77b2c"}},{"ruleId":"D2","level":"warning","message":{"text":"_Pickler.save_tuple (cognitive 16): _Pickler.save_tuple has cognitive complexity 16 (threshold 15). Drivers by points: if/else 12, loops 3, boolean chains 1 (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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":741}}}],"partialFingerprints":{"codehealthFindingId/v1":"62222b3965778825b861e5fa27f1e11b376827b9f19fa2617e68716fb349da79"}},{"ruleId":"D2","level":"warning","message":{"text":"ServiceActivityHandlerTestCase.test_handle__execute_return_true_and_do_not_need_schedule (cognitive 16): ServiceActivityHandlerTestCase.test_handle__execute_return_true_and_do_not_need_schedule has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, loops 1 (nesting depth added 5). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/tests/engine/core/handlers/test_service_act_handler.py"},"region":{"startLine":519}}}],"partialFingerprints":{"codehealthFindingId/v1":"f9d964ae754518526d1f9d1164645b37f480ce96d86195cc882d76be8f9690c3"}},{"ruleId":"D2","level":"warning","message":{"text":"gateway.flowing (cognitive 16): gateway.flowing has cognitive complexity 16 (threshold 15). Drivers by points: if/else 14, boolean chains 1, 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":"runtime/bamboo-pipeline/pipeline/validators/gateway.py"},"region":{"startLine":432}}}],"partialFingerprints":{"codehealthFindingId/v1":"85547a908c76a1b17853f2042b43993715c0a5d6ee81081ed1b0333e32e65982"}},{"ruleId":"D2","level":"warning","message":{"text":"batch_task.benchmark (cognitive 16): batch_task.benchmark has cognitive complexity 16 (threshold 15). Drivers by points: if/else 10, loops 6 (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":"runtime/bamboo-pipeline/test/pipeline_test_use/benchmark/batch_task.py"},"region":{"startLine":12}}}],"partialFingerprints":{"codehealthFindingId/v1":"094f9736d9162b4714296764b6278e6dde78abc4c77ea33d4a941785dc5f6a85"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: _Unpickler: TooManyMethods \u2014 73 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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":1001}}}],"partialFingerprints":{"codehealthFindingId/v1":"9fdd78c6ffb2b745f7b165ed5b3318e62b39a5c708adb7def3d88b68f996f663"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: models/nr_pickle.py: FileTooLong \u2014 1113 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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"57b63c4636da3481c159acc5b9cf4ff856512e3aac21790a52d9a8a669649b43"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: models/core.py: FileTooLong \u2014 900 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":"runtime/bamboo-pipeline/pipeline/engine/models/core.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"2f64afef3972f94b5f4f0bea61a61403a375f3f86205e251f732b100189c002c"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: bamboo_engine/engine.py: FileTooLong \u2014 714 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":"bamboo_engine/engine.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc679e26edec273956e018a609ad1546d2fbd00f87c2620cd981bb84a860dce5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): bamboo_engine/builder/builder.py:69-88 | runtime/bamboo-pipeline/pipeline/builder/builder.py:69-88 \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":"bamboo_engine/builder/builder.py"},"region":{"startLine":69}}}],"partialFingerprints":{"codehealthFindingId/v1":"9835b01767bb04ae081f4912e951bb364c111e072a62f58e2b0205b64308288b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): bamboo_engine/handlers/conditional_parallel_gateway.py:101-121 | bamboo_engine/handlers/exclusive_gateway.py:107-126 \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 \u0060bamboo_engine/handlers/conditional_parallel_gateway.py:101\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":"bamboo_engine/handlers/conditional_parallel_gateway.py"},"region":{"startLine":101}}}],"partialFingerprints":{"codehealthFindingId/v1":"62709479dd41b87fac3bb4a4b866f0271a8eb4db14bec1772cbfc8a27c1a2672"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): bamboo_engine/validator/gateway.py:368-387 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:372-391 \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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":368}}}],"partialFingerprints":{"codehealthFindingId/v1":"0d243e7578b62cf70f91d3e46b0e20f9af81cbabf259e758cf566b3f31e13ad6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (18 lines \u00D7 2): bamboo_engine/validator/gateway.py:184-201 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:188-205 \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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"0301cdc41d37890fea74cd5def5cf46fe10a71b1ef9cf0851b15bb591a6481ce"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): bamboo_engine/handlers/service_activity.py:129-147 | bamboo_engine/handlers/subprocess.py:99-115 \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 \u0060bamboo_engine/handlers/service_activity.py:129\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":"bamboo_engine/handlers/service_activity.py"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed30e19a3438cc4c2824e9a7f4174b27813f1b88fe11949ef19090c7c8675598"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): bamboo_engine/validator/gateway.py:150-166 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:154-170 \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 \u0060bamboo_engine/validator/gateway.py:150\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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":150}}}],"partialFingerprints":{"codehealthFindingId/v1":"37af11980e5be10c36ffe69ac8b218d4401fb0f5b21297603e506caca59693e4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/imp/task.py:78-94 | runtime/bamboo-pipeline/pipeline/eri/imp/task.py:124-140 \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 \u0060runtime/bamboo-pipeline/pipeline/eri/imp/task.py:78\u0060 it does not close everything it opens, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/eri/imp/task.py"},"region":{"startLine":78}}}],"partialFingerprints":{"codehealthFindingId/v1":"5750d318c58948a7234afaeef19b54da1171cd4345553ed52f3a00315b799789"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): bamboo_engine/engine.py:272-287 | bamboo_engine/engine.py:315-330 \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 \u0060bamboo_engine/engine.py:272\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/engine.py"},"region":{"startLine":272}}}],"partialFingerprints":{"codehealthFindingId/v1":"4892e3bfa998ada299644e33a8ecf924a7c0b570ddc3e8c3946cd72c81d7e8c5"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): bamboo_engine/engine.py:360-377 | bamboo_engine/engine.py:404-419 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/engine.py"},"region":{"startLine":360}}}],"partialFingerprints":{"codehealthFindingId/v1":"28b82ab2d333fa734c0dc0bcc8e994c544ea8132537b759bf9f4cff873c2ccae"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): bamboo_engine/utils/boolrule/boolrule.py:129-144 | runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py:129-144 \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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":129}}}],"partialFingerprints":{"codehealthFindingId/v1":"68944088693f00ffec9398399db46ddc43fc75e7c7461785840fc431773e09f8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): bamboo_engine/utils/boolrule/boolrule.py:225-240 | runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py:225-240 \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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":225}}}],"partialFingerprints":{"codehealthFindingId/v1":"5eb405401ea338ad92c5e8a819c9b8a6ec6c6c2f9525d76519a0727c5173c59e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): bamboo_engine/handlers/conditional_parallel_gateway.py:167-181 | bamboo_engine/handlers/parallel_gateway.py:68-82 \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 \u0060bamboo_engine/handlers/conditional_parallel_gateway.py:167\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":"bamboo_engine/handlers/conditional_parallel_gateway.py"},"region":{"startLine":167}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f2314438969d16c1f02f34f2330e501832a84cd6769527d25db77132f1a08c1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): bamboo_engine/handlers/converge_gateway.py:43-57 | bamboo_engine/handlers/empty_start_event.py:100-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 \u0060bamboo_engine/handlers/converge_gateway.py:43\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":"bamboo_engine/handlers/converge_gateway.py"},"region":{"startLine":43}}}],"partialFingerprints":{"codehealthFindingId/v1":"5f58e9ba9e2de25938393236d4359d768cfda4833c3bd2e065c500795f3824e1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): bamboo_engine/handlers/empty_end_event.py:104-118 | bamboo_engine/handlers/executable_end_event.py:95-109 \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 \u0060bamboo_engine/handlers/empty_end_event.py:104\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":"bamboo_engine/handlers/empty_end_event.py"},"region":{"startLine":104}}}],"partialFingerprints":{"codehealthFindingId/v1":"12037a0f41f4ff5840e658ed8aaa0a56eb55d10fe00830e54a6b43ef83419e5c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): bamboo_engine/template/template.py:112-126 | runtime/bamboo-pipeline/pipeline/core/data/expression.py:104-118 \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":"bamboo_engine/template/template.py"},"region":{"startLine":112}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc71e44b122188cf1aba146439532b13fced77c24a76c7903ef883f89cc42c58"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/engine/api.py:296-310 | runtime/bamboo-pipeline/pipeline/engine/api.py:538-555 \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":"runtime/bamboo-pipeline/pipeline/engine/api.py"},"region":{"startLine":296}}}],"partialFingerprints":{"codehealthFindingId/v1":"09b1d52544ee850eb9bcfe40894122c469b1c7411cc0b5f23ef6f7daeb180a18"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): bamboo_engine/builder/builder.py:168-181 | bamboo_engine/builder/builder.py:182-197 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/builder/builder.py"},"region":{"startLine":168}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e68ca2bae65bbcaef7f55e0b84681ba4fa855b27c6b6805e217d93fd0803372"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): bamboo_engine/handlers/service_activity.py:100-113 | bamboo_engine/handlers/subprocess.py:78-91 \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":"bamboo_engine/handlers/service_activity.py"},"region":{"startLine":100}}}],"partialFingerprints":{"codehealthFindingId/v1":"b2aab476a98539a45eca192f117ab73f5f02bb5c63b86be991c0a61b9e905457"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): bamboo_engine/utils/boolrule/boolrule.py:46-59 | runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py:46-59 \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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":46}}}],"partialFingerprints":{"codehealthFindingId/v1":"acd31cba0eb8a4bf3346639b821bf601d68d4657f872bf99e9b5e6db3853658e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/builder/builder.py:176-189 | runtime/bamboo-pipeline/pipeline/builder/builder.py:190-204 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/builder/builder.py"},"region":{"startLine":176}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfba5596e98b061e800c1b2aee088791d507d7477c78166d8c76af7f1e0465d3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/imp/data.py:182-195 | runtime/bamboo-pipeline/pipeline/eri/imp/data.py:204-219 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060runtime/bamboo-pipeline/pipeline/eri/imp/data.py:182\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":"runtime/bamboo-pipeline/pipeline/eri/imp/data.py"},"region":{"startLine":182}}}],"partialFingerprints":{"codehealthFindingId/v1":"25992dafa39bec557c51326558dd5b9b22d902af500f04219b723f1e15fa7797"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): bamboo_engine/utils/boolrule/boolrule.py:76-87 | runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py:76-87 \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 \u0060bamboo_engine/utils/boolrule/boolrule.py:76\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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":76}}}],"partialFingerprints":{"codehealthFindingId/v1":"1a5a2ebe8e74c48cfbbcc6017a1a7ca28a8a089556d2bed4840d96814ddec232"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): bamboo_engine/utils/graph.py:38-49 | runtime/bamboo-pipeline/pipeline/utils/graph.py:38-49 \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":"bamboo_engine/utils/graph.py"},"region":{"startLine":38}}}],"partialFingerprints":{"codehealthFindingId/v1":"162fa4b300638d99e9634f443ffd59b96c13440135800e3b8093b27bd52d987c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/engine/core/schedule.py:165-176 | runtime/bamboo-pipeline/pipeline/engine/core/schedule.py:212-223 \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 \u0060runtime/bamboo-pipeline/pipeline/engine/core/schedule.py:165\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/engine/core/schedule.py"},"region":{"startLine":165}}}],"partialFingerprints":{"codehealthFindingId/v1":"efa51862fb7e02db75bd81b60291a14c1f3153766aaf80aa4caee877f0eeda9b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/imp/state.py:87-98 | runtime/bamboo-pipeline/pipeline/eri/imp/state.py:117-128 \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 \u0060runtime/bamboo-pipeline/pipeline/eri/imp/state.py:87\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":"runtime/bamboo-pipeline/pipeline/eri/imp/state.py"},"region":{"startLine":87}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0697d881b8730ffe0c33dc7756b708007950d445b841fc741815e86e2298d18"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): bamboo_engine/handlers/conditional_parallel_gateway.py:131-141 | bamboo_engine/handlers/exclusive_gateway.py:136-146 \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 \u0060bamboo_engine/handlers/conditional_parallel_gateway.py:131\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":"bamboo_engine/handlers/conditional_parallel_gateway.py"},"region":{"startLine":131}}}],"partialFingerprints":{"codehealthFindingId/v1":"c20a794f0aa7915d8f5ea5af803584278ffa75e701cb92d01755fb3ea408fd86"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): bamboo_engine/utils/string.py:23-33 | runtime/bamboo-pipeline/pipeline/core/flow/gateway.py:60-70 \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":"bamboo_engine/utils/string.py"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"49080b3feb33ddc46200fa64421f6fe0898085546afbd49d1e7ec08760fa0e8c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): bamboo_engine/validator/gateway.py:127-137 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:131-141 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/validator/gateway.py"},"region":{"startLine":127}}}],"partialFingerprints":{"codehealthFindingId/v1":"5dc65020fda6cbf8e737a3acaf9cc95f55a68b4e3fed4c6de9850f289bc30f1e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): bamboo_engine/validator/gateway.py:524-534 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:525-535 \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":"bamboo_engine/validator/gateway.py"},"region":{"startLine":524}}}],"partialFingerprints":{"codehealthFindingId/v1":"26e34a57d2225747edcaf1e97e693d50893062b96fc38d05fa6f60ffbc3751df"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/runtime.py:307-317 | runtime/bamboo-pipeline/pipeline/eri/runtime.py:327-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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/eri/runtime.py"},"region":{"startLine":307}}}],"partialFingerprints":{"codehealthFindingId/v1":"70674ef45e558f609e904e2b57bd25b264c0ad2f74206db009f36eb230d66ba6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): bamboo_engine/template/template.py:186-195 | runtime/bamboo-pipeline/pipeline/core/data/expression.py:157-166 \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":"bamboo_engine/template/template.py"},"region":{"startLine":186}}}],"partialFingerprints":{"codehealthFindingId/v1":"e93d97907dcda26010583bd2575b07d55678123bcc8a364b05d42e24e8fefd95"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): bamboo_engine/validator/gateway.py:483-492 | runtime/bamboo-pipeline/pipeline/validators/gateway.py:487-496 \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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"bamboo_engine/validator/gateway.py"},"region":{"startLine":483}}}],"partialFingerprints":{"codehealthFindingId/v1":"9022be53d437eed2e6ca0172061738e171d19bb0dc7ba4cd4269e60d3ad8b263"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/component_framework/constant.py:35-44 | runtime/bamboo-pipeline/pipeline/models.py:144-153 \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":"runtime/bamboo-pipeline/pipeline/component_framework/constant.py"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5ed11e29d23b896c538138db46fdf19447e875e2ef2684c63cf103b4d4937b8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py:62-71 | runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py:111-121 \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 \u0060runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py"},"region":{"startLine":62}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c7b5a9c1be07e17ed482a58d085300393080c4957639ae217a84ca8025bf60a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py:84-93 | runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py:159-168 \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 \u0060runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py: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. 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":"runtime/bamboo-pipeline/pipeline/contrib/periodic_task/tasks.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"56c17919299210323a3ffe89d2c5161fdd65272eafff049a550831654fe71cb8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/imp/state.py:42-51 | runtime/bamboo-pipeline/pipeline/eri/imp/state.py:85-94 \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":"runtime/bamboo-pipeline/pipeline/eri/imp/state.py"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"d7371bae0dbf4b0f86cc5243229b8a78fba49b7d35d5ad0877634dcb074239a8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/utils/http.py:24-33 | runtime/bamboo-pipeline/pipeline/utils/http.py:39-48 \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":"runtime/bamboo-pipeline/pipeline/utils/http.py"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"766bbaff061fa5d876aaaa68e93329f529232b2da8bf8a946808fa4595dfc0bb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): bamboo_engine/handlers/empty_start_event.py:98-106 | bamboo_engine/handlers/parallel_gateway.py:62-72 \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 \u0060bamboo_engine/handlers/empty_start_event.py:98\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":"bamboo_engine/handlers/empty_start_event.py"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"3532eefc4f75781e2c97c417dd6e538a3aa3ecd158a98e0a7d5c963bbe60317a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): bamboo_engine/utils/boolrule/boolrule.py:212-220 | runtime/bamboo-pipeline/pipeline/utils/boolrule/boolrule.py:212-220 \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":"bamboo_engine/utils/boolrule/boolrule.py"},"region":{"startLine":212}}}],"partialFingerprints":{"codehealthFindingId/v1":"ecd428178cc5f7a89a23032870111fa355f29c444b638ab618607e75836c6880"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): bamboo_engine/utils/mako_utils/code_extract.py:37-45 | runtime/bamboo-pipeline/pipeline/utils/mako_utils/code_extract.py:36-44 \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":"bamboo_engine/utils/mako_utils/code_extract.py"},"region":{"startLine":37}}}],"partialFingerprints":{"codehealthFindingId/v1":"a0eaf4f29241511cc85776adc1ee2242a55a1dd972f3d3acaa37837d896dd30e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/contrib/periodic_task/models.py:56-64 | runtime/bamboo-pipeline/pipeline/contrib/periodic_task/models.py:149-157 \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 \u0060runtime/bamboo-pipeline/pipeline/contrib/periodic_task/models.py:56\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. Note that the copies do not run to the end of the range shown: their LAST lines are different code, not the same code under different names \u2014 the matched region ends inside that line. Extract the lines above it, and read the last line of each site separately."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"runtime/bamboo-pipeline/pipeline/contrib/periodic_task/models.py"},"region":{"startLine":56}}}],"partialFingerprints":{"codehealthFindingId/v1":"9250658479b93c2fa9617a4a8c59ec09643fb7fe64a6ddebf01469f0fc0eac96"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/eri/imp/context.py:44-55 | runtime/bamboo-pipeline/pipeline/eri/imp/context.py:187-195 \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 \u0060runtime/bamboo-pipeline/pipeline/eri/imp/context.py:44\u0060 it begins part-way through the construct above it, so those exact lines cannot be lifted as they stand \u2014 widen the region to the smallest complete statement or declaration that contains it, and extract that. 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":"runtime/bamboo-pipeline/pipeline/eri/imp/context.py"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"3152076436cbb1013e7c36968fb77d946708991c141adde10aa3a494edee451a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/core/flow/gateway.py:88-95 | runtime/bamboo-pipeline/pipeline/core/flow/gateway.py:133-140 \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":"runtime/bamboo-pipeline/pipeline/core/flow/gateway.py"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"e505b272d3860da8dc79a9cc48cc6fe966f06df4d808a9572504fafbf40e19d0"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): bamboo_engine/template/sandbox.py:39-45 | runtime/bamboo-pipeline/pipeline/core/data/sandbox.py:51-57 \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":"bamboo_engine/template/sandbox.py"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"ab3e528b905947fbf7783fe481d812d85ed74e38e5594963af41bc9233eabadf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): bamboo_engine/utils/graph.py:17-23 | runtime/bamboo-pipeline/pipeline/utils/graph.py:17-23 \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":"bamboo_engine/utils/graph.py"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"014438fb940139d54c9de19e4a877a63052f8cbf05a50d844274c83d40023078"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py:245-251 | runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py:255-261 \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 \u0060runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py:245\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":"runtime/bamboo-pipeline/pipeline/parser/pipeline_parser.py"},"region":{"startLine":245}}}],"partialFingerprints":{"codehealthFindingId/v1":"2cc47613032fc4c651c309f4185db7926942fd5943bdd5313f8419d782a3d5a8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): runtime/bamboo-pipeline/pipeline/core/data/var.py:66-71 | runtime/bamboo-pipeline/pipeline/core/data/var.py:139-144 \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":"runtime/bamboo-pipeline/pipeline/core/data/var.py"},"region":{"startLine":66}}}],"partialFingerprints":{"codehealthFindingId/v1":"2e582c958dec5a10332fce864e436f25bc62c0092d1a602890f40d73555d2af5"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 138 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"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":"e2f3bab98ec568935f7093957bdacb5e32f81072c7637e215eb0f9c703261b46"},"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":"66122ec0d225405eb8d4a41034459f6597ebe48c3a3d86276212d1d778490284"},"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":"035af98cccd2eac6ccdeda41678a34d494c2722257362caaa5117ba53dabc2af"},"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":"dbe49f3abad2c8f5b1ae8f7c2c939674be0f2c283acf3a8bd9dfaff515058b41"},"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":"1f6c1268c9886a44737dec38a71c6945f011e4f89992a6826ad804dcc230fe08"},"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":"14eb5b8bc3d5a275cf1edc8bec88bb9bdefe2df6628e1b9ba9fc93d7bfe62932"},"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":"e9ae0847679b7145fe6ae035599dfe75d9743bad3af03a8ae21ff553db89a7a3"},"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":"fc4c352d96918ade55c476ea8caff31e6acc0684e57c5e43a9861ac41949e764"},"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":"980bfe5d7674e4ac327196618551e612bfacc9274c64adb48b4204a603771bef"},"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":"fa956d747a29a0fbd7bba691f99b6f9aeb898865ec2d4133812dbba2390d13b1"},"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":"f5a7427415ad027845baaf958ebb8698c6867a158e0ce8a9226900229f3d4de1"},"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":"2399a0a40d1762d4b98e4239d8015b56d68df41882b68e3335debb471d8a9258"},"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":"7f8e4bab075d7a0a3d77c5ff09c2b3b9363b63fa037dcc506d768dc4cdb83c25"},"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":"eb05a48f5f6331fddc20f42c6ec01dfee204ec5cc76568aae833216225027558"},"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":"72df7c4babf67d4d11db0840f3e6937287a1675b647256ddd89776c2d3a031f9"},"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":"7d1d422220eec9d905cc2b3e3970781b9bed58e9a9cb41324bfe4cd69c45856d"},"taxa":[{"id":"CWE-79","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":"f3df33728559e295700a2e7310be0479efbbc123c2773e2b8cbd011551a93ab2"},"taxa":[{"id":"CWE-79","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":"d1f40a520e3e7bf197ef69a5fb3cde1f4cf8e2b6b77c59a2bae5cfb329dabc03"},"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":"fff7ae5153fb1430bfceffed351d69727fc1f1582415cf436e4ac035da82e7ba"},"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":"0c29e14645f1d7f2beb38bd831c3c5b8691296b786d1199f4eafcd525051c07b"},"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":"1f0ae5641e76522ff12fe998046ca51df526a9587f5bd2964929effdd63b1f50"},"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":"e6120f9a5a1be17bdcf9db18d13f3f346d4dbb3073349ee64bb41705c3b9e114"},"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":"2e4cf707691440edd593e5952bf6aa0ebfaf18c3d6568bd18dd3abf053c690d2"},"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":"5203b2b4b5d2dbff18d896ef74cfed5f06d38c05b29787b3d26d144e1b51f33e"},"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":"34d1e48195ca6e0f47049a494d793d95c1f7a15b1565b9681db5627d4ecf5028"},"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":"0e1b049243b8def43951a5c0a1a73544509a16556e7f8153fcc67ae114bb5a35"},"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":"d86c3cf46262f3e55235930b842a0f08c6362cb494fbf80e72de95a6e48f97da"},"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":"f7e0e38cca2a8a120ecd4d99823c0cfb21ff7349da91fd5e94f87f46d03900fc"},"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":"afb72d73afbd3207cd40d2dbda9d7bb09ff3add7e6a3b26bc609c25411324340"},"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":"5aac56966121f29620b2979f0102f349e6f3a734e91951c44f1c04fb804faaec"},"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":"2173b10fd517379f251d47602afea542eedfa61a55aae6770b851cc1a39499bd"},"taxa":[{"id":"CWE-330","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 139 of 139 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 139 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"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":"runtime/bamboo-pipeline/pipeline/engine/models/nr_pickle.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d4ff211eef5cda83f3925d4ab82260eb4114621cee74c87e9a189fea4591ce1e"}},{"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":"runtime/bamboo-pipeline/pipeline/engine/models/core.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0449619e6ebe8ed9795593366cf3796f0d4d4d2e27179d4a17a48ca260957f5"}},{"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":"bamboo_engine/engine.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"6213ad1348c4ad9a6b2328f3627105abbb1d98f50b9fbeef9df38b843292a1f3"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1b213f6eedd4b140d0bc37bdf1496f72811a643f34064f12518b32e9e83bcfc7"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"0e17f71490e4d120a48b2b2881ab866c93b272bef2febb673a3e8e42b2c288ab"}},{"ruleId":"D36","level":"note","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"eb00976a698a5d68999b7ee6d27206fd374e916853e7ff1ead5eed42386f043f"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"90f83b4fa27db32740afe9540c905f3c0499caed87f61049a8a903ecc95b41c3"}},{"ruleId":"D36","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"9658270ba49f37ed04e99ab1263b6393cd42aed8bdfb7aafd9fa1070f5491895"}},{"ruleId":"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":"d657599f6f99da1927d3377533dfc0888b34c4d84aa7d5579841fd72d0e39bce"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8c4cc7c99e7eaff1ec2ca5391c1db8c296592d43dc658a91b6be79d16dbc7a5b"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"fa7073ba95bad6a2f2622026c6fe6b19a60ca623dd6def9dcfcf7fb6456c097d"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"17d9f92e9c52b7b07d19316696b378697050cd39e8a61c01f5388d81022f8a50"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"1dfeabea47b8394dddb0b6ae18100c0e863c870ae08e563705a4a60249f02d22"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6df50f01691ca9fdd24ee93cc910ed3644f5d42cfa6cb9037972fbe8e3dc9c21"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ade8c272a9f8dd9e1aa20718716194e3e5a4049b9731a06eeea083fb92fb5492"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4e931707958ff5fd7cd44f77254583f36041f9158684d9d7a9ae60f409062eb1"}},{"ruleId":"D38","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a5061f48fa0fbe177eb4d5e1a4aa63f463f8094d22bbfa4f67c9b838fdde7880"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"218222fc7f607ba1841a2e814d21e9c71a60a93308558466d1290e01ed2acdf4"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"3b77b1987ad784c20e451a01765524bf6fde1ee5a06059bdc4547f169c4d2069"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"f29b9df03b4c2075cb3588e2e5f867c73a9b13ac7a79b9ffb7f069759fd43f33"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"ac5932fd7ab97c99abf5a8875aa9037ff647c25e72299a130efa3c10d760040d"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"c8f06f3deb12441de9f6c49800dadd3973483af67584462c6d8c6f61786b2a2a"}},{"ruleId":"D38","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"23dde86d7407af517680850ef7e10fec14302ca5ba27b4c5803436d2beb3baac"}}],"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-330","guid":"f811ddf9-2e54-865b-9c76-f97905849790","name":"CWE-330","shortDescription":{"text":"CWE-330"},"helpUri":"https://cwe.mitre.org/data/definitions/330.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-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-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":51,"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."]}]}