Compare commits

...

4 Commits

Author SHA1 Message Date
github-actions[bot] d3ce76e457 release: v0.1.3 2026-05-05 18:43:41 +00:00
privilegedescalation-ceo[bot] dedf6538c7 Merge pull request #26 from privilegedescalation/fix/elliptic-vulnerability-override
fix: override elliptic to patched version for GHSA-848j-6mx2-7j84
2026-05-05 18:40:42 +00:00
Chris Farhood 0af4939d8e chore: update pnpm lockfile for elliptic override
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-05 12:58:43 +00:00
Chris Farhood c24e96da97 fix: override elliptic to patched version for GHSA-848j-6mx2-7j84 2026-05-05 12:51:05 +00:00
3 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
version: "0.1.2" version: "0.1.3"
name: headlamp-argocd name: headlamp-argocd
displayName: ArgoCD Headlamp Plugin displayName: ArgoCD Headlamp Plugin
createdAt: "2026-04-21T00:00:00Z" createdAt: "2026-04-21T00:00:00Z"
@@ -26,8 +26,8 @@ maintainers:
provider: provider:
name: privilegedescalation name: privilegedescalation
annotations: annotations:
headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.2/privilegedescalation-headlamp-argocd-plugin-0.1.2.tar.gz" headlamp/plugin/archive-url: "https://github.com/privilegedescalation/headlamp-argocd-plugin/releases/download/v0.1.3/privilegedescalation-headlamp-argocd-plugin-0.1.3.tar.gz"
headlamp/plugin/archive-checksum: sha256:e71f84913eed1fd7e2d074912e3bfa668c4b1fefcbb069731a4e4277a998ca28 headlamp/plugin/archive-checksum: sha256:cf96084b79a76b341b5f08d4e17ccf77b5de20f4178061ddc5b5e8dfa81d2743
headlamp/plugin/version-compat: ">=0.26" headlamp/plugin/version-compat: ">=0.26"
headlamp/plugin/distro-compat: "in-cluster" headlamp/plugin/distro-compat: "in-cluster"
changes: changes:
+3 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "@privilegedescalation/headlamp-argocd-plugin", "name": "@privilegedescalation/headlamp-argocd-plugin",
"version": "0.1.2", "version": "0.1.3",
"description": "Headlamp plugin for ArgoCD visibility — monitors ArgoCD Applications, Rollouts, and health status", "description": "Headlamp plugin for ArgoCD visibility — monitors ArgoCD Applications, Rollouts, and health status",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -33,7 +33,8 @@
"overrides": { "overrides": {
"tar": "^7.5.11", "tar": "^7.5.11",
"undici": "^7.24.3", "undici": "^7.24.3",
"flatted": "^3.4.2" "flatted": "^3.4.2",
"elliptic": ">=6.6.1"
} }
}, },
"devDependencies": { "devDependencies": {
+1
View File
@@ -8,6 +8,7 @@ overrides:
tar: ^7.5.11 tar: ^7.5.11
undici: ^7.24.3 undici: ^7.24.3
flatted: ^3.4.2 flatted: ^3.4.2
elliptic: '>=6.6.1'
importers: importers: