{"$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":"D34","name":"Knowledge Freshness","shortDescription":{"text":"Knowledge Freshness"},"helpUri":"https://codehealth.canine.dev/dimensions/D34"},{"id":"D35","name":"Change Coupling","shortDescription":{"text":"Change Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D35"}]}},"results":[{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (20 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:141-160 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt:111-130 \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 \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:141\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":141}}}],"partialFingerprints":{"codehealthFindingId/v1":"685eb00a2dc55b84d8803e69f55b141de266968627e5f642e2a588916d93dd96"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (19 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:135-153 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt:112-130 \u2014 before extracting anything, compare \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt\u0060 and \u0060todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt\u0060 as WHOLE FILES: this scan already matched 4 separate duplicated blocks between them, totalling at least 59 lines, which is the signature of one file having been copied from the other rather than of a helper waiting to be extracted. The two sit in different directories, so one cannot simply be deleted in favour of the other while both are reached separately: hoist the shared part into a location both already depend on and have each file call it, and retire whichever file turns out to have no caller of its own left. Extracting one helper per block leaves the fork in place. Read the line range as the matched WINDOW rather than a finished unit: at \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:135\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt"},"region":{"startLine":135}}}],"partialFingerprints":{"codehealthFindingId/v1":"69f9b374550d49f3b356d68482a53e88b2e80d6f4402dcbe5a28200c50928deb"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (17 lines \u00D7 3): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:117-133 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:111-127 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt:88-104 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 3 call sites can already reach \u2014 a location they all depend on today, or a new shared one if there is none \u2014 and call it from each site; until then, every change has to be made 3 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:117\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":117}}}],"partialFingerprints":{"codehealthFindingId/v1":"acfbc886866c9dda104ddb3394c4c08f6cdbc87a0a4efdc72e438b2ac89b8bd8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:73-88 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:71-86 \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 \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:73\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":73}}}],"partialFingerprints":{"codehealthFindingId/v1":"1c19d27a8d61975009a44bf08648679db5a7fed8046d020cc4a1e0a1459dbbdc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt:83-98 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt:84-99 \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 \u0060todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt:83\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":"todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt"},"region":{"startLine":83}}}],"partialFingerprints":{"codehealthFindingId/v1":"4735ff9c6f4d5ba533a6f505fc5e6812857f67d4e9ddae0e695d9db710bd2ffc"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (15 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt:82-96 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/component/TodoItem.kt:82-96 \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 \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt:82\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt"},"region":{"startLine":82}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed7dc53492f072d6258c52aec3c85c00eb63c734a86670983812ca3734002998"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt:28-41 | app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertNightNotification.kt:27-40 \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":"app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"3a42b9e963c15fa46151f8e0e88275c6ef04c126f45bee6e4a2f047bd4011d8c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt:88-101 | app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertNightNotification.kt:87-100 \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 \u0060app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt:88\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":"app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt"},"region":{"startLine":88}}}],"partialFingerprints":{"codehealthFindingId/v1":"a4ab82d3a1914361f2346bd9c760ab22c87b97d7aa991692b7e9f9912f45b434"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (14 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt:118-131 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/component/TodoItem.kt:118-131 \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 \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt:118\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitItem.kt"},"region":{"startLine":118}}}],"partialFingerprints":{"codehealthFindingId/v1":"0e3ed58efdb487b8c0d7bae989c4a56ce22fd997510147af0709929e5ba8d6f6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 4): habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitsEmpty.kt:27-39 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitsError.kt:27-39 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/component/TodosEmpty.kt:27-39 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/component/TodosError.kt:27-39 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitsEmpty.kt:27\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/component/HabitsEmpty.kt"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"f68a5019d0acb0a9d353f517f0b24c0183ec743086f4e753a4455efbdc1c51fd"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 4): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:98-110 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:92-104 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt:68-80 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt:69-81 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"00e85759c5353b9379d502db8a3958f4f2ec35f8200de12ade3296ed624052b3"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 4): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:63-71 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt:60-69 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_add/TodoAddScreen.kt:52-60 | todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt:53-61 \u2014 the copies span different directories, so extracting a shared function means choosing where it lives: put it somewhere all 4 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 4 times. Read the line range as the matched WINDOW rather than a finished unit: at \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:63\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":63}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2e7e77ebb5716ccf9900030de7f20d994d2c3090f97360e597e6668c4129d17"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt:79-85 | app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertNightNotification.kt:78-84 \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 \u0060app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt:79\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":"app/src/main/java/com/moataz/mawaqeet/components/notification/HabitAlertMorningNotification.kt"},"region":{"startLine":79}}}],"partialFingerprints":{"codehealthFindingId/v1":"8fef92d0c3e0c76954e668158c1ad42113b511b622b353996cd70caefaf372e4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:166-172 | habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habits/HabitsScreen.kt:86-92 \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 \u0060habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt:166\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":"habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt"},"region":{"startLine":166}}}],"partialFingerprints":{"codehealthFindingId/v1":"d54fa9a78aa21301d6219a29414e4895caaad77034f36f03acee4a1af3906484"}},{"ruleId":"D16","level":"warning","message":{"text":"single-maintainer \u2014 knowledge-concentration (bus factor) risk: single-maintainer \u2014 knowledge-concentration (bus factor) risk (1 author(s) across 168 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"ruleId":"D34","level":"note","message":{"text":"Further orphaned files (smaller): 13 of 13 analysed file(s) have no living knowledge left \u2014 their last meaningful change has decayed away, so if one breaks, no one currently understands it (counted over production source files of roughly 100 lines or more, excluding tests, vendored, generated and example/demo trees, largest first). None is large enough to earn a read-through of its own, so this row stands in for the per-file rows rather than raising one each \u2014 largest first: habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_add/HabitAddingDialogScreen.kt, habits/ui/view/src/main/java/com/moataz/habits/ui/view/screens/habit_edit/HabitEditScreen.kt, todos/ui/view/src/main/java/com/moataz/todos/ui/view/screens/todo_edit/TodoEditScreen.kt (and 10 more). Attach the read to the next change that touches one of them: have a second person review that change, and leave behind a short comment or test recording what the file is for, so the knowledge comes back at the cost of a change you were making anyway."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ce861fd78f6935114d3a342cb90ad25870f984e1042954fcbbe27c0e23be3658"}}],"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-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-77","guid":"332c8ade-6612-9f56-a06b-d8d90b1a8750","name":"Command Injection","shortDescription":{"text":"Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/77.html"},{"id":"CWE-78","guid":"2e31ceaf-c7ae-2e5e-9661-cfb1362789cf","name":"OS Command Injection","shortDescription":{"text":"OS Command Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/78.html"},{"id":"CWE-79","guid":"fd45580b-e8c4-fc5e-8c2f-aa8fab0b4dbf","name":"Cross-site Scripting (XSS)","shortDescription":{"text":"Cross-site Scripting (XSS)"},"helpUri":"https://cwe.mitre.org/data/definitions/79.html"},{"id":"CWE-798","guid":"5e8f057d-fee3-995a-a0cb-9fc5b0d174d1","name":"Use of Hard-coded Credentials","shortDescription":{"text":"Use of Hard-coded Credentials"},"helpUri":"https://cwe.mitre.org/data/definitions/798.html"},{"id":"CWE-89","guid":"6d08fdad-37eb-c150-bbf0-d7d946863407","name":"SQL Injection","shortDescription":{"text":"SQL Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/89.html"},{"id":"CWE-94","guid":"75e7f50c-6c2f-dd52-bf40-bf6c52b861fd","name":"Code Injection","shortDescription":{"text":"Code Injection"},"helpUri":"https://cwe.mitre.org/data/definitions/94.html"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}