Skip to content

Commit f989875

Browse files
committed
Fix links in detection docs
1 parent 97bd010 commit f989875

7 files changed

+7
-10
lines changed

detections/docs/organization_application_installed.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
Detect when an application integration was installed in a GitHub organization. Installing an application may introduce new permissions, external service access, or third-party integrations, which can impact security and compliance. Monitoring these installations helps ensure that only trusted applications are granted access.
44

55
**References**:
6-
- [Managing Installed GitHub Applications](https://docs.github.com/en/organizations/managing-organization-settings/installing-an-app-in-your-organization)
7-
6+
- [Using GitHub Applications](https://docs.github.com/en/apps/using-github-apps/about-using-github-apps)

detections/docs/organization_application_uninstalled.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
Detect when an application integration was uninstalled from a GitHub organization. Removing an application may affect service dependencies, automation workflows, or security controls, potentially disrupting operations. Monitoring these removals helps ensure critical applications remain active and authorized changes are properly reviewed.
44

55
**References**:
6-
- [Managing Installed GitHub Applications](https://docs.github.com/en/organizations/managing-organization-settings/installing-an-app-in-your-organization)
7-
6+
- [Managing Installed GitHub Applications](https://docs.github.com/en/apps/using-github-apps/reviewing-and-modifying-installed-github-apps)

detections/docs/organization_moderator_added.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33
Detect when a user was added as a moderator in an organization. Assigning moderator privileges may grant additional administrative capabilities, potentially impacting repository and organization settings. Monitoring these changes helps ensure that privilege escalations are intentional and align with security policies.
44

55
**References**:
6-
- [Managing Moderators in an Organization](https://docs.github.com/en/organizations/collaborating-with-groups-in-your-organization/managing-moderators-in-your-organization)
7-
6+
- [Managing Moderators in an Organization](https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)

detections/docs/organization_moderator_removed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Detect when an organization's moderator was removed. Removing a moderator may reduce oversight and weaken security controls, potentially impacting the organization's ability to manage discussions, enforce policies, and monitor repository activity. Monitoring these events ensures that privilege revocations are intentional and align with security policies.
44

55
**References**:
6-
- [Managing Moderators in an Organization](https://docs.github.com/en/organizations/collaborating-with-groups-in-your-organization/managing-moderators-in-your-organization)
6+
- [Managing Moderators in an Organization](https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)
77

detections/docs/organization_ownership_transferred.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Detect when an organization was transferred to a new owner. Transferring ownership may indicate a legitimate administrative change, but it could also be a sign of a takeover attempt or unauthorized privilege escalation. Monitoring these events ensures that ownership transfers are intentional and comply with security policies.
44

55
**References**:
6-
- [Transferring an Organization](https://docs.github.com/en/organizations/managing-organization-settings/transferring-ownership-of-your-organization)
6+
- [Transferring an Organization](https://docs.github.com/en/organizations/managing-organization-settings/transferring-organization-ownership)
77

detections/docs/organization_user_added.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Detect when a user was added to a GitHub organization. Adding a new user may indicate a legitimate access provision or a potential unauthorized account being granted access. Monitoring these events helps ensure proper access controls and adherence to security policies.
44

55
**References**:
6-
- [Managing Organization Membership](https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-organization-members)
6+
- [Inviting Users to Join Your Organization](https://docs.github.com/en/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)
77

detections/docs/organization_user_removed.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
Detect when a user was removed from a GitHub organization. Removing a user may indicate a legitimate access revocation or an unauthorized removal. Monitoring these events helps ensure that access controls are properly enforced and align with security policies.
44

55
**References**:
6-
- [Managing Organization Membership](https://docs.github.com/en/organizations/managing-organization-settings/setting-permissions-for-organization-members)
6+
- [Removing a Member From Your Organization](https://docs.github.com/en/organizations/managing-membership-in-your-organization/removing-a-member-from-your-organization)
77

0 commit comments

Comments
 (0)