From 7be66623bda2ba87eb011046ea5be97e8e331d3a Mon Sep 17 00:00:00 2001 From: David Feng Date: Tue, 14 Oct 2025 15:45:45 -0400 Subject: [PATCH 1/2] add unknown owner --- contrast_security_adr/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrast_security_adr/manifest.json b/contrast_security_adr/manifest.json index 370aca13f5..fdf4bafb69 100644 --- a/contrast_security_adr/manifest.json +++ b/contrast_security_adr/manifest.json @@ -1,6 +1,6 @@ { "app_id": "contrast-security-adr", - "owner": "integrations-developer-platform", + "owner": "unknown", "app_uuid": "01967c4b-c618-7f2d-9af8-db3506afd1b5", "manifest_version": "2.0.0", "display_on_public_website": true, @@ -72,4 +72,4 @@ "supports_ddr_coordinated_failover": false } } -} \ No newline at end of file +} From fc6dacb37b7bea30671524220f760968696dc899 Mon Sep 17 00:00:00 2001 From: David Feng Date: Tue, 14 Oct 2025 15:59:18 -0400 Subject: [PATCH 2/2] second unknown --- datazoom/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datazoom/manifest.json b/datazoom/manifest.json index 6ca8481a1b..5fc5d208c5 100644 --- a/datazoom/manifest.json +++ b/datazoom/manifest.json @@ -2,7 +2,7 @@ "manifest_version": "2.0.0", "app_uuid": "3c289cc6-b148-4e99-98ae-66c01386f767", "app_id": "datazoom", - "owner": "saas-integrations", + "owner": "unknown", "display_on_public_website": true, "tile": { "overview": "README.md#Overview", @@ -54,4 +54,4 @@ "Datazoom Overview": "assets/dashboards/datazoom_overview.json" } } -} \ No newline at end of file +}