> ## Documentation Index
> Fetch the complete documentation index at: https://specterops-bp-2735-release-notes.mintlify.site/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-bp-2735-release-notes/2djt2Sp9UeFPjBFr/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=2djt2Sp9UeFPjBFr&q=85&s=a791748158fde5ff3b3b82b51497ab39" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Source: [GH\_Organization](/opengraph/extensions/github/nodes/gh_organization)
* Destination: [GH\_Repository](/opengraph/extensions/github/nodes/gh_repository)
* Traversable: ✅

## 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.

```mermaid theme={null}
graph LR
    node1("GH_Organization SpecterOps")
    node2("GH_Repository GitHound")
    node3("GH_Repository BloodHound")
    node4("GH_Repository Nemesis")
    node1 -- GH_Owns --> node2
    node1 -- GH_Owns --> node3
    node1 -- GH_Owns --> node4
```
