From a16e353bb4f13e6ba92776d298b9f5ca00fc4e17 Mon Sep 17 00:00:00 2001 From: zachannals <58652151+zachannals@users.noreply.github.com> Date: Sat, 18 Apr 2026 21:13:21 +1200 Subject: [PATCH] Fix: change relationship:indirect to relationship:transitive --- .../available-filters-for-security-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/code-security/reference/security-at-scale/available-filters-for-security-overview.md b/content/code-security/reference/security-at-scale/available-filters-for-security-overview.md index f2474f59e44b..fa6d8346f7ed 100644 --- a/content/code-security/reference/security-at-scale/available-filters-for-security-overview.md +++ b/content/code-security/reference/security-at-scale/available-filters-for-security-overview.md @@ -201,7 +201,7 @@ For more information about production context, see [AUTOTITLE](/code-security/se |`package`|Display {% data variables.product.prodname_dependabot_alerts %} detected in the specified package, for example: `package:semver`.| |`props`|Display {% data variables.product.prodname_dependabot_alerts %} for repositories with a specific custom property set. For example, `props.data_sensitivity:high` displays results for repositories with the `data_sensitivity` property set to the value `high`.| |{% ifversion fpt or ghec or ghes > 3.17 %}| -|`relationship`|Display {% data variables.product.prodname_dependabot_alerts %} of the specified relationship, for example: `relationship:indirect`.| +|`relationship`|Display {% data variables.product.prodname_dependabot_alerts %} detected in direct (`relationship:direct`) or indirect dependencies (`relationship:transitive`).| |{% endif %}| |`repo`|Display {% data variables.product.prodname_dependabot_alerts %} detected in a specified repository, for example: `repo:octo-repository`.| |`resolution`|Display {% data variables.product.prodname_dependabot_alerts %} closed as "auto-dismissed" (`auto-dismissed`), "a fix has already been started" (`fix-started`), "fixed" (`fixed`), "this alert is inaccurate or incorrect" (`inaccurate`), "no bandwidth to fix this" (`no-bandwidth`), "vulnerable code is not actually used" (`not-used`), or "risk is tolerable to this project" (`tolerable-risk`).|