{"$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":"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":"D3","level":"warning","message":{"text":"TooManyMethods: Pickler: 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/FsPickler/FsPickler/Combinators.fs"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"622db8d01745d139aed3ceeb020f364f27c480dc52ff036be949167530c579ab"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/FsPickler/Combinators/Array.fs:216-228 | src/FsPickler/Combinators/Array.fs:285-297 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Combinators/Array.fs"},"region":{"startLine":216}}}],"partialFingerprints":{"codehealthFindingId/v1":"5a3daeb147259d00abef786b49ea1e460bbe6a6ce08b5289e936073ca39b73b4"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/FsPickler/Pickler/CompositePickler.fs:306-316 | src/FsPickler/Pickler/CompositePickler.fs:398-407 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Pickler/CompositePickler.fs"},"region":{"startLine":306}}}],"partialFingerprints":{"codehealthFindingId/v1":"3c9dd863bcd3d3977181984f2258ba8cbfa2812413a829fc24d89f6d63aefe69"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (10 lines \u00D7 2): src/FsPickler/Combinators/Tuple.fs:209-218 | src/FsPickler/Combinators/Tuple.fs:265-274 \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":"src/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"cd651990ae8a0a0f0ba9225c17b614c1005ee92f563ec318fb080acb62789c8e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/FsPickler/Combinators/Tuple.fs:161-169 | src/FsPickler/Combinators/Tuple.fs:209-218 | src/FsPickler/Combinators/Tuple.fs:265-274 \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. 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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":161}}}],"partialFingerprints":{"codehealthFindingId/v1":"c55413a6edc14e8ce0a3008f42d080668e914572f02215a178c01ff687cf45ff"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/FsPickler/Combinators/Array.fs:136-144 | src/FsPickler/Combinators/Array.fs:198-206 | src/FsPickler/Combinators/Array.fs:265-274 \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/FsPickler/Combinators/Array.fs"},"region":{"startLine":136}}}],"partialFingerprints":{"codehealthFindingId/v1":"f617c6de1fa1b03b93c1ec6772b1db20831edb9e83a572890d8ce89aecf55893"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 3): src/FsPickler/Combinators/Array.fs:156-164 | src/FsPickler/Combinators/Array.fs:219-227 | src/FsPickler/Combinators/Array.fs:288-296 \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/FsPickler/Combinators/Array.fs"},"region":{"startLine":156}}}],"partialFingerprints":{"codehealthFindingId/v1":"d5b1c286323d3cce1a8355c899ec082fe10181da924431833aaa7681b1969ccf"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (9 lines \u00D7 2): src/FsPickler/PicklerGeneration/ISerializablePickler.fs:188-196 | src/FsPickler/PicklerGeneration/ISerializablePickler.fs:257-265 \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":"src/FsPickler/PicklerGeneration/ISerializablePickler.fs"},"region":{"startLine":188}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c1f7324ab556ddf7b95350f985fb026de53700c1486f26b213d82a0d3a42884"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 4): src/FsPickler/Combinators/Tuple.fs:119-126 | src/FsPickler/Combinators/Tuple.fs:161-169 | src/FsPickler/Combinators/Tuple.fs:210-218 | src/FsPickler/Combinators/Tuple.fs:266-274 \u2014 all 4 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. 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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":119}}}],"partialFingerprints":{"codehealthFindingId/v1":"33c4639987c84d51255acd7143358214da45338c772707305e547738fb789e35"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (8 lines \u00D7 2): src/FsPickler/PicklerGeneration/DataContractPickler.fs:190-197 | src/FsPickler/PicklerGeneration/DataContractPickler.fs:261-268 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/PicklerGeneration/DataContractPickler.fs"},"region":{"startLine":190}}}],"partialFingerprints":{"codehealthFindingId/v1":"78ced39cd88f294a2773f5a720badf84551dbe8b46711ee004f3041ea4fe9cd1"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/FsPickler/Utils/Utils.fs:201-207 | src/FsPickler/Utils/Hashing.fs:37-43 \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":"src/FsPickler/Utils/Utils.fs"},"region":{"startLine":201}}}],"partialFingerprints":{"codehealthFindingId/v1":"5d696469a690623eaea4c6d5f2d7a3452824236e5150cefffadb1af7098bdfd8"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/FsPickler/PicklerGeneration/FieldPicklers.fs:103-109 | src/FsPickler/PicklerGeneration/FSharpTypeGen.fs:340-347 \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. 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/FsPickler/PicklerGeneration/FieldPicklers.fs"},"region":{"startLine":103}}}],"partialFingerprints":{"codehealthFindingId/v1":"005953176b97240233db5209c5283a470b9e8dcc2b4ef725f61ecf60a6e0022a"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (7 lines \u00D7 2): src/FsPickler/PicklerGeneration/FieldPicklers.fs:260-266 | src/FsPickler/PicklerGeneration/DataContractPickler.fs:186-192 \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":"src/FsPickler/PicklerGeneration/FieldPicklers.fs"},"region":{"startLine":260}}}],"partialFingerprints":{"codehealthFindingId/v1":"6f85edd1af811cffbde5df2df3cc95f4d5ef4239b98b851a4f6a44b92d192bad"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): src/FsPickler/Combinators/Tuple.fs:143-148 | src/FsPickler/Combinators/Tuple.fs:188-193 | src/FsPickler/Combinators/Tuple.fs:242-247 \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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":143}}}],"partialFingerprints":{"codehealthFindingId/v1":"afc23789d324f9ed0912ebb60a1141cf5d83700c05fd0726f7b8fdae7aba6c37"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 3): src/FsPickler/Combinators/Tuple.fs:189-194 | src/FsPickler/Combinators/Tuple.fs:243-248 | src/FsPickler/Combinators/Tuple.fs:299-304 \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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":189}}}],"partialFingerprints":{"codehealthFindingId/v1":"96ae92628201cd675ce52386eacd51469243bd4896f114071c29b4e7182edc6e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/FsPickler/Pickler/Pickler.fs:98-103 | src/FsPickler/Pickler/Pickler.fs:174-179 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Pickler/Pickler.fs"},"region":{"startLine":98}}}],"partialFingerprints":{"codehealthFindingId/v1":"384bbd31b68cab79033fb21a7a1eae8ec44549003c3368c02dbe2096b882170b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (6 lines \u00D7 2): src/FsPickler/Combinators/Tuple.fs:198-203 | src/FsPickler/Combinators/Tuple.fs:253-258 \u2014 both copies are in the same file, so extract the block into one function there and call it from each site \u2014 the copies drift apart the first time only one of them is edited."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":198}}}],"partialFingerprints":{"codehealthFindingId/v1":"05c9e5d1a1b4c0a8d0c65d7e6b5b42887a6d221f271c69ad16b8098d99288c4e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 4): src/FsPickler/Combinators/Tuple.fs:170-174 | src/FsPickler/Combinators/Tuple.fs:219-223 | src/FsPickler/Combinators/Tuple.fs:275-279 | src/FsPickler/Combinators/Tuple.fs:334-338 \u2014 all 4 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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":170}}}],"partialFingerprints":{"codehealthFindingId/v1":"7ff5c5a98f916877cae4c568eb64c3d7c7329c7c530787f53caf1da537f52653"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 3): src/FsPickler/Combinators/Tuple.fs:152-156 | src/FsPickler/Combinators/Tuple.fs:198-202 | src/FsPickler/Combinators/Tuple.fs:253-257 \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/FsPickler/Combinators/Tuple.fs"},"region":{"startLine":152}}}],"partialFingerprints":{"codehealthFindingId/v1":"531579383c96477e6bfd1d397d6521f597416266782e556f80a3264a97218e89"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (5 lines \u00D7 2): src/FsPickler/Combinators/Collections.fs:35-39 | src/FsPickler/Combinators/Collections.fs:63-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."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Combinators/Collections.fs"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"dd904baf73b87d68c04b81423aafa7dada599145da5a2928eedf6659ea12ce12"}},{"ruleId":"D16","level":"warning","message":{"text":"dormant codebase \u2014 no living knowledge left to concentrate: All 1 significant source file(s) were last meaningfully changed so long ago that no living knowledge remains \u2014 nothing since has been substantial enough to re-establish ownership (a broad, mechanical sweep that touches many files shallowly does not count, and neither does no activity at all). There is no concentration to measure, so the bus factor is not scored. This is not a clean bill: nobody currently holds working knowledge of this code (see D34 Knowledge Freshness)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"569d55ea5cb0330f13c125b289d07e5abdfcceac947a2c2645277937942e7d5f"}},{"ruleId":"D31","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":"fe2d688610b51e0a5a02c7c5dd1724a4986e40f2689fb84510e2ec0164c27d6a"}},{"ruleId":"D31","level":"warning","message":{"text":"A security finding was recorded here. Its details are withheld on the public artifact \u2014 ask the repository owner for the full report."},"partialFingerprints":{"codehealthFindingId/v1":"b67787f58bbdcde79a43cc08af597219f8bc8ccd5a82b8588a8f7af6b62ec402"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 40 of 40 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 40 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D34","level":"note","message":{"text":"Largest orphaned file: One of the largest files with no living knowledge remaining \u2014 a reasonable place to start a read-through before the aggregate risk above bites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/FsPickler/Pickler/CompositePickler.fs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1980c65898c0b0ab3b318a97a56cdf7a6aa819a9e30ff6e199633e5e710df7d2"}}],"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-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-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":2,"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."]}]}