> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_Owns

> Organization owns a repository

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Traversable: ✅

| Start                                                                  | Kind     | End                                                                |
| ---------------------------------------------------------------------- | -------- | ------------------------------------------------------------------ |
| [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization) | GH\_Owns | [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository) |

```mermaid theme={null}
flowchart LR
    GH_Organization["GH_Organization"]
    GH_Repository["GH_Repository"]
    GH_Organization -- GH_Owns --> GH_Repository
```

## General Information

The traversable GH\_Owns edge represents that an organization owns a repository. This edge establishes the foundation of the access control model by linking repositories to their owning organization. It is traversable because repository ownership is a critical relationship for understanding how organizational permissions cascade down to repository-level access, making it essential for attack path analysis.

## Edge Schema

| Source                                                                 | Destination                                                        | Traversable |
| ---------------------------------------------------------------------- | ------------------------------------------------------------------ | ----------- |
| [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization) | [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository) | `true`      |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_Organization"]
    n1["GH_Repository"]
    n0 -->|GH_Owns| n1
```
