From b683108e709e1b8f574e58cee39ac8eb633858a0 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:52:55 -0700 Subject: [PATCH 1/5] Update docs changelog (for PR #56500) (#56963) Co-authored-by: github-actions[bot] Co-authored-by: Sarita Iyer <66540150+saritai@users.noreply.github.com> --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db1021bc666..99cd985f87ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Docs changelog +**4 August 2025** + +To address common pain points that developers face when remediating a leaked secret, we created a new article, "[Remediating a leaked secret](https://docs.github.com/en/code-security/secret-scanning/working-with-secret-scanning-and-push-protection/remediating-a-leaked-secret)". + +The new guide incorporates cross-platform GitHub tools, as well as opinionated guidance from GitHub's secret scanning team, to walk the developer through a thorough remediation process. + +It also clearly communicates the risks of leaked secrets, the challenges of remediation, and the value of enabling [GitHub Secret Protection](https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security#github-secret-protection). + +
+ **28 July 2025** We have restructured the general "[Billing and payments](https://docs.github.com/en/billing)" articles to align with the Copilot and Actions docs. In addition, we've combined a few old "About" articles to directly answer common questions that new users have: [How GitHub billing works](https://docs.github.com/en/billing/get-started/how-billing-works) and [Introduction to billing and licensing](https://docs.github.com/en/billing/get-started/introduction-to-billing). From c2ff0e10cdd0bd5c6be7ac1f3d378eaaf9a3ac10 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:10:23 -0700 Subject: [PATCH 2/5] [EDI] Create tutorials category for account and profile docs (#56944) --- content/account-and-profile/index.md | 5 +++-- .../customizing-your-profile/index.md | 1 - .../managing-user-account-settings/index.md | 2 -- content/account-and-profile/tutorials/index.md | 17 +++++++++++++++++ ...alysis-settings-for-your-personal-account.md | 1 + ...es-for-githubs-enterprise-marketing-pages.md | 1 + ...our-github-profile-to-enhance-your-resume.md | 2 ++ 7 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 content/account-and-profile/tutorials/index.md rename content/account-and-profile/{setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings => tutorials}/managing-security-and-analysis-settings-for-your-personal-account.md (95%) rename content/account-and-profile/{setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings => tutorials}/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md (91%) rename content/account-and-profile/{setting-up-and-managing-your-github-profile/customizing-your-profile => tutorials}/using-your-github-profile-to-enhance-your-resume.md (97%) diff --git a/content/account-and-profile/index.md b/content/account-and-profile/index.md index 29585cada1c0..2c23a92b0d58 100644 --- a/content/account-and-profile/index.md +++ b/content/account-and-profile/index.md @@ -34,10 +34,11 @@ topics: - Profiles - Notifications children: + - /concepts + - /tutorials + - /reference - /setting-up-and-managing-your-personal-account-on-github - /setting-up-and-managing-your-github-profile - /managing-subscriptions-and-notifications-on-github - - /concepts - - /reference --- diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md index 2d827e16d041..70e2f75428d5 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md @@ -15,6 +15,5 @@ children: - /managing-your-profile-readme - /pinning-items-to-your-profile - /setting-your-profile-to-private - - /using-your-github-profile-to-enhance-your-resume --- diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md index 6e080c64ccac..3a99766e4649 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md @@ -20,9 +20,7 @@ children: - /permission-levels-for-a-project-board-owned-by-a-personal-account - /managing-accessibility-settings - /managing-the-default-branch-name-for-your-repositories - - /managing-security-and-analysis-settings-for-your-personal-account - /managing-access-to-your-personal-accounts-project-boards - - /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages - /integrating-jira-with-your-personal-projects - /about-available-for-hire shortTitle: Personal account settings diff --git a/content/account-and-profile/tutorials/index.md b/content/account-and-profile/tutorials/index.md new file mode 100644 index 000000000000..94458efd0c52 --- /dev/null +++ b/content/account-and-profile/tutorials/index.md @@ -0,0 +1,17 @@ +--- +title: Tutorials for your GitHub account and profile +shortTitle: Tutorials +intro: 'Build skills and knowledge about your {% data variables.product.github %} account and profile through hands-on activities.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Accounts + - Profiles +children: + - /managing-security-and-analysis-settings-for-your-personal-account + - /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages + - /using-your-github-profile-to-enhance-your-resume +--- + diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md b/content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md similarity index 95% rename from content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md rename to content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md index 060b620b01e6..b5777532ee1f 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md +++ b/content/account-and-profile/tutorials/managing-security-and-analysis-settings-for-your-personal-account.md @@ -12,6 +12,7 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account + - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-security-and-analysis-settings-for-your-personal-account shortTitle: Manage security & analysis --- ## About management of security and analysis settings diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md b/content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md similarity index 91% rename from content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md rename to content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md index a0c8eb10c64a..eec997e80c91 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md +++ b/content/account-and-profile/tutorials/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md @@ -10,6 +10,7 @@ topics: shortTitle: Manage cookie preferences redirect_from: - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages + - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages --- ## About cookie preferences on enterprise marketing pages diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md b/content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md similarity index 97% rename from content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md rename to content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md index 2ac023012f3d..166ae1668c85 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume.md +++ b/content/account-and-profile/tutorials/using-your-github-profile-to-enhance-your-resume.md @@ -6,6 +6,8 @@ versions: topics: - Profiles shortTitle: Enhance your resume +redirect_from: + - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/using-your-github-profile-to-enhance-your-resume --- ## How can my {% data variables.product.github %} profile help with my job search? From 5945a919d3ecc678a49e0588deaf4b6ed9f057d3 Mon Sep 17 00:00:00 2001 From: Joe Clark <31087804+jc-clark@users.noreply.github.com> Date: Mon, 4 Aug 2025 09:54:15 -0700 Subject: [PATCH 3/5] [EDI] Create get-started category for account and profile docs (#56945) --- .../about-your-personal-dashboard.md | 1 + content/account-and-profile/get-started/index.md | 13 +++++++++++++ .../personalizing-your-profile.md | 3 ++- content/account-and-profile/index.md | 1 + .../customizing-your-profile/index.md | 1 - .../managing-user-account-settings/index.md | 1 - 6 files changed, 17 insertions(+), 3 deletions(-) rename content/account-and-profile/{setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings => get-started}/about-your-personal-dashboard.md (97%) create mode 100644 content/account-and-profile/get-started/index.md rename content/account-and-profile/{setting-up-and-managing-your-github-profile/customizing-your-profile => get-started}/personalizing-your-profile.md (98%) diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md b/content/account-and-profile/get-started/about-your-personal-dashboard.md similarity index 97% rename from content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md rename to content/account-and-profile/get-started/about-your-personal-dashboard.md index ef816dfa3422..408603fa9dfd 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard.md +++ b/content/account-and-profile/get-started/about-your-personal-dashboard.md @@ -8,6 +8,7 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/about-your-personal-dashboard + - /account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/about-your-personal-dashboard intro: 'You can visit your personal dashboard to keep track of issues and pull requests you''re working on or following, navigate to your top repositories and team pages, stay updated on recent activities in organizations and repositories you''re subscribed to, and explore recommended repositories.' versions: fpt: '*' diff --git a/content/account-and-profile/get-started/index.md b/content/account-and-profile/get-started/index.md new file mode 100644 index 000000000000..ab36a83a6153 --- /dev/null +++ b/content/account-and-profile/get-started/index.md @@ -0,0 +1,13 @@ +--- +title: Get started with your GitHub account and profile +shortTitle: Get started +intro: 'Learn the basics of your {% data variables.product.github %} account and profile.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +children: + - /about-your-personal-dashboard + - /personalizing-your-profile +--- + diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md b/content/account-and-profile/get-started/personalizing-your-profile.md similarity index 98% rename from content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md rename to content/account-and-profile/get-started/personalizing-your-profile.md index c26bcf355b62..2a9aeca5e827 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md +++ b/content/account-and-profile/get-started/personalizing-your-profile.md @@ -1,6 +1,6 @@ --- title: Personalizing your profile -intro: 'You can share information about yourself with other users by setting a profile picture and adding a bio to your profile.' +intro: You can share information about yourself with other users by setting a profile picture and adding a bio to your profile. redirect_from: - /articles/adding-a-bio-to-your-profile - /articles/setting-your-profile-picture @@ -10,6 +10,7 @@ redirect_from: - /articles/personalizing-your-profile - /github/setting-up-and-managing-your-github-profile/personalizing-your-profile - /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile + - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile versions: fpt: '*' ghes: '*' diff --git a/content/account-and-profile/index.md b/content/account-and-profile/index.md index 2c23a92b0d58..c52d6acdf787 100644 --- a/content/account-and-profile/index.md +++ b/content/account-and-profile/index.md @@ -34,6 +34,7 @@ topics: - Profiles - Notifications children: + - /get-started - /concepts - /tutorials - /reference diff --git a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md index 70e2f75428d5..bdc2fb852863 100644 --- a/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/index.md @@ -11,7 +11,6 @@ versions: topics: - Profiles children: - - /personalizing-your-profile - /managing-your-profile-readme - /pinning-items-to-your-profile - /setting-your-profile-to-private diff --git a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md index 3a99766e4649..812a24b591e2 100644 --- a/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md +++ b/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-user-account-settings/index.md @@ -15,7 +15,6 @@ versions: topics: - Accounts children: - - /about-your-personal-dashboard - /managing-your-tab-size-rendering-preference - /permission-levels-for-a-project-board-owned-by-a-personal-account - /managing-accessibility-settings From d158d3e322f1ec71c82df5e8891f6b9cab570047 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:06:30 -0700 Subject: [PATCH 4/5] Delete orphaned files (2025-08-04-16-30) (#56969) --- .../enhanced-billing-platform-products-tabs.png | Bin 16728 -> 0 bytes .../code-scanning/codeql-query-tables/rust.md | 16 ---------------- .../packages-spending-limit-brief.md | 1 - 3 files changed, 17 deletions(-) delete mode 100644 assets/images/help/billing/enhanced-billing-platform-products-tabs.png delete mode 100644 data/reusables/code-scanning/codeql-query-tables/rust.md delete mode 100644 data/reusables/package_registry/packages-spending-limit-brief.md diff --git a/assets/images/help/billing/enhanced-billing-platform-products-tabs.png b/assets/images/help/billing/enhanced-billing-platform-products-tabs.png deleted file mode 100644 index bd75acff962e9771ab24697ce3a5e5aeb1a33ced..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16728 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 diff --git a/data/reusables/code-scanning/codeql-query-tables/rust.md b/data/reusables/code-scanning/codeql-query-tables/rust.md deleted file mode 100644 index 6c236a4dafa2..000000000000 --- a/data/reusables/code-scanning/codeql-query-tables/rust.md +++ /dev/null @@ -1,16 +0,0 @@ -{% rowheaders %} - -| Query name | Related CWEs | Default | Extended | {% data variables.copilot.copilot_autofix_short %} | -| --- | --- | --- | --- | --- | -| [Access of invalid pointer](https://codeql.github.com/codeql-query-help/rust/rust-access-invalid-pointer/) | 476, 825 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Cleartext logging of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-logging/) | 312, 359, 532 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Cleartext transmission of sensitive information](https://codeql.github.com/codeql-query-help/rust/rust-cleartext-transmission/) | 319 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Database query built from user-controlled sources](https://codeql.github.com/codeql-query-help/rust/rust-sql-injection/) | 089 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Regular expression injection](https://codeql.github.com/codeql-query-help/rust/rust-regex-injection/) | 020, 074 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Uncontrolled allocation size](https://codeql.github.com/codeql-query-help/rust/rust-uncontrolled-allocation-size/) | 770, 789 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Uncontrolled data used in path expression](https://codeql.github.com/codeql-query-help/rust/rust-path-injection/) | 022, 023, 036, 073, 099 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Use of a broken or weak cryptographic algorithm](https://codeql.github.com/codeql-query-help/rust/rust-weak-cryptographic-algorithm/) | 327 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Use of a broken or weak cryptographic hashing algorithm on sensitive data](https://codeql.github.com/codeql-query-help/rust/rust-weak-sensitive-data-hashing/) | 327, 328, 916 | {% octicon "check" aria-label="Included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | -| [Access of a pointer after its lifetime has ended](https://codeql.github.com/codeql-query-help/rust/rust-access-after-lifetime-ended/) | 825 | {% octicon "x" aria-label="Not included" %} | {% octicon "check" aria-label="Included" %} | {% octicon "x" aria-label="Not included" %} | - -{% endrowheaders %} diff --git a/data/reusables/package_registry/packages-spending-limit-brief.md b/data/reusables/package_registry/packages-spending-limit-brief.md deleted file mode 100644 index b9ab7fc8b309..000000000000 --- a/data/reusables/package_registry/packages-spending-limit-brief.md +++ /dev/null @@ -1 +0,0 @@ -Monthly-billed customers may have spending limits in place that prevent additional usage of storage or data transfer after you reach the included amounts. Invoice-billed customers typically have unlimited spending. Check your account's budgets to ensure they are appropriate for your usage needs. See [AUTOTITLE](/billing/tutorials/set-up-budgets#viewing-budgets). From 10c192dba039d7a84cf15bd3824c2d856ec4b97b Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:09:32 -0700 Subject: [PATCH 5/5] Delete orphaned features (2025-08-04-16-30) (#56968) --- .../dependabot-grouped-security-updates-config.yml | 5 ----- .../features/dependabot-updates-multidirectory-support.yml | 5 ----- data/features/projects-v2-auto-close.yml | 6 ------ data/features/projects-v2-sorting-update.yml | 6 ------ data/features/security-overview-3-14-overview.yml | 7 ------- .../security-overview-enterprise-enablement-report.yml | 6 ------ 6 files changed, 35 deletions(-) delete mode 100644 data/features/dependabot-grouped-security-updates-config.yml delete mode 100644 data/features/dependabot-updates-multidirectory-support.yml delete mode 100644 data/features/projects-v2-auto-close.yml delete mode 100644 data/features/projects-v2-sorting-update.yml delete mode 100644 data/features/security-overview-3-14-overview.yml delete mode 100644 data/features/security-overview-enterprise-enablement-report.yml diff --git a/data/features/dependabot-grouped-security-updates-config.yml b/data/features/dependabot-grouped-security-updates-config.yml deleted file mode 100644 index b0202387117e..000000000000 --- a/data/features/dependabot-grouped-security-updates-config.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference: Issue #13341 & 13345 Dependabot Grouped Security Updates: Configure Groups -versions: - fpt: '*' - ghec: '*' - ghes: '>= 3.14' diff --git a/data/features/dependabot-updates-multidirectory-support.yml b/data/features/dependabot-updates-multidirectory-support.yml deleted file mode 100644 index d9ed16363fa0..000000000000 --- a/data/features/dependabot-updates-multidirectory-support.yml +++ /dev/null @@ -1,5 +0,0 @@ -# Reference: Issue #13733 - Multidirectory Configuration for Dependabot Version Updates - [Public Beta] -versions: - fpt: '*' - ghec: '*' - ghes: '>3.13' diff --git a/data/features/projects-v2-auto-close.yml b/data/features/projects-v2-auto-close.yml deleted file mode 100644 index 0a3c4ab4a668..000000000000 --- a/data/features/projects-v2-auto-close.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 14171 -# ProjectV2 auto-closing -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' diff --git a/data/features/projects-v2-sorting-update.yml b/data/features/projects-v2-sorting-update.yml deleted file mode 100644 index dbf731779c96..000000000000 --- a/data/features/projects-v2-sorting-update.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Issue 14312 -# Updates to sorting fields -versions: - fpt: '*' - ghec: '*' - ghes: '>=3.14' diff --git a/data/features/security-overview-3-14-overview.yml b/data/features/security-overview-3-14-overview.yml deleted file mode 100644 index 5d26e2e28eb2..000000000000 --- a/data/features/security-overview-3-14-overview.yml +++ /dev/null @@ -1,7 +0,0 @@ -# Reference: #14180 -# Documentation for the addition of tool filters to the Overview page in the Security tab. -# Ref 17108 Advanced Security available to Team plans -versions: - fpt: '*' - ghes: '>3.13' - ghec: '*' diff --git a/data/features/security-overview-enterprise-enablement-report.yml b/data/features/security-overview-enterprise-enablement-report.yml deleted file mode 100644 index 05b2c665031c..000000000000 --- a/data/features/security-overview-enterprise-enablement-report.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Reference: #14354 -# Documentation for the enterprise-level Enablement trends report (for security products) [Public Beta] -versions: - fpt: '*' - ghes: '>3.13' - ghec: '*'