{"$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":"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":"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":"D31","name":"IaC \u0026 Container Security","shortDescription":{"text":"IaC \u0026 Container Security"},"helpUri":"https://codehealth.canine.dev/dimensions/D31"},{"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":"AuthorizationController.Authorize (cyclomatic 16): AuthorizationController.Authorize has cyclomatic complexity 16 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/AuthorizationController.cs"},"region":{"startLine":31}}}],"partialFingerprints":{"codehealthFindingId/v1":"bb752b6df9697fe9d0c8b421a4b6a60cc7b63e1b3b8fc2bf828f33ec91abd6e8"}},{"ruleId":"D2","level":"warning","message":{"text":"PermissionManager.HandleCheckAll (cognitive 18): PermissionManager.HandleCheckAll has cognitive complexity 18 (threshold 15)."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web.Admin.Client/Components/Identity/PermissionManager.razor.cs"},"region":{"startLine":39}}}],"partialFingerprints":{"codehealthFindingId/v1":"7bc07a0c7f1e8df82f3915c2f07715c94f759857461dd32e76846f7ed198974d"}},{"ruleId":"D4","level":"warning","message":{"text":"Duplicated block (12 lines \u00D7 2): src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/AuthorizationController.cs:85-96 | src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/AuthorizationController.cs:183-194"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web.AuthenticationServer/Controllers/AuthorizationController.cs"},"region":{"startLine":85}}}],"partialFingerprints":{"codehealthFindingId/v1":"a056fdb8490d6dcb7f3d35d361a241d01b7617657b67fbdf0d7812695a6c4996"}},{"ruleId":"D5","level":"warning","message":{"text":"Off the main sequence: NetCorePal.D3Shop.Domain: NetCorePal.D3Shop.Domain: 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":"ad86cae060229a44842c845564a0a55889529f037255de063839c8aa776f7292"}},{"ruleId":"D6","level":"warning","message":{"text":"Low cohesion: AdminUser (LCOM4 5): AdminUser\u0027s methods form 5 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":"src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/AdminUserAggregate/AdminUser.cs"},"region":{"startLine":13}}}],"partialFingerprints":{"codehealthFindingId/v1":"37f62eaf1b0335b01f56eb954e6054da4657fda037c0d58e6b5b6cd4bfe9a26d"}},{"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":"D9","level":"note","message":{"text":"Inverted test pyramid: Only 11 % of tests are unit tests (4 unit vs 32 integration, 0 BDD); a broader unit base gives faster, more localised feedback."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"3fc0c6fc621cd18b83a2d2c03ea6976b61fb4769f62dc21043f0af4cad912d10"}},{"ruleId":"D13","level":"error","message":{"text":"Leaked secret: signing-key: signing-key detected."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web/appsettings.json"},"region":{"startLine":21}}}],"partialFingerprints":{"codehealthFindingId/v1":"f0d2c576412658ff7908024208fb9c22f37d1b29b805e662501250e05fe1f2c7"}},{"ruleId":"D16","level":"note","message":{"text":"Off-boarding risk: anonymized user #1: If anonymized user #1 becomes unavailable, 3 significant file(s) lose their only recent owner (largest: src/NetCorePal.D3Shop.Domain/AggregatesModel/Identity/ClientUserAggregate/ClientUser.cs). Pair on, review, or document these before any departure."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"f90cd3f9a4a9cce4aee70ff9bbfd66b0e1cf1a4e4d3ac40e83af8f34d7748827"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 6 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Admin.Shared/Responses/RoleResponse.cs"},"region":{"startLine":6}}}],"partialFingerprints":{"codehealthFindingId/v1":"409596f15f1d2ab839a20c8d024ce91c3aaac33db60ba0b60968b4c4f78e8474"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 6 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":216}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Infrastructure/EntityConfigurations/Identity/MenuConfiguration.cs"},"region":{"startLine":18}}}],"partialFingerprints":{"codehealthFindingId/v1":"eb3396066bc553e6ee436b6219765364ce49915540261ad67a6737bde4d59a05"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web/Application/Commands/Identity/Admin/Menus/DeleteMenuCommand.cs"},"region":{"startLine":22}}}],"partialFingerprints":{"codehealthFindingId/v1":"90fcbbcd342563a99ec3dee6c87a07981b955619395a2dc535c830e7fd63dbbc"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 4 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":262}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"BarePragmaDisable: #pragma warning disable S1118"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web/Program.cs"},"region":{"startLine":299}}}],"partialFingerprints":{"codehealthFindingId/v1":"c270bb873f1a391b27307df38de6042fbeea29e257ec2a48d342dd0b567a219e"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 5 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/DemoTests.cs"},"region":{"startLine":16}}}],"partialFingerprints":{"codehealthFindingId/v1":"bcb5024ba0a7ddc07f31881f963217fbc6710af3101005a8f38e84954dec1279"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 5 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":223}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 5 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":267}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":123}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":149}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 3 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AdminUserRoleIntegrationTests.cs"},"region":{"startLine":153}}}],"partialFingerprints":{"codehealthFindingId/v1":"629ead4c0efd6f08a1dca8e226cb909c150bbbbee18fd3245f5a0caccd81fbb6"}},{"ruleId":"D17","level":"warning","message":{"text":"CommentedOutCode: 19 consecutive commented-code lines"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Web.Tests/Identity/AuthTests.cs"},"region":{"startLine":32}}}],"partialFingerprints":{"codehealthFindingId/v1":"0155cc06639083ca80cd08d9b55a261931877208143a0b997260b98a9e07cc1f"}},{"ruleId":"D18","level":"note","message":{"text":"Shell project: NetCorePal.D3Shop.Infrastructure.Tests: \u0060NetCorePal.D3Shop.Infrastructure.Tests\u0060 contributes only 1 significant line(s) \u2014 an empty/placeholder project is structural noise. Remove it or fold its contents into a real project."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"test/NetCorePal.D3Shop.Infrastructure.Tests/NetCorePal.D3Shop.Infrastructure.Tests.csproj"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7d9e5482397e107b2b250fa4cfaffb490370dfb6125afde9df1016bfedabd633"}},{"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 9211 LoC across 9 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: \u0022public string Description { get; set; } = description;\u0022 \u2014 trim - restates the field initializer on a public property"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Admin.Shared/Responses/RoleResponse.cs"},"region":{"startLine":10}}}],"partialFingerprints":{"codehealthFindingId/v1":"6e6291eecb013b6ced65c4556d56204313344e35f6923b906a98ddee066af103"}},{"ruleId":"D26","level":"note","message":{"text":"Split NetCorePal.D3Shop.Web: A 4640-LoC web project that is spread over 33 unrelated namespaces is a sprawling grab-bag. Suggested: by namespace: D3Shop.Basket, D3Shop.Cart, D3Shop.Shipping"},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"79b5812c35baf9d59e50a5a7324d09f6f7f59434737c4162e07a6057e860e499"}},{"ruleId":"D31","level":"error","message":{"text":"High IaC: DS-0002: Image user should not be \u0027root\u0027"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web/Dockerfile"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"1484e4b443817e7087b80fc1ad36a1c18ce717ee039781ea85cc39f9ec6f9502"}},{"ruleId":"D31","level":"note","message":{"text":"Low IaC: DS-0026: No HEALTHCHECK defined"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web/Dockerfile"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"34f7f1f5137b5f4886e8827419916dd8663b9c3b4c000b379a651165ca62fe3b"}},{"ruleId":"D34","level":"note","message":{"text":"Dormant codebase: 24 of 41 significant files have no living knowledge \u2014 the codebase as a whole is dormant, not 24 separate risks. Re-engage owners or document before change."},"locations":[],"partialFingerprints":{"codehealthFindingId/v1":"4c69f1e54b7dd6fe9029dd02df6ba8f8145b789f2f18dbdaa086c40ded49dba6"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: main.ts \u2194 index.ts: \u0060src/NetCorePal.D3Shop.H5/src/main.ts\u0060 and \u0060src/NetCorePal.D3Shop.H5/src/router/index.ts\u0060 change together 100% of the time (10 shared commits) with no explicit dependency \u2014 a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/src/main.ts"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f5b1bdcfd0d83aea1dc6ad79d55d876098c2f7a76b5113bd080d2fcc0e335145"}},{"ruleId":"D35","level":"warning","message":{"text":"Change coupling: BasicLayout.razor.cs \u2194 Program.cs: \u0060src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs\u0060 and \u0060src/NetCorePal.D3Shop.Web.Admin.Client/Program.cs\u0060 change together 50% of the time (6 shared commits) with no explicit dependency \u2014 a hidden/logical coupling. If they belong together, co-locate them; if not, break the coupling."},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.Web.Admin.Client/Layouts/BasicLayout.razor.cs"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9ec165d4c8565bc227ec11e678419635a0e6da21b9851c437caf2f613be7e975"}},{"ruleId":"D38","level":"error","message":{"text":"Critical CVE: [GHSA redacted]: form-data: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ad72ea412af727627154ea031847b35413407fe62452c55c3433a2c687bd3ac4"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0c9698fcc3c8d449eb98a97d30c15edd969b12b4795c634b40317b33c37a7553"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"159cf309936520b0e2ed3826367253c03453999c1891ea06b3915ff7ba919490"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0bbfd2ffea4e23f905faecc7505b2cb84d1a7dca5cfd6a57c177544b1337998e"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d8dba2ad18b5aa84e5ce0df0ddc278ae53ad9609720b2ae1c59f8447b9f022c1"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"584be435961513b288b18a64fbe7d51528215e5536d04c00d355f07e6a34e728"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"29e91d041afff2f4f9b8ebae4df71e224adecc0cd648f0d940a034489187638d"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"deb06111c5f3460dc22022b867305df63168306bace2b2b01525f67b2322894d"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ccc503c351f13e4b23f4d210ccc49f7bbbc8ffbf6352a58875ec8f4aa11835fa"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"35cdb969b5f624b7508e6ef559975206e873a0097de4ca60b7ef6ee1259d10c1"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e38c1b73722c723604435974e42a2c4c994112eb20045b36f8b7a9914f64dc24"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"72691c5fc5bf21ac1a7cad726f0209eb02b0a69d686d51c82f01abbabe203f85"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"7cf8bf46831d03f33a2441cfc08d2ed6be6cda09412b8b485a5f12cb8a69bcac"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"03633d1ede15b5915c6f9805c29f81a9fc2f045f17ccd55aa02c7f3f47c51fb1"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"01f1b8152401b4e0dd65416bd7626cbb28982f2a411d136fbd3613a3f4cba2a0"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: form-data: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"82cea8106eed759c7c19b8d1d05140d615f3ea389cbf7d07fed5eae9cf043401"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: minimatch: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"13ff67ab13e4430453f8416242d023151b5476f3a08bb9889061b06b418848d2"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: minimatch: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"755adecbe23001b86660bdc4963fb25397f3f1aac5686bd750f37d4f1c0152f2"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: minimatch: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4520e27f9d74dde379062d9d968c30314c0c2e35a70c25de4b4ec48af251102e"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: picomatch: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"d414509fb759c4f4f804e6ff1365a728e036361f2348593895c6b27dcff1f3ad"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: rollup: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e33d2a3e93d660f7d61f8d3eeb5b8ee38023c8229961d4296c5166d19179839f"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"c5811f2c42806609935b741b5549363bf1497193b0b6386a99e2d42c25d9134f"}},{"ruleId":"D38","level":"error","message":{"text":"High CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"bfcee79933ff291570b7d38aaf354989564d8ac5b6b086fefdbbd0d5b3265f70"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: @intlify/core-base: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ae9ab6be804f52a77d0cf3dbce6352b3064ed9d10383c4311868bfe02d57bad5"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"f8ce13428d6c5c937f090147523ea0b19fe9595f0a511700149f86d88e637ead"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"0cfc2cb61f018de824eaeb23a3e427dcd05426e4be94aa448f76944eb1b2b8fa"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"80664205ffb539d3100845dda3d533ccae4c9f119f97aa6b174c200927af09e8"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"45b876914f1e42a8449059b8be7a414107d3b973c51ae8708ec3b59a8435c1bd"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"086c1116c089030fb61e046cc5f3ba8111e7557609d8be02550d6d10111faeb5"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ce781de381304d5eac6f36c211df58687df124719622535f02d851e8227b91ee"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"10c317436ca9ebb0b917acfc8e4b2daa3a0e9573a3e03883563ae0f4aa8f98ca"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"597225f54311dbbdfbb9f7fcc3413a383bcc418f7dc32eececc8f6ada95d9def"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"3625169e51faf69c033944192f4e16ba4da2635ecc7b16424c657def926070d4"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"19bd882b2417407af64f8031e958a2c5f7344b8618a66bad031d90307b7a08be"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"b5d0eea6e20c78892ce3627c78a0684b4218de1b09f0c8555c88406b4a1de761"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: brace-expansion: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8713cee145a2f490aa5492bfa9f37ee6d4246c4a58a9621bc528516b4a311687"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: esbuild: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"abe55061623698e37f02f4a17f1fd5b0389028e1232ea07fc0c58a45bc4beb11"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: follow-redirects: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ca3d6ce29b2012dc888a214d985d2755b0200655b1486544918ff45213679789"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: picomatch: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"671ce67245988ca9c77d37eb44fdde17153bfdb31fb70119ec0356fb8650e242"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: postcss: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"4ab0a60f468c19631ffbd5d820ec915c5d18410b8d832ac7eb4629655334a54e"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"95469467a77f86d6be94a118013e67ac094a1eb0ce57bb64cc840be2015f04ac"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e0a9a8caa833c39a8807455117d81b2899f289bb0fe6cfe1859855a8a186578d"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"8dbf907400c1192ec226f3c49088586ef0cef622c72b0eddef0fc02eb5ba542b"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"fc69b51195e858dabebf4730628408db32405427612a3479f7cbb99254558b28"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"9f3c5448a8aa4426ce25ce28c01db840c36293928241253646c2f69810aa5f59"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"ac58b41714b9be1b034a30681ea409f539791d7042df9e59a70fda37012714bb"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"45b4c8ca0dd191c3496f0b1d888746443b4bcd35b6f811deb14bf116c5d0d992"}},{"ruleId":"D38","level":"warning","message":{"text":"Medium CVE: [GHSA redacted]: vite: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"39c45cb0f89466e2acaa75fc5f782c2d70c783e899e9a5ca462653a5db0fd25c"}},{"ruleId":"D38","level":"note","message":{"text":"Low CVE: [GHSA redacted]: axios: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"66a8f01ec9f1170dcd5982b5c3fa7aecfae801c532eabcf5b239ab4b0d152589"}},{"ruleId":"D38","level":"note","message":{"text":"Low CVE: [GHSA redacted]: brace-expansion: [GHSA redacted] (in 2 lockfiles)"},"locations":[{"physicalLocation":{"artifactLocation":{"uri":"src/NetCorePal.D3Shop.H5/package-lock.json"},"region":{"startLine":1}}}],"partialFingerprints":{"codehealthFindingId/v1":"e861f9bfb724bfad68297dfe786184a8e854da27f22fe92a8064171079b8cd85"}}],"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}}}]}