Feature ideas

We take your ideas seriously! Read more on our prioritization process in our blog https://productmanagement.port.io/posts/managing-feature-ideas
Add new vulnerability information in Wiz Ocean integration
We want to have additional properties in the Wiz Ocean integration We want to change the mapping and return it for doing the proper mapping in the integration. * we would like to have vulnerableAsset information for all the VulnerableAssetsTypes . A full example of VulnerableAsset for ContainerImages and a small subset for the rest of the other types are seen in the code snippet below: query VulnerabilityFindingsTable( $filterBy: VulnerabilityFindingFilters $first: Int $after: String $orderBy: VulnerabilityFindingOrder ) { vulnerabilityFindings( filterBy: $filterBy first: $first after: $after orderBy: $orderBy ) { nodes { id severity categories version detectionMethod score status description resolvedAt updatedAt firstDetectedAt publishedDate remediation environments link vulnerabilityExternalId portalUrl origin CVEDescription name detailedName artifactType { group ciComponent custom plugin osPackageManager codeLibraryLanguage } hasFix hasExploit isHighProfileThreat projects { id name } rootComponent { name } applicationServices { id } vulnerableAsset { ... on VulnerableAssetBase { id type name cloudPlatform subscriptionName subscriptionExternalId nativeType } ... on VulnerableAssetVirtualMachine { id type name cloudPlatform operatingSystem nativeType } ... on VulnerableAssetContainerImage { Core identification fields id type name cloudPlatform Subscription/Account information subscriptionName subscriptionExternalId subscriptionId Resource metadata tags nativeType Network exposure fields hasLimitedInternetExposure hasWideInternetExposure isAccessibleFromVPN isAccessibleFromOtherVnets isAccessibleFromOtherSubscriptions Container-specific fields repository { name } registry { name } scanSource Execution context (where the image is running) executionControllers { id entityType externalId providerUniqueId name subscriptionExternalId subscriptionId subscriptionName ancestors { id name entityType externalId providerUniqueId } } Additional fields from Splunk integration imageId region providerUniqueId cloudProviderURL status } ... on VulnerableAssetContainer { id type name cloudPlatform nativeType } ... on VulnerableAssetServerless { id type name cloudPlatform nativeType } ... on VulnerableAssetRepositoryBranch { id type name cloudPlatform repositoryId repositoryName nativeType } } } pageInfo { hasNextPage endCursor } } } This will allow us to get the additional information we need in our catalog.
0
·
Integrations
Static Clickable URL Component for Self-Service Actions (Informational Redirect UI)
Introduce native support for displaying a predefined, clickable URL as a structured UI element within self-service actions, without requiring user input fields or relying on a “Trigger” button as the primary interaction. While Port currently provides several ways to surface links, none fully support a clean, static “informational redirect” experience within self-service actions. For example, action descriptions can include markdown links, but they lack consistent behavior control (such as enforced new-tab navigation) and are not intended to serve as primary UI navigation elements. Similarly, disabled or informational fields within action forms are read-only and cannot reliably function as interactive link components. The proposed solution is to introduce a static link / redirect UI component for self-service actions with the following capabilities: Display a predefined URL as a first-class UI element (link or button) within the action interface Support optional custom display text, similar to labeled URL properties Require no user input, with the URL defined at action definition time (optionally templated from context such as entity or user fields) Open links in a new browser tab by default, consistent with existing external link behavior Function as a primary CTA alternative to the Trigger button, enabling a cleaner “informational or redirect-only” action type Optionally integrate with existing audit/execution tracking to measure link usage
0
·
Self-service actions
Load More