{"$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":"D10","name":"Test Quality","shortDescription":{"text":"Test Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D10"},{"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"]}]},{"id":"D14","name":"License Compliance","shortDescription":{"text":"License Compliance"},"helpUri":"https://codehealth.canine.dev/dimensions/D14"},{"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":"D20","name":"ADR Quality","shortDescription":{"text":"ADR Quality"},"helpUri":"https://codehealth.canine.dev/dimensions/D20"},{"id":"D21","name":"Naming Consistency","shortDescription":{"text":"Naming Consistency"},"helpUri":"https://codehealth.canine.dev/dimensions/D21"},{"id":"D23","name":"Boundary Type-Coupling","shortDescription":{"text":"Boundary Type-Coupling"},"helpUri":"https://codehealth.canine.dev/dimensions/D23"},{"id":"D24","name":"Comment Value","shortDescription":{"text":"Comment Value"},"helpUri":"https://codehealth.canine.dev/dimensions/D24"},{"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"]}]},{"id":"D29","name":"Static Analysis (SAST)","shortDescription":{"text":"Static Analysis (SAST)"},"helpUri":"https://codehealth.canine.dev/dimensions/D29"},{"id":"D33","name":"JS/npm Dependency Vulnerabilities","shortDescription":{"text":"JS/npm Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D33","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]},{"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"},{"id":"D38","name":"OSV Dependency Vulnerabilities","shortDescription":{"text":"OSV Dependency Vulnerabilities"},"helpUri":"https://codehealth.canine.dev/dimensions/D38","relationships":[{"target":{"id":"CWE-1395","toolComponent":{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d"}},"kinds":["relevant"]}]}]}},"results":[{"ruleId":"D1","level":"warning","message":{"text":"ProfileService.GetClaimsFromUser (cyclomatic 17): ProfileService.GetClaimsFromUser has cyclomatic complexity 17 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Services/ProfileService.cs"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"8a17af843b6b27cf0c9421b5b23ebda977007436d1d86004ad27028752a263aa"}},{"ruleId":"D2","level":"warning","message":{"text":"OpenApiOptionsExtensions.BuildDescription (cognitive 28): OpenApiOptionsExtensions.BuildDescription has cognitive complexity 28 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/eShop.ServiceDefaults/OpenApiOptionsExtensions.cs"},"region":{"startLine":35}}}],"partialFingerprints":{"codehealthFindingId/v1":"0a0482172dd0119e7a7d241870127ba874f00fa24dac352926ebd79d09f938cf"}},{"ruleId":"D2","level":"warning","message":{"text":"AccountController.Login (cognitive 22): AccountController.Login has cognitive complexity 22 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Quickstart/Account/AccountController.cs"},"region":{"startLine":59}}}],"partialFingerprints":{"codehealthFindingId/v1":"7f872e8b81d23e00f1379946cbdb5896bd598eed92aa49148e853af8b94305eb"}},{"ruleId":"D2","level":"warning","message":{"text":"ProfileService.GetClaimsFromUser (cognitive 18): ProfileService.GetClaimsFromUser has cognitive complexity 18 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Services/ProfileService.cs"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"e6e27cea619b3dcbe8d92761fbb31aec6317632191f09e40a0c706093e32095c"}},{"ruleId":"D2","level":"warning","message":{"text":"UsersSeed.SeedAsync (cognitive 16): UsersSeed.SeedAsync has cognitive complexity 16 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/UsersSeed.cs"},"region":{"startLine":6}}}],"partialFingerprints":{"codehealthFindingId/v1":"f80d85a2ebf5bc7b25c2f4d829204808fd9d628b771cfbd11d680138527ea21b"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (40 lines \u00D7 2): src/Identity.API/UsersSeed.cs:8-47 | src/Identity.API/UsersSeed.cs:53-92"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/UsersSeed.cs"},"region":{"startLine":8}}}],"partialFingerprints":{"codehealthFindingId/v1":"ea04058e769251405fc830f2f4fcac5aa546dd163aaedc886445e11c4a20ca6e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (16 lines \u00D7 2): src/ClientApp/Services/Basket/Protos/Basket.cs:384-399 | src/ClientApp/Services/Basket/Protos/Basket.cs:806-821"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/ClientApp/Services/Basket/Protos/Basket.cs"},"region":{"startLine":384}}}],"partialFingerprints":{"codehealthFindingId/v1":"71c52905795723912518ef5dc5cdc6984ac3740e794c7985ecc8d3ab4f54496e"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (13 lines \u00D7 2): src/HybridApp/Services/CatalogService.cs:55-67 | src/WebAppComponents/Services/CatalogService.cs:53-65"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/HybridApp/Services/CatalogService.cs"},"region":{"startLine":55}}}],"partialFingerprints":{"codehealthFindingId/v1":"f57d58c3916d018c1c885395c52bdf35ef0ec5daf5f0446a6150dc37e5820bac"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: eShop.ServiceDefaults: eShop.ServiceDefaults: abstractness 0.00, instability 0.00, distance 1.00 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"92aa7850f1a2cf3ca0e5d385d352b994780ccf49dde385265bf3fb107e8e5aef"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: EventBusRabbitMQ: EventBusRabbitMQ: abstractness 0.00, instability 0.13, distance 0.88 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"12c4e49453ce8a44118d64bb0123427b596d1c0a2223dd380f9d70464a2d95cf"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: WebAppComponents: WebAppComponents: abstractness 0.20, instability 0.00, distance 0.80 \u2014 zone of pain \u2014 concrete and heavily depended-on, so it\u0027s rigid to change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"60596338d8200d75def6bcbf067d149cb2bdb15d0370a95f63caac811487a05d"}},{"ruleId":"D8","level":"warning","message":{"text":"Coverage not measured: The test suite couldn\u0027t be built/run in-image and no coverage report is committed, so line coverage was not measured \u2014 and it is EXCLUDED from the score rather than scored on a LoC-ratio proxy. Commit the Cobertura/OpenCover/lcov report your CI already produces (anywhere in the repo), or make the suite runnable in-image, and real coverage will be measured."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"62e63e619c28f057e129f2997c965d32a457366a9ce18ca019ffb6bdfba85c99"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user: If anonymized user becomes unavailable, 2 significant file(s) lose their only recent owner (largest: src/ClientApp/Services/Identity/IdentityService.cs). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"0008e2e659c746953de3571c626106eba6f1018520131044f41c24b2299bfd67"}},{"ruleId":"D16","level":"note","message":{"text":"Further sole-owners (lower concentration): 3 other contributor(s) are each the sole owner of a small amount of code below the off-boarding threshold \u2014 folded into the bus-factor score and metrics (5 single-owned of 61 analysed files in total)."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"6eac528f2429e724e1a97ed868f79eefbcf1888dab4af9a9e673429369bb5b2f"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO: Determine mapped location \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/ClientApp/Services/Location/LocationService.cs"},"region":{"startLine":26}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad2e801969756b0004b3a8e9151c2924dbdd35ef326ebcd2dfb4aae14d3a90f3"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: //TODO: Get a better order number generator \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/ClientApp/ViewModels/CheckoutViewModel.cs"},"region":{"startLine":72}}}],"partialFingerprints":{"codehealthFindingId/v1":"b1ee693d2c64c657c95e9cd05dd59835009b2d55e017f759bdade77b5a73e76e"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable IL2026"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/EventBus/Abstractions/EventBusSubscriptionInfo.cs"},"region":{"startLine":17}}}],"partialFingerprints":{"codehealthFindingId/v1":"8e0ac5a9632e931c88f5332219382f3f460d478ca27df39462822bb0cf53caea"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: Remove this line in production. \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Program.cs"},"region":{"startLine":28}}}],"partialFingerprints":{"codehealthFindingId/v1":"b01ae9c8c134fdfd1e7c041ce3ed28bb9cede1f23c274165bdaa77957381a00a"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: Not recommended for production - you need to store your key material somewhere secure \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Program.cs"},"region":{"startLine":36}}}],"partialFingerprints":{"codehealthFindingId/v1":"b01ae9c8c134fdfd1e7c041ce3ed28bb9cede1f23c274165bdaa77957381a00a"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: this value is meaningless, use ProductId instead. \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/WebApp/Services/BasketState.cs"},"region":{"startLine":138}}}],"partialFingerprints":{"codehealthFindingId/v1":"cbf94480e13bbfde86f2613334ed020bd89b931d874774cf65c23d0bc6c40943"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: Change this to use Authorization Code flow with PKCE \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/eShop.ServiceDefaults/OpenApiOptionsExtensions.cs"},"region":{"startLine":184}}}],"partialFingerprints":{"codehealthFindingId/v1":"8ace52c17bad46e0504ab56c600490e74c7689e7336cd0cde9a873f10871adff"}},{"ruleId":"D17","level":"warning","message":{"text":"TodoComment: // TODO: might need to add more asserts in here \u2014 source code is not a task system: move the work to your tracker and leave a reference instead (e.g. \u0060// REF: PROJ-123\u0060), so the task is planned where tasks live and the ticket links back to the code."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/Ordering.FunctionalTests/OrderingApiTests.cs"},"region":{"startLine":232}}}],"partialFingerprints":{"codehealthFindingId/v1":"defcf3fbd549aeadb158c13751d128b60e7aaee0005e03e09921e91b1043d040"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable NS5003"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"tests/Ordering.UnitTests/Application/OrdersWebApiTest.cs"},"region":{"startLine":128}}}],"partialFingerprints":{"codehealthFindingId/v1":"c2281ea6ecfd0e584ab6e5bfead966219a71b650b267680aafc7cfa3c4e4c427"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: RZ10021"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/WebApp/WebApp.csproj"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"9de156685153e5b2aa61e946b7387e3f915f23457f02ccec3c8734eccd40e860"}},{"ruleId":"D17","level":"error","message":{"text":"NoWarnInCsproj: XC0103"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/ClientApp/ClientApp.csproj"},"region":{"startLine":23}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb755321468aa594f22a95e56ddc78b4fb75c610e9533e856e98b1a94b5938ad"}},{"ruleId":"D18","level":"warning","message":{"text":"Monorepo: only 1 of 3 solutions was scored: This repository contains 3 .NET solutions, but a scan analyzes ONE. Every score, lens, and finding here reflects only \u0060eShop.slnx\u0060 \u2014 the other 2 (\u0060src/ClientApp/ClientApp.sln\u0060, \u0060tests/ClientApp.UnitTests/ClientApp.UnitTests.sln\u0060) were not analyzed and are not represented in the headline. To cover them, scan each solution as its own target and group them in a Solution or Product for a portfolio roll-up. If a secondary solution is an archived or vendored tree, declare it \u2014 \u0060.gitattributes\u0060 (\u0060path/** linguist-vendored\u0060) or \u0060.editorconfig\u0060 (\u0060[path/**] generated_code = true\u0060) \u2014 to exclude it from discovery the same way generated code is."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"447bb11e4227696119972b805fcb72d3ced918b47fcda508d1efcfafe347e404"}},{"ruleId":"D19","level":"note","message":{"text":"The main Getting Started path is one command for Windows with VS but does not mention how to run tests after setup.: Add a brief \u0027Run Tests\u0027 step under Prerequisites or immediately after Setup that executes the test suite and notes any required prerequisites."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"README.md"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d575cac1035576238fa385ae3c54d00bd2a33a1d09339e02f04da246d19b184b"}},{"ruleId":"D20","level":"note","message":{"text":"No ADRs found: No ADRs found at common paths; consider documenting architectural decisions in Docs/ADL/ or similar."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"d2bea044ff79d7d275f5a91a6e2f548586178eaf480274c33960ad020c854631"}},{"ruleId":"D23","level":"note","message":{"text":"Bounded contexts not declared: At 15363 LoC spread over 29 projects the codebase is large and multi-module, so explicit bounded contexts are needed. Declare architecture.contexts (\u22652) in config to assess cross-boundary type coupling."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"1c7e276c9c682731f01819ed5378b90ca320cde1b583c90920172911598362b3"}},{"ruleId":"D24","level":"note","message":{"text":"redundant comment: \u0022Copyright (c) Brock Allen \u0026 Dom\u0022 \u2014 weak duplicate of the prior copyright comment; remove"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/Models/ErrorViewModel.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"964371d1f293c6371c3a42ca63b6cd076bddd9740f191594a533ec3dfcbbb0c2"}},{"ruleId":"D26","level":"note","message":{"text":"Split ClientApp: A 6k-LoC Android client with 39 namespaces is a sprawling grab-bag. Suggested: by namespace: split the 39 namespaces into focused UI components"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"80e04760d618300093e2ee9b71e42ef6c82885e90a266a8c8a77a022dbd51e8a"}},{"ruleId":"D28","level":"error","message":{"text":"Secret: generic-api-key: matched rule \u0027generic-api-key\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Identity.API/tempkey.jwk"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b60d0f8382def11090cba3059f24c80112f95b714b86d3edbceed9e0ff164c45"}},{"ruleId":"D28","level":"note","message":{"text":"Rotate the exposed credentials \u2014 git history can\u0027t be un-committed: Some of these secrets are in git HISTORY: deleting the file does not remove them (the commit persists on every clone, fork and backup). The remediation is to ROTATE each historically-exposed credential and treat it as compromised \u2014 not to delete the file. Rewriting history is disruptive and unreliable across existing forks. (Working-tree-only secrets \u2014 no commit \u2014 can instead be removed from the file and moved to a secret store.)"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3cdfd7beb31b791ae18dcb425e21eb157c842e7bbcd522cc330573c1a6538db1"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 55 of 61 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 55 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D35","level":"error","message":{"text":"Boundary-crossing change coupling: Extensions.cs \u2194 Program.cs: \u0060src/Catalog.API/Extensions/Extensions.cs\u0060 (context Catalog) and \u0060src/eShop.AppHost/Program.cs\u0060 (context eShop.AppHost) live in DIFFERENT modules yet change together 64% of the time (7 shared commits) \u2014 the bounded-context boundary may be in the wrong place, or one context is leaking into the other. This is the behavioural boundary violation a static scan can\u0027t see."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/Catalog.API/Extensions/Extensions.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9d34dd29cf26610944ce39acb711309999a1cbb894026fba4f9fefad348e5dbd"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: playwright: [GHSA redacted]"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b0d0b4e46423375eda32f64fe0d1542008f0417ef6affc23d920701ce2898a3c"}}],"taxonomies":[{"name":"CWE","guid":"c3a2b1d0-7f3e-4b2a-9c1d-5e6f7a8b9c0d","organization":"MITRE","shortDescription":{"text":"The MITRE Common Weakness Enumeration (CWE)."},"taxa":[{"id":"CWE-1395","name":"Dependency on Vulnerable Third-Party Component"},{"id":"CWE-798","name":"Use of Hard-coded Credentials"}]}],"properties":{"codehealthPublication":{"public":true,"notice":"This is the PUBLIC form of this artifact. Findings are listed in full, but the details of SECURITY findings \u2014 which rule fired, in which file, on which line, and how to fix it \u2014 are deliberately withheld, and any secret-scanner results are excluded entirely. Where detail is absent here it was REMOVED FOR PUBLICATION; it is not missing from the analysis. The complete artifact is available from the repository owner.","securityFindingsRedacted":0,"secretScannerRunsExcluded":0}}}]}