{"$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":"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":"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":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_emul: TooManyMethods \u2014 99 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":"src/luerl_emul.erl"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"84e07e5c52f836be795d8cfe7bebc37f75c724195dddceabf8b1c2c9b87de33b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib_string: TooManyMethods \u2014 74 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":"src/luerl_lib_string.erl"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"29707763f7e83db79ef7853c1acd0306e41c4098356589feffbda34acd7fa638"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_heap: TooManyMethods \u2014 58 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":"src/luerl_heap.erl"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"2ca534f6d5da08b6a21c4a57f70a8d8ab22fcdd9fe6fc097986ed8ca1a5680db"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib_table: TooManyMethods \u2014 53 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":"src/luerl_lib_table.erl"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"bc00dcaaba7aa950363d9c3f778a27f0b443b8f1300b6b026afcaff012b4781e"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: src/luerl_emul.erl: FileTooLong \u2014 826 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":"src/luerl_emul.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4a388922f4b733c9ab446d23e1b136e893a7f7ad457883397656384349b016a8"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp_cg: TooManyMethods \u2014 48 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":"src/luerl_comp_cg.erl"},"region":{"startLine":25}}}],"partialFingerprints":{"codehealthFindingId/v1":"bd5099af2226ae6941d30e7707b27a2904603a8188dd7b4143e2e25a3edd2c2e"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp_env: TooManyMethods \u2014 48 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":"src/luerl_comp_env.erl"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"9e9722b90bcc8e9b96b5305242a1f623803494ddf0e0b29ec06d01842e970e3b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ttdict: TooManyMethods \u2014 48 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":"src/ttdict.erl"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"9306aa7054534dabee3883ce636c4204d5b1b775b4fe213b209810bc7a27c5a6"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Elixir.Luerl: TooManyMethods \u2014 47 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":"src/Elixir.Luerl.erl"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"a5bfbe2b1f5f46cedd38c495d580c8a3fcfb6a99252e6c3f6800c79824f76662"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_old: TooManyMethods \u2014 46 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":"src/luerl_old.erl"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"a7643d0fca6c9b86c0131d3b59f6968164326044b6fd61dcc8f1e273d7f40f82"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp_normalise: TooManyMethods \u2014 45 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":"src/luerl_comp_normalise.erl"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"ef22ac867a660cf3c8f580cc68b182a043f913826ca74de6d8030ad3366bf4fc"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: Elixir.Luerl.Old: TooManyMethods \u2014 40 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":"src/Elixir.Luerl.Old.erl"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"b62b92797b18252f18005f088fe9979504e8009f8502d1f80ac3a1881ab7b761"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib_basic: TooManyMethods \u2014 40 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":"src/luerl_lib_basic.erl"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"17b130a419a0d435b3350d076dc0478a17adb935d09ad070786a8449e11e6166"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib_math: TooManyMethods \u2014 37 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":"src/luerl_lib_math.erl"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"05968647a988b17eafdf828c6d56ab80703dfdc8af34fea16e86dc5fe339ec29"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib_string_format: TooManyMethods \u2014 36 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":"src/luerl_lib_string_format.erl"},"region":{"startLine":19}}}],"partialFingerprints":{"codehealthFindingId/v1":"a8f1f9d78eab474ddec15d61bcc59a8d73abe311a2dbe10027525b50c5c19ae2"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: src/ttdict.erl: FileTooLong \u2014 594 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":"src/ttdict.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ccdb7301ba2aee1f45ecb41c22b1e19a3918c4bf6bbeeed888b21b38b5ffc56"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_lib: TooManyMethods \u2014 35 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":"src/luerl_lib.erl"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"86f831bc960c3e30ca710f0ca83ac7f63f01c47fa59f3c4b68a2d495dd8c4475"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: ttsets: TooManyMethods \u2014 34 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":"src/ttsets.erl"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"68b5e5ce2b81bfb160440eeaf2fa5a32b56d5a4ab8c3dfc9a4172473aa40d51a"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp_lint: TooManyMethods \u2014 33 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":"src/luerl_comp_lint.erl"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"3cf397fd080c72b011d1ee2574b24988a9f233cb841b44bc959624886c165725"}},{"ruleId":"D3","level":"warning","message":{"text":"FileTooLong: src/luerl_lib_string.erl: FileTooLong \u2014 535 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":"src/luerl_lib_string.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0786f96da8a77c80c92253c3424a6978ebb92e03992559ebac354eed41f6fd8"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp: TooManyMethods \u2014 32 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":"src/luerl_comp.erl"},"region":{"startLine":27}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd8957b2a70d2757273c93a2f9c2701dba896c6db319021af3586ff18ca1a18b"}},{"ruleId":"D3","level":"warning","message":{"text":"TooManyMethods: luerl_comp_vars: TooManyMethods \u2014 31 methods. To reduce it, group the members that share the same data into a smaller type of their own and delegate to it, so no single type carries every responsibility."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/luerl_comp_vars.erl"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc3d8dd80a7a8a58891310f8b57db31c5e1c7b7089128eb78a60e245fd3a6a43"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 2 significant file(s) lose their only recent owner: src/luerl_lib_string_format.erl, src/luerl_sandbox.erl. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"751170f93d9705b75cec5e4541ae399f65b3473bdc38b09238a24f9ad6733d65"}},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"7ceee73d76663034321cbd3b5bbecae8b673163039b70b12462f979a331e73d3"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4a88c66a13d4e2d130cf5ec73e54b7555038420fe034c52e1c3d045558abf1d9"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"8eb50784ab958284eb3ecd7050384e4061ddeae0c76cf46d9d242ff3f816fc6b"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"20228a1fe2b7e5466f58722b56953f61b8c852b78654ab209d109b2267af5f98"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"4e5ba20d569d258ae6d0a24953bb1bf2096a834bc4a53403da7c12ca10d2411b"},"taxa":[{"id":"CWE-1357","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},{"id":"CWE-353","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]},{"ruleId":"D29","level":"error","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"a73023b5b36f095e727954d4f7cf54ed22ff6e79a6fe1926acbe9f0836e40a7f"},"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":"Concentrated knowledge decay: 24 of 36 significant files have no living knowledge, while the repository is still being changed at a low rate (2 commit(s) in the last 90 days) \u2014 so this is one repo-wide knowledge-decay state, not 24 separate risks. The code moved on without the people who understood these files: document them or schedule a read-through before the next change lands in them."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"008bd8d3156a7f5206da709f59f1f87af76671c6b9becea72c8c9cffbcbd4f8e"}},{"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":"src/luerl_heap.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"5e710a19403a23e8a42ce55aa8680aa8895be3060a91dc53aff4d01f86f6b2ff"}},{"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":"src/ttdict.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"928d7c1741dce819f0032d0d1cd8b8663f2fd37c0629bc00e3568c0bd57929f0"}},{"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":"src/luerl_lib_table.erl"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"32a45abd625dd72348d33bcb42cb27cd0c695933be90785d126c27b0333a0ba8"}}],"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-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-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":6,"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."]}]}