Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"hacktoberfest",
"content-security-policy",
"security",
"umbraco"
],
"is_fork": false,
"size_kb": 4705,
"has_wiki": false,
"homepage": "https://matthew-wise.github.io/Umbraco-CSP-manager/",
"languages": {
"C#": 240936,
"HTML": 5513,
"TypeScript": 153270
},
"pushed_at": "2026-07-28T08:55:47Z",
"created_at": "2022-10-10T14:00:12Z",
"owner_type": "User",
"updated_at": "2026-07-28T08:49:31Z",
"description": "Content security policy manager for Umbraco",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#",
"TypeScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "Matthew-Wise",
"company": null,
"location": null,
"followers": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/6782865?v=4",
"created_at": "2014-02-25T13:43:47Z",
"is_verified": null,
"public_repos": 59,
"account_age_days": 4535
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "csp-manager-18.0.0-beta-2",
"kind": "other",
"published_at": "2026-07-28T08:55:47Z"
},
{
"tag": "usync-complete-18.0.0-beta-1",
"kind": "other",
"published_at": "2026-07-20T09:15:31Z"
},
{
"tag": "usync-18.0.0-beta-1",
"kind": "other",
"published_at": "2026-07-14T18:23:07Z"
},
{
"tag": "18.0.0-beta-1",
"kind": "prerelease",
"published_at": "2026-07-14T18:15:59Z"
},
{
"tag": "17.0.2",
"kind": "patch",
"published_at": "2026-06-28T17:04:26Z"
},
{
"tag": "usync-complete-17.0.0",
"kind": "other",
"published_at": "2026-05-03T11:19:35Z"
},
{
"tag": "usync-17.0.0",
"kind": "other",
"published_at": "2026-05-03T11:06:34Z"
},
{
"tag": "17.0.1",
"kind": "patch",
"published_at": "2026-05-03T10:47:31Z"
},
{
"tag": "17.0.0",
"kind": "major",
"published_at": "2026-04-26T19:47:52Z"
},
{
"tag": "usync-complete-17.0.0-beta.1",
"kind": "other",
"published_at": "2026-04-07T21:17:11Z"
},
{
"tag": "usync-17.0.0-beta.4",
"kind": "other",
"published_at": "2026-04-07T21:08:38Z"
},
{
"tag": "17.0.0-beta.1",
"kind": "prerelease",
"published_at": "2026-04-07T19:58:27Z"
},
{
"tag": "3.0.0",
"kind": "major",
"published_at": "2025-12-17T19:16:37Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2025-09-07T20:22:33Z"
},
{
"tag": "2.0.2-alpha",
"kind": "prerelease",
"published_at": "2025-08-19T19:24:59Z"
},
{
"tag": "2.0.1-alpha",
"kind": "prerelease",
"published_at": "2025-08-18T22:12:24Z"
},
{
"tag": "2.0.0-alpha",
"kind": "prerelease",
"published_at": "2025-08-15T22:52:27Z"
},
{
"tag": "1.4.2",
"kind": "patch",
"published_at": "2025-03-17T16:39:46Z"
},
{
"tag": "1.4.1",
"kind": "patch",
"published_at": "2024-09-08T18:02:29Z"
},
{
"tag": "1.4.0",
"kind": "minor",
"published_at": "2024-08-23T09:02:39Z"
},
{
"tag": "1.3.1-beta",
"kind": "prerelease",
"published_at": "2024-05-02T11:00:07Z"
},
{
"tag": "1.3.0-beta",
"kind": "prerelease",
"published_at": "2024-04-05T08:25:29Z"
},
{
"tag": "1.2.1",
"kind": "patch",
"published_at": "2024-03-26T14:49:58Z"
},
{
"tag": "1.2.0",
"kind": "minor",
"published_at": "2023-10-26T09:54:43Z"
}
],
"recent_commits": [
{
"oid": "54c71a8e4c77a6b858868c29f8a7b2d9cca9dfb5",
"body": "fix(middleware): don't abort the response when a request is cancelled",
"is_bot": false,
"headline": "Merge pull request #132 from Matthew-Wise/claude/issue-130-tqlk5z",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-07-28T08:47:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc5c968648fbebaf376993bfaa15a1e9b215c137",
"body": "… (#130)\n\nTwo problems combined to surface as an ObjectDisposedException on startup:\n\n1. CspMiddleware passed context.RequestAborted into GetCachedCspDefinitionAsync,\n so a client disconnecting mid-request cancelled the NPoco query behind the\n shared runtime cache. This was introduced when the s\n[…]\nbled, which\npreviously logged \"CSP Header definition disabled for (null)\" when nothing came\nback at all, and adds regression tests for cancellation, the token passed to the\nservice, and the null path.",
"is_bot": false,
"headline": "fix(middleware): don't abort the response when a request is cancelled…",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-26T12:43:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17bd133d5f468226d640372383d5647f635bd763",
"body": "fix(ci): stop central transitive pinning forcing a stable CSP Manager dep",
"is_bot": false,
"headline": "Merge pull request #129 from Matthew-Wise/fix/cpm-transitive-pin",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-07-20T09:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fac8e56f82eb93dde45be835a0c32044053ff124",
"body": "… dep\n\nDirectory.Packages.props pinned Umbraco.Community.CSPManager(.uSync) to a\nstable 18.0.0 with CentralPackageTransitivePinningEnabled=true. When\npacking uSync.Complete against a prerelease, transitive pinning overrode\nthe [18.0.0-beta-1, 19.0.0) range in uSync's nuspec and forced the\ntransitive\n[…]\ne floor override. Verified locally: Complete restores\nagainst 18.0.0-beta-1, and dev-mode (ProjectReference) restore is unchanged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): stop central transitive pinning forcing a stable CSP Manager…",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-20T09:02:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7f522b8bdc827f34f1589cf430def2ecbb541c0",
"body": "…ub-release\n\nfix(ci): make the GitHub Release step idempotent",
"is_bot": false,
"headline": "Merge pull request #128 from Matthew-Wise/fix/release-idempotent-gith…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-07-20T08:45:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "726e949cdc9526515c590c73775ea34ca15ee14d",
"body": "Add global.json, .github/actions/** and release.yml to the CSP Manager\nbuild path filters. The required \"build\" status check only comes from the\npath-filtered build workflows, so PRs that only touch shared CI files (the\npublish composite action, global.json, release.yml) previously triggered\nno build and deadlocked on the required check. Building for these paths\nlets such PRs satisfy the check.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: run the main build for shared CI/release changes",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-20T08:40:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e8ece6dce6ec878287e5e5387241660bfd42c0d1",
"body": "Document that published versions can't be re-released (bump instead), that\nthe publish job is re-run-safe for partial failures, and that each nuget-*\nenvironment must allow the main branch for the workflow_dispatch flow.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: note immutable versions and main-branch environment rule",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-20T08:20:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5cf5a246d875e91043dda973e80fa25305f597b0",
"body": "dotnet nuget push already uses --skip-duplicate, but gh release create\nfailed a re-run with HTTP 422 when the tag existed (releases are\nimmutable and can't be recreated). Skip creation when a release for the\ntag already exists so re-running a partially-completed release succeeds.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): make the GitHub Release step idempotent",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-20T08:13:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ba2814e9bd18217459c87620341345ebd027427",
"body": "chore(ci): unify package releases into a single workflow",
"is_bot": false,
"headline": "Merge pull request #127 from Matthew-Wise/chore/unified-release-pipeline",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-07-20T08:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3099c65473009cd8252a407079e8365629364cb",
"body": "Add a repo-root global.json as the single source of truth for the SDK\nversion and drop the five duplicated `dotnet-version: 10.0.x` lines.\nsetup-dotnet auto-discovers global.json, so every workflow job (and the\npublish composite) resolves the same SDK, and local `dotnet build` is\npinned to match. rollForward: latestMinor tolerates 10.x patch/feature\nupdates.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): pin the .NET SDK once via global.json",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-19T09:01:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58b3400b4261c8f59d87f6831c4d254a6c231868",
"body": "Keep the three separate per-package publish jobs (each with its own\nenvironment) instead of the matrix, but move the shared download ->\nattest -> push -> tag/release steps into a local composite action at\n.github/actions/publish-package. Each job now delegates to it, so the\npublish logic lives in one place without changing the OIDC context a\nreusable workflow would (the composite runs inline in the job).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(ci): template publish jobs via a composite action",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-18T17:01:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d7eca27c9946853ca81422fc3024beab7f44b08",
"body": "Replace the three separate release mechanisms (a GitHub Release for the\nmain package plus usync-/usync-complete- git tags) with one\nworkflow_dispatch in release.yml: pick the package (all / csp-manager /\nusync / usync-complete) and a version. Packages are packed in dependency\norder against a local N\n[…]\nnd pack a\nunique 0.0.0-ci.<run_number> so build artifacts can be installed for\ntesting without NuGet serving a stale cached 0.0.0.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(ci): unify package releases into a single workflow",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-18T16:52:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f5fc4d6fb45c56bc02198dd2407491d56c7bf99d",
"body": "…3d0md\n\nfeat: upgrade to Umbraco 18",
"is_bot": false,
"headline": "Merge pull request #126 from Matthew-Wise/claude/umbraco-18-upgrade-6…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-07-14T18:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cef2f6de269e9bff124c8690d3dc40a0f8424ff7",
"body": "… lifecycle\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(security): generalize supported-versions policy to track Umbraco…",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T14:32:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "096778ec88fb9c25777219220ab18deb7d77e6af",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(security): tie 17.x support to Umbraco 17 LTS lifecycle",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T14:30:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b89a5c6f76a6afdb6665d74ae43a894bab101152",
"body": "uSync 18 reads/writes uSync/v18; folders regenerated by running all\nthree test sites on 18.0.2. Also picks up the ModelsBuilder 18 version\nstamps in the generated models and the regenerated Umbraco 18 JSON\nschemas in the test project.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(usync): migrate test site uSync folders from v17 to v18",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T13:42:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40cf0d7a756f3852a45686f7b21e6a8859fdfcff",
"body": "…t configured\n\nThe tag helper adds the nonce attribute to the markup, but the\nmiddleware only appends 'nonce-...' to script-src/style-src when that\ndirective already exists in the definition (adding it from scratch\nwould block every other source). Previously that mismatch was silent;\nnow it logs a warning naming the missing directive and definition id.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(logging): warn when a nonce is requested but its directive is no…",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T10:29:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cca0c96c4fd48ebabc43d7910f07b5aa67a8c9c1",
"body": "- dompurify 3.4.12, ws 7.5.10+, js-yaml bumps in uSync.Complete client\n (supersedes dependabot #123/#124 which target the pre-18 lockfile)\n- @hey-api/openapi-ts ^0.97.0 -> ^0.99.0 in the main client (0.97.x\n depends on a vulnerable js-yaml range with no in-range fix) and\n regenerated the API client with it; operation names and public SDK\n surface are unchanged, tsc + Vite build passes\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): resolve npm audit findings in both clients",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T09:58:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58d48c758754e07f3b31f7a274a21316387b3fbe",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): bump uSync.Complete to 18.0.2",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T09:58:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54d66bee0f212148318e814363dbe0b75133108a",
"body": "The Microsoft.AspNetCore.OpenApi generator emits the controller action\nnames as operationIds (GetDefinitions, PostDefinitionsSave,\nGetDirectives) instead of Swashbuckle's route-derived names, and no\nlonger includes the unused Umbraco notification-header schemas.\nRepositories updated to the new SDK method names.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(api): regenerate OpenAPI client against Umbraco 18 document",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T09:37:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "26f6595deb05e6d1ec44fbbeeed500adb281a6ab",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): bump @jumoo/usync-publisher-assets to ^18.0.1",
"author_name": "Matthew Wise",
"author_login": "matt-w-moriyama",
"committed_at": "2026-07-14T09:37:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "110da5762a6128678dbb1ee1a850dea3256907eb",
"body": "- Bump Umbraco.Cms packages 17.3.0 -> 18.0.2, uSync 17.0.4 -> 18.0.2,\n uSync.Complete 17.1.3 -> 18.0.1, Umbraco.Cms.Tests.Integration -> 18.0.2\n- Migrate OpenAPI registration from Swashbuckle (removed in Umbraco 18) to\n Microsoft.AspNetCore.OpenApi via AddBackOfficeOpenApiDocument with\n WithBackO\n[…]\n to [18.0.0, 19.0.0)\n- Bump package versions and docs to 18\n\nCloses #125\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_019iWMmRbiGbnmDMJFw62WKj",
"is_bot": false,
"headline": "feat: upgrade to Umbraco 18",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-13T19:55:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "963b4bfb2847d1a367288bf1743489944906b25a",
"body": "…tic-logging\n\nfeat(logging): add diagnostic logs for CSP middleware paths",
"is_bot": false,
"headline": "Merge pull request #122 from Matthew-Wise/feat/csp-middleware-diagnos…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-06-28T17:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062a86d242c4215e146ed7e89f9404688cc0f331",
"body": "…/Umbraco.Community.CSPManager/Client/npm_and_yarn-a73c338d70\n\nchore(deps): bump the npm_and_yarn group across 2 directories with 3 updates",
"is_bot": false,
"headline": "Merge pull request #121 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-06-28T16:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2e323ebeee99a4bbaabcda8083f83610907661",
"body": "Surface every silent-skip and the success path in CspMiddleware so\nusers can diagnose missing CSP headers without guessing.\n\n- CspBackOfficeDisabled: DisableBackOfficeHeader skipped backoffice\n- CspDefinitionDisabled: definition was null or not enabled\n- CspHeaderEmpty: constructed header had no dir\n[…]\nme + length)\n\nAlso filter OperationCanceledException out of the error catch so\nclient disconnects no longer surface as Error logs.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(logging): add diagnostic logs for CSP middleware paths",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-06-28T16:55:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ddbaa89d708711543c9d47864e18b83467c67d92",
"body": "…updates\n\nBumps the npm_and_yarn group with 2 updates in the /src/Umbraco.Community.CSPManager/Client directory: [js-yaml](https://github.com/nodeca/js-yaml) and [markdown-it](https://github.com/markdown-it/markdown-it).\nBumps the npm_and_yarn group with 3 updates in the /src/uSync/Umbraco.Community\n[…]\ncy-group: npm_and_yarn\n- dependency-name: markdown-it\n dependency-version: 14.2.0\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the npm_and_yarn group across 2 directories with 3 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-17T08:47:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3add5aa0b18af6564928bb6420c153c99a5195af",
"body": "…/Umbraco.Community.CSPManager/Client/npm_and_yarn-7cb452c43a\n\nchore(deps): bump the npm_and_yarn group across 2 directories with 1 update",
"is_bot": false,
"headline": "Merge pull request #120 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-06-17T08:45:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca7ac830b322739334d5f8bacc5c4a60abc24f17",
"body": "…update\n\nBumps the npm_and_yarn group with 1 update in the /src/Umbraco.Community.CSPManager/Client directory: [esbuild](https://github.com/evanw/esbuild).\nBumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [esbuild](https://git\n[…]\n\n dependency-group: npm_and_yarn\n- dependency-name: esbuild\n dependency-version:\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the npm_and_yarn group across 2 directories with 1 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-14T09:22:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eb6ce54a164c1c7d98e56838c26f4e52c1ba80a5",
"body": "Fix release pipelines",
"is_bot": false,
"headline": "Merge pull request #118 from Matthew-Wise/fix/umb-pipeline",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-05-03T10:05:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9522d881fee05b78e409e670f0d237dbc164085",
"body": null,
"is_bot": false,
"headline": "Fix release pipelines",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-05-03T09:51:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6743670d61e1c6bc07d31055e1e0623a17ecee18",
"body": "…wer-bound\n\nfix(release): use stable lower bound in cross-package version ranges",
"is_bot": false,
"headline": "Merge pull request #116 from Matthew-Wise/fix/version-range-stable-lo…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-30T08:56:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cad410df6d8cf3051572a34eaffc58da4f243bb",
"body": "NuGet.org's package upload validator rejects 17.0.0-0 as an invalid\nVersion literal in dependency ranges, even though local SDK packs it\nfine. The usync-17.0.0 release was rejected at the publish step with:\n\n 400 The package manifest contains an invalid Version: '17.0.0-0'\n\nSwitch the lower bound t\n[…]\ne 17.x consumers (which only existed as our own\nbetas) are no longer satisfied, which is acceptable now that we've\nshipped stable.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(release): use stable lower bound in cross-package version ranges",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T20:24:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2b982fea041c8e3acf3ce89a04e93de95208a118",
"body": "chore(release): prepare 17.0.0 stable",
"is_bot": false,
"headline": "Merge pull request #115 from Matthew-Wise/release/v17.0.0",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T19:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e0ce88d704197b4f971ff3cef75b54fdcc54736",
"body": "Bump centrally-managed Umbraco.Community.CSPManager and\nUmbraco.Community.CSPManager.uSync from 17.0.0-beta.1 to 17.0.0.\n\nTighten the cross-package VersionOverride ranges from\n[17.0.0-alpha, 18.0.0) to [17.0.0-0, 18.0.0) to match the convention\ndocumented in CLAUDE.md.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(release): prepare 17.0.0 stable",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T19:16:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e0e903dfe0f4c7976a71ae5c4043ffdff5d22583",
"body": "ci: bump actions to Node.js 24 runtime",
"is_bot": false,
"headline": "Merge pull request #114 from Matthew-Wise/ci/bump-node24-actions",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T14:46:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff00904a6bede7dfff3066f2bd5359069e4205c",
"body": "Bump dorny/test-reporter from v2 to v3 and actions/checkout from v4 to\nv6 in the docs workflows so all actions run on Node.js 24 ahead of the\n2026-06-02 GitHub Actions deprecation of Node.js 20.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: bump actions to Node.js 24 runtime",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T12:51:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e586e3adf2ae144d9ed6675789b96cd5daab9373",
"body": "…ates\n\nfix: resolve 6 open Dependabot security alerts",
"is_bot": false,
"headline": "Merge pull request #113 from Matthew-Wise/fix/security-dependency-upd…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T12:43:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5f831cd7d4bb7827f1f92b46da2c019182dccab",
"body": "- Bump dompurify from 3.3.3 → 3.4.1 and tighten override to >=3.4.0\n (fixes CVE: SAFE_FOR_TEMPLATES bypass, FORBID_TAGS bypass, prototype\n pollution, ADD_TAGS short-circuit — alerts #52, #54, #56, #58)\n- Bump uuid from 13.0.0 → 14.0.0 via npm overrides in both clients\n (fixes missing buffer bound\n[…]\nApi afterEach\n with try/finally using page.request — umbracoApi reads a Bearer token\n from localStorage that Umbraco v17 never stores there\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve 6 open Dependabot security alerts",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T12:37:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1db0b1d73e2c17661c408d369698c3ad4797c80f",
"body": "…/Umbraco.Community.CSPManager/Client/npm_and_yarn-87d6b5a2fd\n\nBump the npm_and_yarn group across 2 directories with 1 update",
"is_bot": false,
"headline": "Merge pull request #112 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T12:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc7baee045c8f29973e1923be0c5798b91fedd2b",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/Umbraco.Community.CSPManager/Client directory: [postcss](https://github.com/postcss/postcss).\nBumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [postcss](https://github.com\n[…]\nndency-group: npm_and_yarn\n- dependency-name: postcss\n dependency-version: 8.5.10\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the npm_and_yarn group across 2 directories with 1 update",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-26T12:06:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "95eab8a8c2baffb629626b510d483354c8a0b7de",
"body": "…/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/npm_and_yarn-58a0df0bcd\n\nBump dompurify from 3.3.3 to 3.4.1 in /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client in the npm_and_yarn group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #111 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-26T12:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bac994830567274a759c3fae14007e6c3902b36",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [dompurify](https://github.com/cure53/DOMPurify).\n\n\nUpdates `dompurify` from 3.3.3 to 3.4.1\n- [Release notes](https://github.com/cure53/DOMPurify/releases)\n- [Commits](https://g\n[…]\n---\nupdated-dependencies:\n- dependency-name: dompurify\n dependency-version: 3.4.1\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump dompurify",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-22T19:13:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cd8d139cffa0a5a29077b680a612d79ed799db0",
"body": "fix: honour uSync handler settings in CspDefinitionHandler",
"is_bot": false,
"headline": "Merge pull request #108 from Matthew-Wise/fix/handler-setting-107",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-15T12:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f324dc516fdb7112f7bc565519448e8bc21bd8b",
"body": "…ication\n\nCspDefinitionHandler.HandleAsync(CspSavedNotification) bypassed the\nShouldProcessEvent() gate used by all standard uSync handlers, so\nper-handler config (Enabled, Actions, Group) had no effect on\nnotification-triggered exports. Add the missing check to align behaviour\nwith SyncHandlerRoot's built-in SavedNotification handler.\n\nFixes #107\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: honour uSync handler settings in CspDefinitionHandler save notif…",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-15T12:04:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "df0acfe9a815679a9a2ef68d34e72db427af445e",
"body": "Fix uSync release CI issues",
"is_bot": false,
"headline": "Merge pull request #106 from Matthew-Wise/ci/fix-usync-release",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T21:02:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67ebdfa23a823274147f6136b929cc3868d02299",
"body": "- Skip test-report workflow when CSP Manager build is skipped (e.g. uSync releases)\n- Simplify CI build version to 0.0.0 (release jobs use tag version directly)\n- Remove USyncMinVersion/CspManagerMinVersion MSBuild properties; hardcode dependency ranges as [17.0.0-alpha, 18.0.0)\n- Remove dead USyncMinVersion param from build job\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix uSync release CI issues",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T20:58:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7ec7ee4fb8adddd5459dedcea68d68d429987613",
"body": "…om-build\n\nci: skip build job for uSync release tags",
"is_bot": false,
"headline": "Merge pull request #105 from Matthew-Wise/ci/filter-usync-releases-fr…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T20:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb977e3053db68ac10c9cd63cc62f63d67b57531",
"body": "Adds a condition to the build job so it does not run when a GitHub\nrelease event is triggered by a tag starting with 'usync-', preventing\nunnecessary runs when releasing the uSync packages.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: skip build job for uSync release tags",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T20:29:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f6d8aca5951e88ed59f6553d4df04626273f4cca",
"body": "Migrate NuGet publishing to Trusted Publishing (OIDC)",
"is_bot": false,
"headline": "Merge pull request #104 from Matthew-Wise/ci/trusted-publishing-nuget",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T19:37:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e0683433666c638e8e919edee0c073f452669d",
"body": "The local source only exists on dev machines for testing packed packages.\nMoving it to test-sites/nuget.config (gitignored) so CI doesn't fail\ntrying to resolve a non-existent directory.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix CI: remove local-packages source from root nuget.config",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T19:32:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b152feb1fcc55f3194f428d4045e58ca715da6e",
"body": "Adds nuget.config with a local package source for testing locally packed\nNuGet packages before release. Gitignores local-packages/ and test-sites/\nscratch directories used for end-to-end package validation.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add local NuGet source and gitignore test artifacts",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T19:30:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a0ab5cb7b600404b66461b9049e8307798de66d",
"body": "Replaces long-lived NUGET_API_KEY secrets with short-lived OIDC tokens\nvia NuGet/login@v1 across all three release jobs. Also reorders badges\nin README and docs to put OpenSSF and Build status first.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate NuGet publishing to Trusted Publishing (OIDC)",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T19:05:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54690f167e3caa6f16549c3c4f41243a2b8f314e",
"body": "…/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/npm_and_yarn-9b2ff1f3aa\n\nBump vite from 6.4.1 to 6.4.2 in /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client in the npm_and_yarn group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #103 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-07T09:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21a37d5a4049d98b416bc00153ce811df5520c3d",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 6.4.1 to 6.4.2\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](htt\n[…]\npdated-dependencies:\n- dependency-name: vite\n dependency-version: 6.4.2\n dependency-type: direct:development\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump vite",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-06T23:43:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "126bb1cc8e97b1c9d77abe154995b23bdfde3491",
"body": "…/Umbraco.Community.CSPManager/Client/npm_and_yarn-c4bc6a0a9e\n\nBump vite from 7.2.6 to 7.3.2 in /src/Umbraco.Community.CSPManager/Client in the npm_and_yarn group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #102 from Matthew-Wise/dependabot/npm_and_yarn/src…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-06T22:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb268f624c8f9c07106d0d6c92c47ba1553ff8d",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/Umbraco.Community.CSPManager/Client directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).\n\n\nUpdates `vite` from 7.2.6 to 7.3.2\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitej\n[…]\npdated-dependencies:\n- dependency-name: vite\n dependency-version: 7.3.2\n dependency-type: direct:development\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump vite",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-06T21:07:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "569833398062b9aff7b0968b6ecb9c13ba66f66f",
"body": "…readmes\n\nAdd policy import to README feature lists",
"is_bot": false,
"headline": "Merge pull request #101 from Matthew-Wise/docs/add-import-feature-to-…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-05T00:17:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50fc6d35975a82099390a790e6963afc062d29e1",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add policy import feature to README feature lists",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-05T00:16:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b2a85e454749bceb24bf8d6889232453ecdca639",
"body": "…k-mode-polish\n\nPolish docs: fix nav order, code language tags, import page accuracy,…",
"is_bot": false,
"headline": "Merge pull request #100 from Matthew-Wise/docs/import-feature-and-dar…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-05T00:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0874f4b08cc36379bb9e49f5fa83555fe4e246",
"body": "…-mode-polish\n\nAdd import feature docs and polish dark mode theme",
"is_bot": false,
"headline": "Merge pull request #98 from Matthew-Wise/docs/import-feature-and-dark…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-05T00:04:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8c03b2a93db9d211fc0dea3cbc44634c29b9cb1",
"body": "… and image dimensions\n\n- Fix nav_order gaps (caching.md 3→2, troubleshooting 8→7)\n- Fix @addTagHelper code blocks tagged as csharp → cshtml\n- Rewrite importing-policies: correct save behaviour (saves immediately),\n fix hover/... button UI description, add example policy string,\n add highlight cal\n[…]\nout shift\n- Add height=\"20\" to all badge images for consistent rendering\n- Add head_custom.html with critical CSS to prevent search icon FOUC\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Polish docs: fix nav order, code language tags, import page accuracy,…",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-05T00:03:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "04c3b737ae913304ee8dddd0f913a8a8a793327a",
"body": "- Add docs/guide/importing-policies.md documenting the CSP import\n workflow (entity action, parse/preview, replace semantics)\n- Update User Guide index and nav_order for policy-settings/evaluation\n to slot the new page at position 2\n- Add OpenSSF Best Practices badge to docs home page\n- Dark mode:\n[…]\nlour to #bebbbf for readable contrast\n- Dark mode: fix secondary button — transparent background with cyan\n border/text, fills cyan on hover\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add import feature docs and polish dark mode theme",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T18:05:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9fec8375fc15ad39811fbcdca0c8405845d1d542",
"body": "Add OpenSSF Passing badge compliance",
"is_bot": false,
"headline": "Merge pull request #97 from Matthew-Wise/feature/ossf-bp",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T13:31:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700e6a6bbd85efab9fc353f29a98b1ed2a6f08e3",
"body": "Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add OpenSSF Best Practices badge to README files",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T13:26:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d1f4a8c1e8b5ab0bea75336854de50ea0fa4b9e",
"body": null,
"is_bot": false,
"headline": "Ossf Passing changes",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T13:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f7d52e118d8855cb943a3aa02cfa8fa387368d7",
"body": "Updated to min Umbraco 17.3",
"is_bot": false,
"headline": "Merge pull request #96 from Matthew-Wise/update/umbraco-17-3",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T10:23:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9881f4c292d0fe76e58eb9e63d8da83852d891f",
"body": null,
"is_bot": false,
"headline": "dotnet format clean up",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T10:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1aa061b2e837f6d55ff623b8587dd442d1d2a3b6",
"body": null,
"is_bot": false,
"headline": "17.3 Testing fixes and clean up",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T10:18:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb1cf8b062d5ecf3461da138801c8833b1161f95",
"body": null,
"is_bot": false,
"headline": "Updated to min Umbraco 17.3",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T08:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58e4c0cdb59675f52a9aedd759f77b55e452a8a4",
"body": "…uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/npm_and_yarn-a955db7139\n\nBump handlebars from 4.7.8 to removed in /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client in the npm_and_yarn group across 1 directory",
"is_bot": false,
"headline": "Merge pull request #94 from Matthew-Wise/dependabot/npm_and_yarn/src/…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T08:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42b94ef80b75b4e90ff7915c7eeaf3da4177ea2b",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [handlebars](https://github.com/handlebars-lang/handlebars.js).\n\n\nRemoves `handlebars`\n\n---\nupdated-dependencies:\n- dependency-name: handlebars\n dependency-version: \n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump handlebars",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-04T08:37:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f59d7fb03adfa8fc513a1a7a7f06632af6725f99",
"body": "…uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/lodash-4.18.1\n\nBump lodash from 4.17.23 to 4.18.1 in /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client",
"is_bot": false,
"headline": "Merge pull request #95 from Matthew-Wise/dependabot/npm_and_yarn/src/…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T08:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d18190d33dd2decaae7c252ccac0b7a7f736337b",
"body": "Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.\n- [Release notes](https://github.com/lodash/lodash/releases)\n- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)\n\n---\nupdated-dependencies:\n- dependency-name: lodash\n dependency-version: 4.18.1\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump lodash",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-04T08:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6ff2a612c2cc9557e8171840d1251182bf8483e",
"body": "…Umbraco.Community.CSPManager/Client/npm_and_yarn-a146e1695b\n\nBump the npm_and_yarn group across 2 directories with 2 updates",
"is_bot": false,
"headline": "Merge pull request #93 from Matthew-Wise/dependabot/npm_and_yarn/src/…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-04T08:31:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7215cd3ac583ddf5431842bb1e67a8d164114c7",
"body": "Bumps the npm_and_yarn group with 2 updates in the /src/Umbraco.Community.CSPManager/Client directory: [defu](https://github.com/unjs/defu) and [handlebars](https://github.com/handlebars-lang/handlebars.js).\nBumps the npm_and_yarn group with 2 updates in the /src/uSync/Umbraco.Community.CSPManager.u\n[…]\nependency-group: npm_and_yarn\n- dependency-name: handlebars\n dependency-version: \n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the npm_and_yarn group across 2 directories with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-04T06:24:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac5eb7bd7b06ef8be7714c3f8d20a3f067e0c816",
"body": "feat(client): add Import CSP entity action",
"is_bot": false,
"headline": "Merge pull request #92 from Matthew-Wise/feat/import-entity-action",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-01T21:32:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc61fc16e6b5494f4e73a6c2f36a1f6d1756d342",
"body": "Adds an Import entity action to the CSP Manager tree items, allowing users\nto paste an existing CSP policy string and import it as a new definition.\nIntroduces shared Playwright test helpers (CspTestHelpers, CspApiHelpers,\nCspDefinitionBuilder) and E2E tests covering the full import flow.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(client): add Import CSP entity action and E2E test helpers",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-01T21:28:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f58b6c2b2f835df2baf4a2d17b5c426fa2487141",
"body": "…ngs-empty-state\n\nfix(evaluate): deduplicate findings and show empty state",
"is_bot": false,
"headline": "Merge pull request #91 from Matthew-Wise/fix/evaluate-duplicate-findi…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-01T19:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0eff8a8b0667cb594b499f3699aed167d87f971",
"body": "csp_evaluator triplicates findings for script-src when script-src-attr/elem\nfall back to the same directive. Deduplicate using Finding.equals().\n\nAlso show each finding's source value for clarity, and display a\n\"No issues found\" message when the evaluator returns no findings.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(evaluate): deduplicate findings and show empty state",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-04-01T19:19:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "caad089d69a13673136709803248b6c7fdc642f8",
"body": "…Umbraco.Community.CSPManager/Client/npm_and_yarn-d633397f06\n\nBump the npm_and_yarn group across 2 directories with 1 update",
"is_bot": false,
"headline": "Merge pull request #89 from Matthew-Wise/dependabot/npm_and_yarn/src/…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-28T21:52:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37a60fe7bb3306bbb5c10959584c49ae1e064195",
"body": "Bumps the npm_and_yarn group with 1 update in the /src/Umbraco.Community.CSPManager/Client directory: [picomatch](https://github.com/micromatch/picomatch).\nBumps the npm_and_yarn group with 1 update in the /src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client directory: [picomatch](https://g\n[…]\ndency-group: npm_and_yarn\n- dependency-name: picomatch\n dependency-version: 4.0.4\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump the npm_and_yarn group across 2 directories with 1 update",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T22:44:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd8717317fd63f953f48d5ba65bf038e2c1ee81b",
"body": "ci: only run docs build check on pull requests",
"is_bot": false,
"headline": "Merge pull request #88 from Matthew-Wise/ci/docs-build-pr-only",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T22:42:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e0b636642286c233cf6d66c6d85374ee586ef70",
"body": "Removes the push-to-main trigger from docs-build.yml to avoid a\nredundant duplicate build — docs.yml already builds and deploys on\nmerge to main.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: only run docs build check on pull requests",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T22:39:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "08871885bd79fd6256d64bbc308d104208a20824",
"body": "…rast\n\ndocs: fix dark mode link colour contrast (WCAG AA)",
"is_bot": false,
"headline": "Merge pull request #87 from Matthew-Wise/docs/fix-dark-mode-link-cont…",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T22:07:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acb4b228283bf30f925479e6e5a463aa0bec2531",
"body": "Brightens $link-color from #6b7eff to #8b9aff in the dark colour scheme.\nThe previous value failed WCAG AA (4.1:1) on code/table backgrounds (#2a2a2a);\nthe new value achieves 5.3:1 on #2a2a2a and 6.2:1 on the main background (#1d1d1d).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: improve dark mode link colour contrast to pass WCAG AA",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T22:05:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "87037a0158c8d3ba7232cb92a720b0b2f257877f",
"body": "docs: add Jekyll documentation site",
"is_bot": false,
"headline": "Merge pull request #86 from Matthew-Wise/worktree-docs",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d446cfe03c56b07f3419df4ea3c9bee011440605",
"body": "…onflicts",
"is_bot": false,
"headline": "ci: use ruby/setup-ruby for Jekyll builds to avoid github-pages gem c…",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc7fb4d6b2bec356ec5034aafe55e30f41d52f54",
"body": null,
"is_bot": false,
"headline": "ci: use jekyll-build-pages action consistent with deploy workflow",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa9d7e7cb69920f071253fecda4937b38eb617c",
"body": null,
"is_bot": false,
"headline": "ci: add permissions to docs build workflow",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b34e4dcafe1cf05b43ed945019ba394e4e745a28",
"body": null,
"is_bot": false,
"headline": "ci: add Jekyll docs build check for PRs",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:27:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e45d6c2e87b9079347e0ddcec7c45debc6e0b2e2",
"body": "- Add full Just the Docs Jekyll site under docs/ with pages for getting\n started, user guide, features, advanced topics, and integrations\n- Fix dark theme syntax highlighting with accessible token colours (WCAG AA)\n- Correct notification handler code examples to use real API (Sources not Directives\n[…]\non\n- Tighten index.md description and update NuGet READMEs to point to docs site\n- Add GitHub Actions workflow to deploy docs to GitHub Pages\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Jekyll documentation site with style fixes and content review",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-25T17:13:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "786642b6a16a187b1ceddc8e1d1ddd35bc7760e3",
"body": "test: expand test coverage across middleware, services, tag helpers, and notifications",
"is_bot": false,
"headline": "Merge pull request #84 from Matthew-Wise/test/expand-coverage",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T22:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff63d482271040e340c8ae29256680f3b4e006d5",
"body": "…and notifications\n\n- Fix broken test-report workflow trigger (wrong workflow name)\n- Add XPlat Code Coverage collection and artifact upload to CI\n- Add CspNonceTagHelper unit tests (8 tests) covering all tag types, nonce injection, data attribute, and early-exit paths\n- Add DirectivesController int\n[…]\ninitionAsync(Guid) integration tests for hit and miss cases\n- Add DynamicProxyGenAssembly2 InternalsVisibleTo so Moq can proxy internal types\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: expand test coverage across middleware, services, tag helpers, …",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T21:52:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "144e7718caae379848e3384b5b936929ea586a56",
"body": "refactor: consolidate script and style nonces into a single per-request nonce",
"is_bot": false,
"headline": "Merge pull request #83 from Matthew-Wise/refactor/single-nonce",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T20:43:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c8ce935041e38d9bd7736a92991b2054fb69196",
"body": "…st nonce\n\nThere is no security benefit to maintaining separate nonces for script-src\nand style-src — a single per-request nonce is standard practice. This removes\nGetOrCreateCspScriptNonce, GetOrCreateCspStyleNonce, CspManagerContext.ScriptNonce,\nand CspManagerContext.StyleNonce, replacing them wit\n[…]\nonce and\nCspManagerContext.Nonce. The middleware still tracks which directives need the\nnonce independently via the existing context markers.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: consolidate script and style nonces into a single per-reque…",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T20:28:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "43eba87c8924430798b30c647d8669585244b336",
"body": "feat: add nonce support to css loaded via link tag",
"is_bot": false,
"headline": "Merge pull request #79 from LindenKopp/patch-1",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T20:10:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe0c7b6a28ecdc1d25a884430b80c5858bf7a937",
"body": "- Add Constants.TagHelper.LinkTag = \"link\"\n- Handle link tags in CspNonceTagHelper using the style nonce\n (link[rel=stylesheet] is a CSS resource, so style-src nonce applies)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add LinkTag constant and handle link tag in nonce switch",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-24T20:05:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9a3fdd59d2c8eab0171355bc63119aa93dc74aba",
"body": null,
"is_bot": false,
"headline": "feat: add nonce support to css loaded via link tag",
"author_name": "Linden Koppejan",
"author_login": "LindenKopp",
"committed_at": "2026-03-24T20:04:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b8725ca528942732726c4464f06acfb7439074c",
"body": "Add SECURITY.md with GitHub private vulnerability reporting",
"is_bot": false,
"headline": "Merge pull request #82 from Matthew-Wise/docs/security-policy",
"author_name": "Matthew-Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-22T23:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4e2410ef84088aa9901b2db115955f697e3e424",
"body": "Uses GitHub's built-in private reporting to avoid exposing personal\ncontact info while giving security researchers a clear disclosure path.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add SECURITY.md with GitHub private vulnerability reporting",
"author_name": "Matthew Wise",
"author_login": "Matthew-Wise",
"committed_at": "2026-03-22T23:19:31Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 24,
"commits_last_year": 190,
"latest_release_at": "2026-07-28T08:55:47Z",
"latest_release_tag": "csp-manager-18.0.0-beta-2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 29,
"days_since_latest_release": 0,
"mean_days_between_releases": 12.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 71,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Umbraco.Community.CSPManager",
"exists": true,
"license": null,
"keywords": [
"umbraco",
"plugin",
"package",
"umbraco-marketplace",
"Content-Security-Policy",
"security",
"CSP",
"csp",
"Content",
"Security",
"Policy"
],
"ecosystem": "nuget",
"matches_repo": true,
"registry_url": "https://www.nuget.org/packages/Umbraco.Community.CSPManager",
"is_deprecated": false,
"latest_version": "17.0.2",
"repository_url": "https://github.com/Matthew-Wise/Umbraco-CSP-manager",
"versions_count": 10,
"total_downloads": 90342,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-28T17:06:24.963000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 29
}
]
},
"popularity": {
"forks": 12,
"stars": 26,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-08-08",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2026-01-23",
"count": 1
}
],
"complete": true,
"collected": 12,
"total_forks": 12
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"src/Umbraco.Community.CSPManager/Client/tsconfig.json",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/tsconfig.json"
],
"toolchain_manifests": [
"src/Umbraco.Community.CSPManager.Benchmarks/Umbraco.Community.CSPManager.Benchmarks.csproj",
"src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj",
"src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"src/Umbraco.Community.CSPManager/Umbraco.Community.CSPManager.csproj",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Umbraco.Community.CSPManager.uSync.Complete.csproj",
"src/uSync/Umbraco.Community.CSPManager.uSync/Umbraco.Community.CSPManager.uSync.csproj",
"src/uSync/uSync.TestSite/uSync.TestSite.csproj",
"src/uSync/uSync.TestSiteB/uSync.TestSiteB.csproj"
],
"largest_source_bytes": 13655,
"source_files_sampled": 153,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md",
"docs/CLAUDE.md",
"src/Umbraco.Community.CSPManager.Tests/CLAUDE.md",
"src/Umbraco.Community.CSPManager/CLAUDE.md",
"src/Umbraco.Community.CSPManager/Client/CLAUDE.md",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/CLAUDE.md",
"src/uSync/Umbraco.Community.CSPManager.uSync/CLAUDE.md"
],
"agent_instruction_max_bytes": 4572
},
"dependencies": {
"manifests": [
"docs/Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "Umbraco.Cms",
"direct": true,
"version": "10.8.1",
"severity": "critical",
"ecosystem": "nuget",
"cvss_score": 10,
"advisory_ids": [
"GHSA-2qjj-h6wp-c7h7",
"GHSA-4g8m-5mj5-c8xg",
"GHSA-54mj-vcvj-q3v5",
"GHSA-5955-cwv4-h7qh",
"GHSA-hfv2-pf68-m33x",
"GHSA-pgvc-6h2p-q4f6"
],
"fixed_version": "17.4.0",
"advisory_count": 6,
"oldest_advisory_days": 643
},
{
"name": "Umbraco.Cms",
"direct": true,
"version": "13.5.1",
"severity": "critical",
"ecosystem": "nuget",
"cvss_score": 10,
"advisory_ids": [
"GHSA-2qjj-h6wp-c7h7",
"GHSA-4g8m-5mj5-c8xg",
"GHSA-54mj-vcvj-q3v5",
"GHSA-5955-cwv4-h7qh",
"GHSA-69cg-w8vm-h229",
"GHSA-hfv2-pf68-m33x",
"GHSA-pgvc-6h2p-q4f6"
],
"fixed_version": "17.4.0",
"advisory_count": 7,
"oldest_advisory_days": 643
},
{
"name": "js-yaml",
"direct": false,
"version": "4.2.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m"
],
"fixed_version": "4.3.0",
"advisory_count": 1,
"oldest_advisory_days": 7
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 1,
"oldest_advisory_days": 3
},
{
"name": "Umbraco.Forms",
"direct": false,
"version": "10.4.0",
"severity": "moderate",
"ecosystem": "nuget",
"cvss_score": 5.8,
"advisory_ids": [
"GHSA-2qrj-g9hq-chph",
"GHSA-7jxj-rpx7-ph2c",
"GHSA-9v8m-qv22-f268",
"GHSA-p572-p2rj-q5f4"
],
"fixed_version": "17.1.0",
"advisory_count": 4,
"oldest_advisory_days": 790
},
{
"name": "Umbraco.Forms",
"direct": false,
"version": "13.2.5",
"severity": "low",
"ecosystem": "nuget",
"cvss_score": 3.1,
"advisory_ids": [
"GHSA-2qrj-g9hq-chph",
"GHSA-7jxj-rpx7-ph2c"
],
"fixed_version": "17.1.0",
"advisory_count": 2,
"oldest_advisory_days": 440
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 1,
"high": 2,
"critical": 2,
"moderate": 1
},
"advisory_count": 21,
"affected_count": 6,
"assessed_count": 207,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 21,
"direct_affected_count": 2
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "BenchmarkDotNet",
"manifest": "src/Umbraco.Community.CSPManager.Benchmarks/Umbraco.Community.CSPManager.Benchmarks.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Cms",
"manifest": "src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "uSync",
"manifest": "src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.ICU.ICU4C.Runtime",
"manifest": "src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "coverlet.collector",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "NUnit",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "NUnit.Analyzers",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "NUnit3TestAdapter",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "SystemTextJson.JsonDiffPatch.NUnit",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Cms.Tests.Integration",
"manifest": "src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Cms.Web.Website",
"manifest": "src/Umbraco.Community.CSPManager/Umbraco.Community.CSPManager.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Umbraco.Cms.Api.Management",
"manifest": "src/Umbraco.Community.CSPManager/Umbraco.Community.CSPManager.csproj",
"ecosystem": "nuget",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "BenchmarkDotNet",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.ICU.ICU4C.Runtime",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.ICU.ICU4C.Runtime",
"direct": true,
"version": "68.2.0.9",
"ecosystem": "nuget"
},
{
"name": "Microsoft.ICU.ICU4C.Runtime",
"direct": true,
"version": "72.1.0.3",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "SystemTextJson.JsonDiffPatch.NUnit",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms",
"direct": true,
"version": "10.8.1",
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms",
"direct": true,
"version": "13.5.1",
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms.Api.Management",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms.Tests.Integration",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms.Web.Website",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "uSync",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@heximal/expressions",
"direct": false,
"version": "0.1.5",
"ecosystem": "npm"
},
{
"name": "@hey-api/codegen-core",
"direct": false,
"version": "0.9.1",
"ecosystem": "npm"
},
{
"name": "@hey-api/json-schema-ref-parser",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "@hey-api/openapi-ts",
"direct": false,
"version": "0.99.0",
"ecosystem": "npm"
},
{
"name": "@hey-api/shared",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "@hey-api/spec-types",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "@hey-api/types",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "@jsdevtools/ono",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "@jumoo/usync-publisher-assets",
"direct": false,
"version": "18.0.1",
"ecosystem": "npm"
},
{
"name": "@lit-labs/ssr-dom-shim",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "@lit-labs/ssr-dom-shim",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "@lit/reactive-element",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "@lit/reactive-element",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "@lukeed/ms",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "@microsoft/signalr",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.133.0",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@tiptap/core",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-blockquote",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-bold",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-bullet-list",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-code",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-code-block",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-document",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-dropcursor",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-gapcursor",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-hard-break",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-heading",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-horizontal-rule",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-image",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-italic",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-link",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-list",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-list-item",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-list-keymap",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-ordered-list",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-paragraph",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-strike",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-subscript",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-superscript",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-table",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-text",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-text-align",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-text-style",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extension-underline",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/extensions",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/pm",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tiptap/starter-kit",
"direct": false,
"version": "3.27.4",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.2",
"ecosystem": "npm"
},
{
"name": "@types/diff",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "22.19.1",
"ecosystem": "npm"
},
{
"name": "@types/trusted-types",
"direct": false,
"version": "2.0.7",
"ecosystem": "npm"
},
{
"name": "@umbraco-cms/backoffice",
"direct": false,
"version": "18.0.2",
"ecosystem": "npm"
},
{
"name": "@umbraco-ui/uui",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "@umbraco/json-models-builders",
"direct": false,
"version": "18.0.2",
"ecosystem": "npm"
},
{
"name": "@umbraco/playwright-testhelpers",
"direct": false,
"version": "18.0.5",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "bundle-name",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "c12",
"direct": false,
"version": "3.3.4",
"ecosystem": "npm"
},
{
"name": "camelize",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "color-support",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "15.0.0",
"ecosystem": "npm"
},
{
"name": "confbox",
"direct": false,
"version": "0.2.4",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csp_evaluator",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "culori",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "default-browser",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "default-browser-id",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "define-lazy-prop",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "defu",
"direct": false,
"version": "6.1.7",
"ecosystem": "npm"
},
{
"name": "destr",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "diff",
"direct": false,
"version": "9.0.0",
"ecosystem": "npm"
},
{
"name": "dompurify",
"direct": false,
"version": "3.4.12",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "17.4.2",
"ecosystem": "npm"
},
{
"name": "element-internals-polyfill",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "event-target-shim",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "eventsource",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "exsolve",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fetch-cookie",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "giget",
"direct": false,
"version": "3.3.0",
"ecosystem": "npm"
},
{
"name": "is-docker",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-in-ssh",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-inside-container",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-wsl",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "linkifyjs",
"direct": false,
"version": "4.3.3",
"ecosystem": "npm"
},
{
"name": "lit",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "lit",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "lit-element",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "lit-element",
"direct": false,
"version": "4.2.2",
"ecosystem": "npm"
},
{
"name": "lit-html",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "lit-html",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "luxon",
"direct": false,
"version": "3.7.2",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "18.0.6",
"ecosystem": "npm"
},
{
"name": "monaco-editor",
"direct": false,
"version": "0.55.1",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "node-fetch",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "ohash",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "open",
"direct": false,
"version": "11.0.0",
"ecosystem": "npm"
},
{
"name": "orderedmap",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "perfect-debounce",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "pkg-types",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.57.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "powershell-utils",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "prosemirror-changeset",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "prosemirror-commands",
"direct": false,
"version": "1.7.1",
"ecosystem": "npm"
},
{
"name": "prosemirror-dropcursor",
"direct": false,
"version": "1.8.3",
"ecosystem": "npm"
},
{
"name": "prosemirror-gapcursor",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "prosemirror-history",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "prosemirror-inputrules",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "prosemirror-keymap",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "prosemirror-model",
"direct": false,
"version": "1.25.11",
"ecosystem": "npm"
},
{
"name": "prosemirror-schema-list",
"direct": false,
"version": "1.5.1",
"ecosystem": "npm"
},
{
"name": "prosemirror-state",
"direct": false,
"version": "1.4.4",
"ecosystem": "npm"
},
{
"name": "prosemirror-tables",
"direct": false,
"version": "1.8.5",
"ecosystem": "npm"
},
{
"name": "prosemirror-transform",
"direct": false,
"version": "1.12.0",
"ecosystem": "npm"
},
{
"name": "prosemirror-view",
"direct": false,
"version": "1.42.1",
"ecosystem": "npm"
},
{
"name": "psl",
"direct": false,
"version": "1.15.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "querystringify",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "rc9",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "requires-port",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "rope-sequence",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "run-applescript",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.4",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tough-cookie",
"direct": false,
"version": "4.1.4",
"ecosystem": "npm"
},
{
"name": "tr46",
"direct": false,
"version": "0.0.3",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "6.21.0",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "url-parse",
"direct": false,
"version": "1.5.10",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "14.0.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.0.16",
"ecosystem": "npm"
},
{
"name": "w3c-keyname",
"direct": false,
"version": "2.2.8",
"ecosystem": "npm"
},
{
"name": "webidl-conversions",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "whatwg-url",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "7.5.11",
"ecosystem": "npm"
},
{
"name": "wsl-utils",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "Umbraco.Cms.Api.Common",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Cms.Web.Common",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Community.CSPManager",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Community.CSPManager.uSync",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Umbraco.Forms",
"direct": false,
"version": "10.4.0",
"ecosystem": "nuget"
},
{
"name": "Umbraco.Forms",
"direct": false,
"version": "13.2.5",
"ecosystem": "nuget"
},
{
"name": "Umbraco.TheStarterKit",
"direct": false,
"version": "10.0.0",
"ecosystem": "nuget"
},
{
"name": "Umbraco.TheStarterKit",
"direct": false,
"version": "13.0.0",
"ecosystem": "nuget"
},
{
"name": "uSync.BackOffice",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "uSync.Complete",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "just-the-docs",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "wdm",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 228,
"direct_count": 17,
"indirect_count": 211
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 81,
"open_issues": 1,
"closed_ratio": 0.974,
"closed_issues": 38,
"closed_unmerged_prs": 10
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Matthew-Wise",
"commits": 160,
"avatar_url": "https://avatars.githubusercontent.com/u/6782865?v=4"
},
{
"type": "User",
"login": "matt-w-moriyama",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/270406236?v=4"
},
{
"type": "User",
"login": "robertjf",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/818101?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
},
{
"type": "User",
"login": "LindenKopp",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/211459652?v=4"
}
],
"contributors_sampled": 5,
"top_contributor_share": 0.874
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"codeql.yml",
"csp-manager.yml",
"docs-build.yml",
"docs.yml",
"release.yml",
"test-report.yml",
"usync.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 5,
"reason": "badge detected: Passing",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/7 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 7,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "54c71a8e4c77a6b858868c29f8a7b2d9cca9dfb5",
"ran_at": "2026-07-28T09:02:44Z",
"aggregate_score": 6.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T08:55:51Z",
"oldest_open_prs": [
{
"number": 85,
"created_at": "2026-03-24T22:36:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2026-07-25T21:22:16Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-28T08:47:50Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 53,
"created_at": "2025-03-05T12:39:49Z",
"last_comment_at": "2026-03-24T22:24:10Z",
"last_comment_author": "Matthew-Wise"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Matthew-Wise/Umbraco-CSP-manager",
"host": "github.com",
"name": "Umbraco-CSP-manager",
"owner": "Matthew-Wise"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"security": 64,
"vitality": 90,
"community": 54,
"governance": 61,
"engineering": 80
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 90,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"commits_last_year": 190,
"human_commit_share": 0.9,
"days_since_last_push": 0,
"active_weeks_last_year": 29
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "29/52 weeks with commits",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 29
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "190 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 190
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 24,
"latest_release_tag": "csp-manager-18.0.0-beta-2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 12.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~12.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 12.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"forks": 12,
"stars": 26,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "26 stars",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 26
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "12 forks",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 12
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"packages": [
"Umbraco.Community.CSPManager"
],
"dependents": null,
"ecosystems": "nuget",
"total_downloads": 90342,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "90,342 downloads all-time across nuget",
"points": 51.5,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 90342,
"ecosystems": "nuget"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 5,
"top_contributor_share": 0.874
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 87% of commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "5 contributors",
"points": 6.8,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 5
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"merged_prs": 81,
"open_issues": 1,
"closed_issues": 38,
"issue_closed_ratio": 0.974,
"closed_unmerged_prs": 10
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "97% of issues closed",
"points": 45.5,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 97
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "81/91 decided PRs merged",
"points": 34,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 81,
"decided": 91
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"followers": 38,
"owner_type": "User",
"is_verified": null,
"owner_login": "Matthew-Wise",
"public_repos": 59,
"account_age_days": 4535
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "38 followers of Matthew-Wise",
"points": 11.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 38,
"login": "Matthew-Wise"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "59 public repos, account ~12 yr old",
"points": 24.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 59
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"Umbraco.Community.CSPManager"
],
"ecosystems": "nuget",
"any_deprecated": false,
"min_days_since_publish": 29
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on nuget",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "nuget"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 29 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 29
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 80,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "7 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 7
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"hacktoberfest",
"content-security-policy",
"security",
"umbraco"
],
"has_wiki": false,
"homepage": "https://matthew-wise.github.io/Umbraco-CSP-manager/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://matthew-wise.github.io/Umbraco-CSP-manager/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 64,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "badge detected: Passing",
"points": 1.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/7 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "at_risk",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 207 resolved dependencies against OSV; 21 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 207
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 21
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 43,
"inputs": {
"source": "osv",
"advisories": 21,
"affected_packages": 6,
"assessed_packages": 207,
"unassessed_packages": 21,
"affected_by_severity": "critical 2, high 2, moderate 1, low 1",
"direct_affected_packages": 2
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "2 affected: Umbraco.Cms 10.8.1 (critical 10.0), Umbraco.Cms 13.5.1 (critical 10.0)",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 2,
"packages": "Umbraco.Cms 10.8.1 (critical 10.0), Umbraco.Cms 13.5.1 (critical 10.0)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 643 days ago",
"points": 26.7,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 643
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 207,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.922,
"agent_instruction_files": [
"CLAUDE.md",
"docs/CLAUDE.md",
"src/Umbraco.Community.CSPManager.Tests/CLAUDE.md",
"src/Umbraco.Community.CSPManager/CLAUDE.md",
"src/Umbraco.Community.CSPManager/Client/CLAUDE.md",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/CLAUDE.md",
"src/uSync/Umbraco.Community.CSPManager.uSync/CLAUDE.md"
],
"agent_instruction_max_bytes": 4572
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md, docs/CLAUDE.md, src/Umbraco.Community.CSPManager.Tests/CLAUDE.md, src/Umbraco.Community.CSPManager/CLAUDE.md, src/Umbraco.Community.CSPManager/Client/CLAUDE.md, src/uSync/Umbraco.Community.CSPManager.uSync.Complete/CLAUDE.md, src/uSync/Umbraco.Community.CSPManager.uSync/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md, docs/CLAUDE.md, src/Umbraco.Community.CSPManager.Tests/CLAUDE.md, src/Umbraco.Community.CSPManager/CLAUDE.md, src/Umbraco.Community.CSPManager/Client/CLAUDE.md, src/uSync/Umbraco.Community.CSPManager.uSync.Complete/CLAUDE.md, src/uSync/Umbraco.Community.CSPManager.uSync/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "83 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 83,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"src/Umbraco.Community.CSPManager/Client/tsconfig.json",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/tsconfig.json"
],
"agent_commit_share": 0.4,
"toolchain_manifests": [
"src/Umbraco.Community.CSPManager.Benchmarks/Umbraco.Community.CSPManager.Benchmarks.csproj",
"src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj",
"src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj",
"src/Umbraco.Community.CSPManager/Umbraco.Community.CSPManager.csproj",
"src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Umbraco.Community.CSPManager.uSync.Complete.csproj",
"src/uSync/Umbraco.Community.CSPManager.uSync/Umbraco.Community.CSPManager.uSync.csproj",
"src/uSync/uSync.TestSite/uSync.TestSite.csproj",
"src/uSync/uSync.TestSiteB/uSync.TestSiteB.csproj"
],
"dependency_bot_commit_share": 0.1
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "src/Umbraco.Community.CSPManager.Benchmarks/Umbraco.Community.CSPManager.Benchmarks.csproj, src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj, src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "src/Umbraco.Community.CSPManager.Benchmarks/Umbraco.Community.CSPManager.Benchmarks.csproj, src/Umbraco.Community.CSPManager.TestSite/Umbraco.Community.CSPManager.TestSite.csproj, src/Umbraco.Community.CSPManager.Tests/Umbraco.Community.CSPManager.Tests.csproj"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "src/Umbraco.Community.CSPManager/Client/tsconfig.json, src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "src/Umbraco.Community.CSPManager/Client/tsconfig.json, src/uSync/Umbraco.Community.CSPManager.uSync.Complete/Client/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "40 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 40,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "10 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 13655,
"source_files_sampled": 153,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/153 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 153,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T09:03:02.801445Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/Matthew-Wise/Umbraco-CSP-manager.svg",
"full_name": "Matthew-Wise/Umbraco-CSP-manager",
"license_state": "standard",
"license_spdx": "MIT"
}