{"$schema":"https://json.schemastore.org/sarif-2.1.0.json","version":"2.1.0","runs":[{"tool":{"driver":{"name":"codehealth","informationUri":"https://codehealth.canine.dev","rules":[{"id":"D1","name":"Cyclomatic Complexity","shortDescription":{"text":"Cyclomatic Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D1"},{"id":"D2","name":"Cognitive Complexity","shortDescription":{"text":"Cognitive Complexity"},"helpUri":"https://codehealth.canine.dev/dimensions/D2"},{"id":"D3","name":"God Classes","shortDescription":{"text":"God Classes"},"helpUri":"https://codehealth.canine.dev/dimensions/D3"},{"id":"D4","name":"Code Duplication","shortDescription":{"text":"Code Duplication"},"helpUri":"https://codehealth.canine.dev/dimensions/D4"},{"id":"D13","name":"Secret Scanning","shortDescription":{"text":"Secret Scanning"},"helpUri":"https://codehealth.canine.dev/dimensions/D13","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D15","name":"Churn \u00D7 Complexity Hotspots","shortDescription":{"text":"Churn \u00D7 Complexity Hotspots"},"helpUri":"https://codehealth.canine.dev/dimensions/D15"},{"id":"D16","name":"Bus Factor","shortDescription":{"text":"Bus Factor"},"helpUri":"https://codehealth.canine.dev/dimensions/D16"},{"id":"D19","name":"Documentation Quality","shortDescription":{"text":"Documentation Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D19"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D28","name":"Secrets (history)","shortDescription":{"text":"Secrets (history)"},"helpUri":"https://codehealth.canine.dev/dimensions/D28","relationships":[{"target":{"id":"CWE-798","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-259","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-798","CWE-259"]}},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29","relationships":[{"target":{"id":"CWE-79","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-89","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-78","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-94","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-77","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-79","CWE-89","CWE-78","CWE-94","CWE-77"]}},{"id":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31","relationships":[{"target":{"id":"CWE-1032","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-732","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]},{"target":{"id":"CWE-16","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1032","CWE-732","CWE-16"]}},{"id":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"},{"id":"D37","name":"Vulnerability-disclosure Policy","shortDescription":{"text":"Vulnerability-disclosure Policy"},"helpUri":"https://codehealth.canine.dev/dimensions/D37","relationships":[{"target":{"id":"CWE-1059","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}],"properties":{"cwe":["CWE-1059"]}}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"convert_modes.convert_modes (cyclomatic 37): convert_modes.convert_modes 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":"vs-code/convert_modes.py"},"region":{"startLine":411}}}],"partialFingerprints":{"codehealthFindingId/v1":"f55a2e576383749fafbd0b4280098db236219703cdb8bfd89c8e7c0fa889b457"}},{"ruleId":"D1","level":"warning","message":{"text":"compile_modes.validate_mode (cyclomatic 21): compile_modes.validate_mode has cyclomatic complexity 21 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function so the top-level body reads as a short sequence of named decisions."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/compile_modes.py"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"f52a309c5993b33b9ad1d388cdb36d75a1b2381a5555c7526539db6f20037e75"}},{"ruleId":"D1","level":"warning","message":{"text":"verify_modes.verify_mode (cyclomatic 20): verify_modes.verify_mode has cyclomatic complexity 20 (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":"scripts/verify_modes.py"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"62cf0bf89fe691caabf93230ba8f911f09fc4a7724f189c6e4ab2c636bd0d7de"}},{"ruleId":"D2","level":"warning","message":{"text":"convert_modes.convert_modes (cognitive 55): convert_modes.convert_modes has cognitive complexity 55 (threshold 15). Drivers by points: if/else 33, boolean chains 8, loops 8, error handling 3, ternaries 3 (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":"vs-code/convert_modes.py"},"region":{"startLine":411}}}],"partialFingerprints":{"codehealthFindingId/v1":"8dbc1b0ca2a3e6c5c5abea1faf2739129d7e4d2727dccbbf3c66764484d5c3d5"}},{"ruleId":"D2","level":"warning","message":{"text":"inject_engineering_protocols.inject_into_file (cognitive 27): inject_engineering_protocols.inject_into_file has cognitive complexity 27 (threshold 15). Drivers by points: if/else 20, loops 7 (nesting depth added 13). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/inject_engineering_protocols.py"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"28647feba7ef8f4415fbea243f8f24a27443d898fb5cbe3f872c2dd7c98358b6"}},{"ruleId":"D2","level":"warning","message":{"text":"compile_modes.validate_mode (cognitive 25): compile_modes.validate_mode has cognitive complexity 25 (threshold 15). Drivers by points: boolean chains 11, if/else 8, loops 6 (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":"scripts/compile_modes.py"},"region":{"startLine":48}}}],"partialFingerprints":{"codehealthFindingId/v1":"a812e428a65ef1be14d4c1c8d99a6b7f70440c8926686538f082299f61226e63"}},{"ruleId":"D2","level":"warning","message":{"text":"generate_roomodes.main (cognitive 24): generate_roomodes.main has cognitive complexity 24 (threshold 15). Drivers by points: if/else 19, loops 5 (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":"scripts/generate_roomodes.py"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4ede35ada84c6ed73df1ae58de3993f8dc16c21b9997cb2758537f950da3a6a"}},{"ruleId":"D2","level":"warning","message":{"text":"migrate_all_agents.main (cognitive 23): migrate_all_agents.main has cognitive complexity 23 (threshold 15). Drivers by points: loops 10, if/else 8, error handling 4, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/migrate_all_agents.py"},"region":{"startLine":133}}}],"partialFingerprints":{"codehealthFindingId/v1":"dfd55ed09775154cc4b7726dcd0b64629d97350fece1f1f86216181598d91732"}},{"ruleId":"D2","level":"warning","message":{"text":"verify_modes.verify_mode (cognitive 23): verify_modes.verify_mode has cognitive complexity 23 (threshold 15). Drivers by points: if/else 15, boolean chains 7, loops 1 (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":"scripts/verify_modes.py"},"region":{"startLine":34}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c7badf62651e4618c27f35dc9574f9699c49a7e82a48426e6483c4ef933cc1c"}},{"ruleId":"D2","level":"warning","message":{"text":"compile_modes.load_individual_modes (cognitive 20): compile_modes.load_individual_modes has cognitive complexity 20 (threshold 15). Drivers by points: error handling 7, if/else 7, loops 5, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/compile_modes.py"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"46d1c9b5a3594fc092d82e0fde920d69458e23e7a4e4ebb6f63b3aeb6d6782fe"}},{"ruleId":"D2","level":"warning","message":{"text":"compile_modes.main (cognitive 19): compile_modes.main has cognitive complexity 19 (threshold 15). Drivers by points: if/else 10, loops 8, boolean chains 1 (nesting depth added 8). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/compile_modes.py"},"region":{"startLine":320}}}],"partialFingerprints":{"codehealthFindingId/v1":"97d66f54e15428e2808963e88b464a08e23c3fe54c7bda6575fc934e10799366"}},{"ruleId":"D2","level":"warning","message":{"text":"fix_modes.main (cognitive 19): fix_modes.main has cognitive complexity 19 (threshold 15). Drivers by points: if/else 7, ternaries 7, error handling 3, 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":"scripts/fix_modes.py"},"region":{"startLine":274}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfab4e27f931126c044b4c2ce0c635ba68649d16a6bf40ff6b505e1052e8a6ba"}},{"ruleId":"D2","level":"warning","message":{"text":"convert_modes.search_modes (cognitive 19): convert_modes.search_modes has cognitive complexity 19 (threshold 15). Drivers by points: if/else 9, loops 5, ternaries 4, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"vs-code/convert_modes.py"},"region":{"startLine":210}}}],"partialFingerprints":{"codehealthFindingId/v1":"071d0f7c935344af85962e0f9d01c5a369570c4b9b729e657f88afbd38f1a230"}},{"ruleId":"D2","level":"warning","message":{"text":"compile_modes.load_existing_roomodes (cognitive 18): compile_modes.load_existing_roomodes has cognitive complexity 18 (threshold 15). Drivers by points: if/else 9, boolean chains 4, error handling 4, 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":"scripts/compile_modes.py"},"region":{"startLine":187}}}],"partialFingerprints":{"codehealthFindingId/v1":"cdf1d8f54f09c5fb13e9e25556a8c29fb01a0f2850343c9fe2d437fb3ec949ed"}},{"ruleId":"D2","level":"warning","message":{"text":"trim_modes.main (cognitive 18): trim_modes.main has cognitive complexity 18 (threshold 15). Drivers by points: if/else 11, loops 6, boolean chains 1 (nesting depth added 10). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/trim_modes.py"},"region":{"startLine":44}}}],"partialFingerprints":{"codehealthFindingId/v1":"63cd48237db1f31d0c15d855b3bb7b0f1a080f4528043aff335f24429fa2edf0"}},{"ruleId":"D2","level":"warning","message":{"text":"inject_github_superpowers.main (cognitive 17): inject_github_superpowers.main has cognitive complexity 17 (threshold 15). Drivers by points: if/else 9, loops 7, boolean chains 1 (nesting depth added 9). To reduce it, split the body into named stages: move each independent step or branch into its own named function so the body reads as a short sequence of named calls rather than one long body."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/inject_github_superpowers.py"},"region":{"startLine":368}}}],"partialFingerprints":{"codehealthFindingId/v1":"2d70f9ef7437658438e950cca9af8f0c52a271adadbdaa573723a7656696f853"}},{"ruleId":"D2","level":"warning","message":{"text":"convert_modes.copy_to_vscode (cognitive 17): convert_modes.copy_to_vscode has cognitive complexity 17 (threshold 15). Drivers by points: if/else 16, error handling 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":"vs-code/convert_modes.py"},"region":{"startLine":343}}}],"partialFingerprints":{"codehealthFindingId/v1":"8771e7e74d6b2d49d35c64a25eefe23b64abaf354077afa1bfea4d3be1df2015"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (21 lines \u00D7 2): scripts/fix_modes.py:91-111 | scripts/fix_modes.py:140-160 \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":"scripts/fix_modes.py"},"region":{"startLine":91}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5cdad7e6a2f65f0fc926c256b8b85baf69c590eb0a2b51900af1393fd1f6da4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 2): scripts/compile_modes.py:53-69 | scripts/validate_custom_modes.py:96-112 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/compile_modes.py"},"region":{"startLine":53}}}],"partialFingerprints":{"codehealthFindingId/v1":"317c679b9620c97aae3f3099cbd07e00183ef566498282b5961ff09d76dc382e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): scripts/compile_modes.py:277-292 | scripts/migrate_all_agents.py:93-108 \u2014 the copies sit in sibling files of one directory: extract the block into a single shared function in that directory and call it from each site, so a change lands once. The matched lines also transfer control out of the body holding them, which cannot survive a move into a called unit unchanged: have the extracted unit return that decision and let each site act on it."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/compile_modes.py"},"region":{"startLine":277}}}],"partialFingerprints":{"codehealthFindingId/v1":"ec99af4242ed11d036b551c340e9162be407cd12b17062281a02fdaa14168546"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): scripts/inject_gap_skills.py:664-673 | scripts/inject_github_superpowers.py:411-420 \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 \u0060scripts/inject_gap_skills.py:664\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":"scripts/inject_gap_skills.py"},"region":{"startLine":664}}}],"partialFingerprints":{"codehealthFindingId/v1":"8857e5982f9b1d3be481eb14db4a8fb834da8186895d4eaad11136a279563678"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): scripts/compile_modes.py:107-115 | scripts/validate_custom_modes.py:50-58 \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":"scripts/compile_modes.py"},"region":{"startLine":107}}}],"partialFingerprints":{"codehealthFindingId/v1":"28e11edab76828c5d74ed61910c31ffde81a84d5bb52d3e68c4c0480fc07828b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): scripts/compile_modes.py:95-102 | scripts/validate_custom_modes.py:37-44 \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 \u0060scripts/compile_modes.py:95\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":"scripts/compile_modes.py"},"region":{"startLine":95}}}],"partialFingerprints":{"codehealthFindingId/v1":"ab006e86381a3c65ca1c1730587a789351bcb0ab4750d860e10649ae4bebcf02"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): scripts/batch_roomodes.py:19-25 | scripts/generate_roomodes.py:21-27 \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":"scripts/batch_roomodes.py"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"02ce4fe862ce7365c8687237d8e605640857c56045ab14b2ea407cc145dfc2ca"}},{"ruleId":"D15","level":"warning","message":{"text":"Hotspot: scripts/fix_modes.py: scripts/fix_modes.py changed 2 times in last 90 days, max complexity 16. Frequent change and high complexity in one file compound: schedule the next change to it to include carving out the part being edited, behind tests written first."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"scripts/fix_modes.py"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b4870301ab3e0cf154499988dcd2de9db8cbd9d9a6ca70c31758036a50a4525f"}},{"ruleId":"D16","level":"note","message":{"text":"Small-team knowledge concentration: 3 file(s) are concentrated to one author \u2014 the ambient state with 2 active author(s), not 3 separate risks. The signal becomes meaningful as ownership spreads; no per-file action implied now."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"8aa75b6daa18f1b578387fa04036c50b3163d47f957c8f5601bf083ed4489b0c"}},{"ruleId":"D19","level":"note","message":{"text":"The \u0027Per-mode configs\u0027 guide is a single-file README that only explains the backup and regeneration workflow, with no link to where to edit individual YAML files or how to regenerate from the combined file.: Link this README to the original monolithic custom_modes.yaml so readers can find it without opening the file."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"custom_modes.d/README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"76f3228839b89faede9f6bac49122393c45ab54ae9a1219f2d3e19225eba3458"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"d5b8f11381d61a58459ffc7c595fd52d09c03c711894a63a9578043d2338412b"},"taxa":[{"id":"CWE-829","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"6bcf9c9630cdfd2e4ef551cd85ceee09cef2909ee982424a28bbd49b9d430af8"},"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":"9ae2b8539606ab5c1347917e1acd4aa10612f2738b58b56b50bf43849c9d5f8c"},"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":"8f2a80a23804e48e7cfa2174f0a99ec34acf1a48d2554b9bb7eff4c5a0b59dc5"},"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"}}]}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1032","guid":"5f21e517-68aa-a650-9a25-5771ef024637","name":"OWASP Top Ten \u2014 Security Misconfiguration category","shortDescription":{"text":"OWASP Top Ten \u2014 Security Misconfiguration category"},"helpUri":"https://cwe.mitre.org/data/definitions/1032.html"},{"id":"CWE-1059","guid":"a2381a08-60f6-9554-a8b8-f3018cfaaca5","name":"Insufficient Technical Documentation","shortDescription":{"text":"Insufficient Technical Documentation"},"helpUri":"https://cwe.mitre.org/data/definitions/1059.html"},{"id":"CWE-1357","guid":"e4d2e772-757e-0a5c-bd7d-77052949d866","name":"Reliance on Insufficiently Trustworthy Component","shortDescription":{"text":"Reliance on Insufficiently Trustworthy Component"},"helpUri":"https://cwe.mitre.org/data/definitions/1357.html"},{"id":"CWE-16","guid":"659db3ea-affc-8453-8add-c1218fbfcb92","name":"Configuration","shortDescription":{"text":"Configuration"},"helpUri":"https://cwe.mitre.org/data/definitions/16.html"},{"id":"CWE-259","guid":"ae9ad959-fbb6-9d5e-892d-3dca66da0b69","name":"Use of Hard-coded Password","shortDescription":{"text":"Use of Hard-coded Password"},"helpUri":"https://cwe.mitre.org/data/definitions/259.html"},{"id":"CWE-353","guid":"09d7e902-d4ee-f05d-ae6c-0a1554d0c18f","name":"CWE-353","shortDescription":{"text":"CWE-353"},"helpUri":"https://cwe.mitre.org/data/definitions/353.html"},{"id":"CWE-732","guid":"1da27e8f-b330-7650-ab63-bd61953eae5d","name":"Incorrect Permission Assignment for Critical Resource","shortDescription":{"text":"Incorrect Permission Assignment for Critical Resource"},"helpUri":"https://cwe.mitre.org/data/definitions/732.html"},{"id":"CWE-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-829","guid":"13c33925-97fb-5a5e-b40c-56d328b8a4d7","name":"CWE-829","shortDescription":{"text":"CWE-829"},"helpUri":"https://cwe.mitre.org/data/definitions/829.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":4,"secretScannerRunsExcluded":0}},"redactionTokens":["A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."]}]}