{"$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"}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"CreateFlightCommandValidator.validate (cyclomatic 17): CreateFlightCommandValidator.validate has cyclomatic complexity 17 (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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/createflight/CreateFlightCommandValidator.java"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"c90712ca2cd775fd241def480886ff7af98d7ed66b5168489fbaadf922cabe81"}},{"ruleId":"D1","level":"warning","message":{"text":"UpdateFlightCommandValidator.validate (cyclomatic 17): UpdateFlightCommandValidator.validate has cyclomatic complexity 17 (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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/updateflight/UpdateFlightCommandValidator.java"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"f14f675275156f625767ed18ee07f4ffc1401cef730d6d1a0d19a34f6287c0e4"}},{"ruleId":"D2","level":"warning","message":{"text":"CreateFlightCommandValidator.validate (cognitive 16): CreateFlightCommandValidator.validate has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, boolean chains 5. 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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/createflight/CreateFlightCommandValidator.java"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"c3361fc550a67ad09980c042b91d52359a772cc4dced0e316d0794dab655cd3b"}},{"ruleId":"D2","level":"warning","message":{"text":"UpdateFlightCommandValidator.validate (cognitive 16): UpdateFlightCommandValidator.validate has cognitive complexity 16 (threshold 15). Drivers by points: if/else 11, boolean chains 5. 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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/updateflight/UpdateFlightCommandValidator.java"},"region":{"startLine":20}}}],"partialFingerprints":{"codehealthFindingId/v1":"d45a5c29a0a574b17365ab6b3eaf08b53ae9651f5759f0512c436e9bcd1c3a3d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 3): src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:126-139 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:167-179 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:206-219 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:126\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":"src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java"},"region":{"startLine":126}}}],"partialFingerprints":{"codehealthFindingId/v1":"ed4bfc8c5cad6a235aa4993610f8376103c0797741096297caf0964b4b57ddf6"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 3): src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:142-152 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:182-192 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:221-231 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited. Read the line range as the matched WINDOW rather than a finished unit: at \u0060src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:142\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":"src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java"},"region":{"startLine":142}}}],"partialFingerprints":{"codehealthFindingId/v1":"4e2224b9dbd634d1680638bec0fd88d92199dc3bc248357e74d560c7d0620d29"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:35-45 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:57-67 \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 \u0060src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:35\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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae38f852ed584933b5008d0bcef54fe4825cbf500126beb0c6fa2e9fd48b749f"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (11 lines \u00D7 2): src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:120-130 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:157-167 \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 \u0060src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java:120\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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/Mappings.java"},"region":{"startLine":120}}}],"partialFingerprints":{"codehealthFindingId/v1":"d51adcb58f30c62a4f83c906ca6e2dd2153df07b87ebd9469d60d6bb84781a2c"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 9): src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/AircraftEntity.java:31-40 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/AirportEntity.java:34-43 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/FlightEntity.java:59-68 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/FlightEntity.java:79-88 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/SeatEntity.java:37-46 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/mongo/documents/FlightDocument.java:36-45 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/mongo/documents/FlightDocument.java:52-61 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/models/Flight.java:90-99 | src/services/passenger/src/main/java/io/bookingmicroservices/passenger/data/jpa/entities/PassengerEntity.java:44-53 \u2014 there are 9 copies across 7 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 9 sites; resolving a subset leaves the remainder to drift apart. Note what the matched lines are: every one of them assigns one field to another, so the block is a hand-written mapper between two data shapes rather than behaviour with a helper inside it. Extracting one shared function only works if both sites map the SAME pair of types in the same direction \u2014 check that first, because inverse or differently-typed mappers have no single function they can both call. Where they do not, the moves that exist are a generated or reflective mapper, a common embedded/base type the fields live on once, or accepting the run and covering it with a test that fails when a field is added to one side only."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/AircraftEntity.java"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc4aca68108dd4c1ab96fc9081a4e98d13e83bdc24895e7ada9c16cb31ccfd26"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 8): src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/FlightEntity.java:60-69 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/FlightEntity.java:80-89 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/SeatEntity.java:38-47 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/mongo/documents/FlightDocument.java:37-46 | src/services/flight/src/main/java/io/bookingmicroservices/flight/data/mongo/documents/FlightDocument.java:53-62 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/models/Flight.java:36-45 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/models/Flight.java:91-100 | src/services/passenger/src/main/java/io/bookingmicroservices/passenger/data/jpa/entities/PassengerEntity.java:45-54 \u2014 there are 8 copies across 5 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 8 sites; resolving a subset leaves the remainder to drift apart. Note what the matched lines are: every one of them assigns one field to another, so the block is a hand-written mapper between two data shapes rather than behaviour with a helper inside it. Extracting one shared function only works if both sites map the SAME pair of types in the same direction \u2014 check that first, because inverse or differently-typed mappers have no single function they can both call. Where they do not, the moves that exist are a generated or reflective mapper, a common embedded/base type the fields live on once, or accepting the run and covering it with a test that fails when a field is added to one side only."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/services/flight/src/main/java/io/bookingmicroservices/flight/data/jpa/entities/FlightEntity.java"},"region":{"startLine":60}}}],"partialFingerprints":{"codehealthFindingId/v1":"a9ba01cb3bb3289c0528eb00745681471c7cbc34d5bdc5392753f31db5c5d4f9"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 6): src/services/flight/src/main/java/io/bookingmicroservices/flight/aircrafts/models/Aircraft.java:25-34 | src/services/flight/src/main/java/io/bookingmicroservices/flight/airports/models/Airport.java:24-33 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/models/Flight.java:34-43 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/models/Flight.java:54-63 | src/services/flight/src/main/java/io/bookingmicroservices/flight/seats/models/Seat.java:34-43 | src/services/passenger/src/main/java/io/bookingmicroservices/passenger/passengers/models/Passenger.java:26-35 \u2014 there are 6 copies across 5 file(s) \u2014 more copies than files, so at least one file holds the block twice. Extract it once into a single shared function every call site can reach and call it from all 6 sites; resolving a subset leaves the remainder to drift apart. Note what the matched lines are: every one of them assigns one field to another, so the block is a hand-written mapper between two data shapes rather than behaviour with a helper inside it. Extracting one shared function only works if both sites map the SAME pair of types in the same direction \u2014 check that first, because inverse or differently-typed mappers have no single function they can both call. Where they do not, the moves that exist are a generated or reflective mapper, a common embedded/base type the fields live on once, or accepting the run and covering it with a test that fails when a field is added to one side only."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/services/flight/src/main/java/io/bookingmicroservices/flight/aircrafts/models/Aircraft.java"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"9c5bfe069a6e5a2c003db7f022547e5e565f0ebbfbde252cfd771a99e6f4ea3e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/createflight/CreateFlightCommandValidator.java:28-38 | src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/updateflight/UpdateFlightCommandValidator.java:28-37 \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 \u0060src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/createflight/CreateFlightCommandValidator.java:28\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":"src/services/flight/src/main/java/io/bookingmicroservices/flight/flights/features/createflight/CreateFlightCommandValidator.java"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"d0680dc35addf21b1f59cd2630988829cf236a4166d5a67ab02f3f4b7cda0d54"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/buildingblocks/src/main/java/buildingblocks/keycloak/KeycloakScopeConverter.java:21-30 | src/buildingblocks/src/main/java/buildingblocks/keycloak/KeycloakScopeConverter.java:31-40 \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 \u0060src/buildingblocks/src/main/java/buildingblocks/keycloak/KeycloakScopeConverter.java:21\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":"src/buildingblocks/src/main/java/buildingblocks/keycloak/KeycloakScopeConverter.java"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"58933d655b54cb8d90eab205beb01fc8f254f47306e50a6e1712e5feb4d6db00"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 3): src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:54-61 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:71-78 | src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java:88-95 \u2014 all 3 copies are in the same file, so extract the block into one function there and call it from every one of those sites \u2014 resolving only two of them leaves the rest to drift apart the first time one is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/buildingblocks/src/main/java/buildingblocks/mediator/Mediator.java"},"region":{"startLine":54}}}],"partialFingerprints":{"codehealthFindingId/v1":"a6667f39793a5b14ae460fa4e17bb896be9af753791555f30cdead247365ceb2"}},{"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 97 commit(s) sampled)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"b4b49d961df742f0e507f4cc5c8094fb077ba0391a27fd015d18320865187719"}},{"ruleId":"D28","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":"b99cf1b6a0f4e9cf6d6fb6e11b11b6210e9a7e797c06127d349da564e485cef4"}},{"ruleId":"D28","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":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"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":"2f0859866f59f1aa89e51c173211f12f5f18df781512b16ad7c86914a48340c5"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 33 of 33 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 33 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}}],"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-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-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":3,"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."]}]}