{"$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":"D5","name":"Coupling","shortDescription":{"text":"Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D5"},{"id":"D6","name":"Cohesion (LCOM4)","shortDescription":{"text":"Cohesion (LCOM4)"},"helpUri":"https://codehealth.canine.dev/dimensions/D6"},{"id":"D8","name":"Code Coverage","shortDescription":{"text":"Code Coverage"},"helpUri":"https://codehealth.canine.dev/dimensions/D8"},{"id":"D9","name":"Test Distribution","shortDescription":{"text":"Test Distribution"},"helpUri":"https://codehealth.canine.dev/dimensions/D9"},{"id":"D12","name":"Dependency Hygiene","shortDescription":{"text":"Dependency Hygiene"},"helpUri":"https://codehealth.canine.dev/dimensions/D12"},{"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":"D17","name":"Explicit Debt","shortDescription":{"text":"Explicit Debt"},"helpUri":"https://codehealth.canine.dev/dimensions/D17"},{"id":"D18","name":"Solution Shape","shortDescription":{"text":"Solution Shape"},"helpUri":"https://codehealth.canine.dev/dimensions/D18"},{"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":"D26","name":"Project Cohesion","shortDescription":{"text":"Project Cohesion"},"helpUri":"https://codehealth.canine.dev/dimensions/D26"},{"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":"D1","level":"warning","message":{"text":"AuthenticationModule.OnAuthenticateRequest (cyclomatic 31): AuthenticationModule.OnAuthenticateRequest has cyclomatic complexity 31 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"HttpModule/AuthenticationModule.vb"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"bec73dd68b977b436eb4765362800670b6c02d9f717c36bc4896868b5ea373ab"}},{"ruleId":"D1","level":"warning","message":{"text":"ADSIProvider.FillUserInfo (cyclomatic 24): ADSIProvider.FillUserInfo has cyclomatic complexity 24 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Providers/ADSIProvider/ADSIProvider.vb"},"region":{"startLine":145}}}],"partialFingerprints":{"codehealthFindingId/v1":"4beda7e8398091480608fe6315f7adfffbf68213a79bd3370eeffb9a207fbdc3"}},{"ruleId":"D1","level":"warning","message":{"text":"ConfigInfo.New.ctor (cyclomatic 22): ConfigInfo.New.ctor has cyclomatic complexity 22 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Config/ConfigInfo.vb"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"e00a7f5c29565d21df9b99267818517989a0b31257d2b00a68938ebd67d7cb54"}},{"ruleId":"D1","level":"warning","message":{"text":"AuthenticationController.UpdateDNNUser (cyclomatic 19): AuthenticationController.UpdateDNNUser has cyclomatic complexity 19 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/AuthenticationController.vb"},"region":{"startLine":309}}}],"partialFingerprints":{"codehealthFindingId/v1":"84e4b85c4ab3850dd7249d2e4e43690748655c292661b5bcdcf0120a782dd0f4"}},{"ruleId":"D1","level":"warning","message":{"text":"Configuration.UpdateConfig (cyclomatic 18): Configuration.UpdateConfig has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Config/Configuration.vb"},"region":{"startLine":253}}}],"partialFingerprints":{"codehealthFindingId/v1":"348ec1e6316836a42ae38f2670e4acae9d0292b834f749435cfc45c2f1c5435d"}},{"ruleId":"D1","level":"warning","message":{"text":"UserController.AddUserRoles (cyclomatic 18): UserController.AddUserRoles has cyclomatic complexity 18 (threshold 15). To reduce it, separate the branches: extract each independent case into its own named function, or replace a long branch ladder over a single value with a data-driven lookup or dispatch table."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Users/UserController.vb"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"063471381453f5f726558ad97a9bc8f564d1b9c6d8b34be86243afbd23645d5b"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthenticationModule.OnAuthenticateRequest (cognitive 61): AuthenticationModule.OnAuthenticateRequest has cognitive complexity 61 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"HttpModule/AuthenticationModule.vb"},"region":{"startLine":42}}}],"partialFingerprints":{"codehealthFindingId/v1":"33c95f4a1e1fa6e7daf67e91da12641daff4d9056d934c6611ea4d54a6bed16b"}},{"ruleId":"D2","level":"warning","message":{"text":"ADSIProvider.FillUserInfo (cognitive 44): ADSIProvider.FillUserInfo has cognitive complexity 44 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Providers/ADSIProvider/ADSIProvider.vb"},"region":{"startLine":145}}}],"partialFingerprints":{"codehealthFindingId/v1":"d24564ce22875482a9625ec1aafddd6612e0fe843a8174461a416d681369c6e4"}},{"ruleId":"D2","level":"warning","message":{"text":"ConfigInfo.New.ctor (cognitive 41): ConfigInfo.New.ctor has cognitive complexity 41 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Config/ConfigInfo.vb"},"region":{"startLine":67}}}],"partialFingerprints":{"codehealthFindingId/v1":"391d1fed55471bf319d8514092e38c0f63eeb8aaf68d537927e7e065bee10b18"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthenticationController.AuthenticationLogon (cognitive 39): AuthenticationController.AuthenticationLogon has cognitive complexity 39 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/AuthenticationController.vb"},"region":{"startLine":75}}}],"partialFingerprints":{"codehealthFindingId/v1":"069b1851dd3f525a99383ca6dd190a74e4efa8c8710965b32b4bfd425674ffb5"}},{"ruleId":"D2","level":"warning","message":{"text":"UserController.AddUserRoles (cognitive 33): UserController.AddUserRoles has cognitive complexity 33 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Users/UserController.vb"},"region":{"startLine":183}}}],"partialFingerprints":{"codehealthFindingId/v1":"b03d547cbaa4d98cc9dcf85f7622a3ad6fc3e2e6c5e868de3b3b01b74325d350"}},{"ruleId":"D2","level":"warning","message":{"text":"ADSIProvider.GetNetworkStatus (cognitive 30): ADSIProvider.GetNetworkStatus has cognitive complexity 30 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Providers/ADSIProvider/ADSIProvider.vb"},"region":{"startLine":495}}}],"partialFingerprints":{"codehealthFindingId/v1":"48547b9481293d7f41d41bb55a4e30c431d1a3495ae8682513ce22c74dda8fce"}},{"ruleId":"D2","level":"warning","message":{"text":"Settings.Page_Load (cognitive 24): Settings.Page_Load has cognitive complexity 24 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Settings.ascx.vb"},"region":{"startLine":221}}}],"partialFingerprints":{"codehealthFindingId/v1":"73f186490e1a426be69be41a0bd2048e0b1eb3b115aacc59ff77bc1a4fd0a853"}},{"ruleId":"D2","level":"warning","message":{"text":"ADSIProvider.GetUser (cognitive 21): ADSIProvider.GetUser has cognitive complexity 21 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Providers/ADSIProvider/ADSIProvider.vb"},"region":{"startLine":254}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0d1761d0fa79232b9aa202eb8a13ce0cf8a85ef9281ec42a9bd0e823f2438b4"}},{"ruleId":"D2","level":"warning","message":{"text":"AuthenticationController.UpdateDNNUser (cognitive 18): AuthenticationController.UpdateDNNUser has cognitive complexity 18 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/AuthenticationController.vb"},"region":{"startLine":309}}}],"partialFingerprints":{"codehealthFindingId/v1":"8c6f9025f01246ddd6942546e5a43d9ed30e3900e89ad179e987a68fa9656d10"}},{"ruleId":"D2","level":"warning","message":{"text":"Settings.CheckEnteredIPAddr (cognitive 18): Settings.CheckEnteredIPAddr has cognitive complexity 18 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Settings.ascx.vb"},"region":{"startLine":84}}}],"partialFingerprints":{"codehealthFindingId/v1":"8f6fc64989ce8207aaa57890b045fd556c0b372973a8bb8c999e8b11b8747883"}},{"ruleId":"D2","level":"warning","message":{"text":"Configuration.UpdateConfig (cognitive 17): Configuration.UpdateConfig has cognitive complexity 17 (threshold 15). To reduce it, flatten the nesting: invert conditions into early returns or guard clauses so the happy path stays at one level, and lift the deepest nested block into its own named function."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/Config/Configuration.vb"},"region":{"startLine":253}}}],"partialFingerprints":{"codehealthFindingId/v1":"23df79a0983c7b62b18d18107310953413cc9c625639646cb9c8e98ee64832a9"}},{"ruleId":"D3","level":"warning","message":{"text":"ClassTooLong: ADSIProvider: ClassTooLong \u2014 420 significant lines (blank, comment-only and punctuation-only lines excluded), 11 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":"Providers/ADSIProvider/ADSIProvider.vb"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3d67b02b5610d83a0608fb2ce3f1afa85db34958525238dc8c06be4987915634"}},{"ruleId":"D6","level":"warning","message":{"text":"Low cohesion: Search (LCOM4 4): Search\u0027s methods form 4 groups that share no state and don\u0027t call each other \u2014 a sign it may have several responsibilities. Review whether it splits into focused classes."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Providers/ADSIProvider/Search.vb"},"region":{"startLine":24}}}],"partialFingerprints":{"codehealthFindingId/v1":"3ce0b13944856c1f7977521f0ac9d4521dbaa8d01ef0f41c14c5b8daab159624"}},{"ruleId":"D8","level":"error","message":{"text":"No automated tests: No automated tests \u2014 no test code was found in this repository. Untested code is the largest single risk to changing it safely."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3132564c6310e5d01a231f252a02d5d2f5a542c0a8fa29a14c89693f1e3df871"}},{"ruleId":"D9","level":"note","message":{"text":"No tests found: No test suite could be collected \u2014 nothing here references a test framework (xUnit, NUnit or MSTest), so there were no discoverable tests to count. Tests written as plain executables or shell/PowerShell harnesses are not collectible this way and are not scored here."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"c9bf64cbb5a4ae13d6bcd01fa3bc8d2879d860c73bc67f176ee3c2cecb8adce3"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 8 significant file(s) lose their only recent owner: Providers/ADSIProvider/Utilities.vb, Components/AuthenticationController.vb, Providers/ADSIProvider/ADSIProvider.vb, Components/Users/UserController.vb, Settings.ascx.vb, Providers/ADSIProvider/Configuration.vb, HttpModule/AuthenticationModule.vb, WindowsSignin.aspx.vb. Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"ec98959777b2f2d355977efffae1e2a8842df1e28b3f999802fc68b90d4a2681"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Components/AuthenticationController.vb"},"region":{"startLine":462}}}],"partialFingerprints":{"codehealthFindingId/v1":"0902d7d61e9b8fd37db85ed97ad01344cf32fdc3c183908baab2048b8642046a"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"HttpModule/AuthenticationModule.vb"},"region":{"startLine":177}}}],"partialFingerprints":{"codehealthFindingId/v1":"c0fa57a06a96da79e321d651741b4ac277e6f205b8961343e12df822979ff6b6"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Login.ascx.vb"},"region":{"startLine":196}}}],"partialFingerprints":{"codehealthFindingId/v1":"fe45d5d32f4fe19626252ca6e29853864678e1a5f4fcf5883de37683c85ee66b"}},{"ruleId":"D17","level":"error","message":{"text":"EmptyCatchBlock: empty catch block \u2014 the error is discarded with nothing recorded, so a failure here leaves no trace anywhere. Narrow the catch to the exception you actually expect, record it through whatever this codebase already uses to report problems, or \u2014 where swallowing really is correct, as it often is on a teardown/dispose path where throwing would mask the original failure \u2014 write down WHY in a comment on the catch. The comment has to give the reason: a note that only restates the swallow (\u0022ignored\u0022, \u0022do nothing\u0022) is read as no explanation at all and leaves this row in place. Any of the three makes the decision reviewable; all three clear this row."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"Login.ascx.vb"},"region":{"startLine":209}}}],"partialFingerprints":{"codehealthFindingId/v1":"fced045c7ff4cce075cd3227d6bb92f9bb771ef51a2a3885573ffbd60b707115"}},{"ruleId":"D29","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":"4603534ed8ba305039e24fc5ffcc16c26bb06a2c01c80f04f7960107da112ece"},"taxa":[{"id":"CWE-319","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}}]}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","informationUri":"https://cwe.mitre.org/","isComprehensive":false,"shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-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-319","guid":"7af97476-9f0d-4458-9163-3d2043918a1a","name":"CWE-319","shortDescription":{"text":"CWE-319"},"helpUri":"https://cwe.mitre.org/data/definitions/319.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":1,"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."]}]}