Skip to content

Replace JAMFHound repo and fix mermaid diagram renders#229

Open
so-lcain wants to merge 3 commits intoSpecterOps:mainfrom
so-lcain:repo_update
Open

Replace JAMFHound repo and fix mermaid diagram renders#229
so-lcain wants to merge 3 commits intoSpecterOps:mainfrom
so-lcain:repo_update

Conversation

@so-lcain
Copy link
Copy Markdown

@so-lcain so-lcain commented Mar 18, 2026

The current documentation for the JamfHound extension refers to an internal SpecterOps repository "JAMFHound_Internal". These changes update references to point to SpecterOps/JamfHound that is publicly accessible. Also, the mermaid diagrams for two JamfHound edges which included emails have an error 'Unsupported markdown: link' when rendered on the official docs site. The '@' characters in the emails have been escaped as an attempt to fix this.

Summary by CodeRabbit

  • Documentation
    • Updated repository links across documentation to point to the current public repository.
    • Normalized frontmatter formatting for consistency.
    • Escaped email addresses in diagrams so @ characters display correctly.
    • Minor formatting cleanups to improve rendering and readability.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 23, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 0db50fb5-22fb-4b90-9b27-5bfc87ae1f15

📥 Commits

Reviewing files that changed from the base of the PR and between 087a6d4 and f0cded0.

📒 Files selected for processing (1)
  • docs/opengraph/extensions/jamfhound/reference/edges/jamf_azmatchedemail.mdx
✅ Files skipped from review due to trivial changes (1)
  • docs/opengraph/extensions/jamfhound/reference/edges/jamf_azmatchedemail.mdx

Walkthrough

Documentation-only updates: standardized MDX frontmatter, escaped @ in Mermaid diagram email labels, and updated repository hyperlinks from SpecterOps/JAMFHound_Internal to SpecterOps/JamfHound across JAMFHound reference pages.

Changes

Cohort / File(s) Summary
Edge Documentation Formatting
docs/opengraph/extensions/jamfhound/reference/edges/jamf_azmatchedemail.mdx, docs/opengraph/extensions/jamfhound/reference/edges/jamf_matchedemail.mdx
Replaced/standardized MDX frontmatter delimiters and escaped @ characters in Mermaid diagram email labels (e.g., john.admin\@contoso.com, jsmith\@corp.com).
Repository Link Updates
docs/opengraph/extensions/jamfhound/reference/privilege-zone-rules.mdx, docs/opengraph/extensions/jamfhound/reference/queries.mdx, docs/opengraph/extensions/jamfhound/reference/schema.mdx
Updated documentation hyperlinks to point from SpecterOps/JAMFHound_Internal to SpecterOps/JamfHound for schema, queries, and privilege-zone references.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Poem

🐇 I hopped through docs tonight, so spry,

Fixed frontmatter and caught each sly '@',
Links now point to where they belong,
Diagrams tidy, labels strong —
A little hop, a happy patch, bye-bye!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title directly summarizes the two main changes: updating repository references and fixing mermaid diagram rendering issues with escaped characters.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/opengraph/extensions/jamfhound/reference/edges/jamf_azmatchedemail.mdx`:
- Around line 19-36: Remove the unnecessary backslash escapes before the @
characters in the Mermaid node labels for the AzureAD_User nodes (e.g., B, D, F)
in the jamf_azmatchedemail.mdx Mermaid graph; locate the node label strings like
B("AzureAD_User\njohn.admin\@contoso.com") and remove the backslash so the
labels read john.admin@contoso.com (keep the double quotes and newline
formatting intact) for all affected nodes.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 4d698740-b42a-40b8-a793-de7317391d83

📥 Commits

Reviewing files that changed from the base of the PR and between 43b4dd7 and 087a6d4.

📒 Files selected for processing (5)
  • docs/opengraph/extensions/jamfhound/reference/edges/jamf_azmatchedemail.mdx
  • docs/opengraph/extensions/jamfhound/reference/edges/jamf_matchedemail.mdx
  • docs/opengraph/extensions/jamfhound/reference/privilege-zone-rules.mdx
  • docs/opengraph/extensions/jamfhound/reference/queries.mdx
  • docs/opengraph/extensions/jamfhound/reference/schema.mdx

```
---
title: 'jamf_AZMatchedEmail'
description: 'Represents a cross-platform identity correlation where the JAMF principal''s email attribute matches an Azure AD account''s email.'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the double apostrophes in "principal" and "account" expected?

```
---
title: 'jamf_MatchedEmail'
description: 'Represents an identity correlation where the JAMF computer user''s email attribute matches the JAMF account''s email.'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the double apostrophes in "user" and "account" expected?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants