Add golden regression store and coverage-aware validation#24
Merged
DevOpsMadDog merged 2 commits intoOct 4, 2025
Merged
Conversation
DevOpsMadDog
added a commit
that referenced
this pull request
Apr 28, 2026
…al fallback
- JamfConnector: Classic API computers + mobiledevices XML endpoints
- Generates findings: unmanaged device (high), stale check-in >7d (medium),
outdated macOS <13 or iOS <16 (medium), unsupervised iOS (low)
- Auth: bearer token (JAMF_API_KEY) or Basic (JAMF_USERNAME+PASSWORD)
- Graceful needs_credentials no-op when JAMF_BASE_URL absent
- 1-hour result cache; idempotent via correlation_key=jamf_device|{serial}|{type}
- Wires /api/v1/mdm/devices (triage item #24)
- 4 tests: missing-creds, mock-XML-parse+findings, live (skipif), findings logic
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DevOpsMadDog
added a commit
that referenced
this pull request
May 1, 2026
…m/devices — close type-a empty endpoint Triage item #24 (NEEDS-CONNECTOR). Adds list_devices_with_mdm_fallback() to MDMEngine: when an org has zero enrolled devices, both IntuneConnector and JamfConnector are invoked. Whichever returns devices is projected into the MDM device shape (tagged source="intune"/"jamf"); rows are deduped by device_id. Platform filter applies to derived rows; needs_credentials returns structured empty + hint when both connectors lack creds, never mock data. Intune projection collapses multiple findings per device on correlation_key stem; severity → compliance_status; title heuristic infers platform. Jamf projection maps managed=false → non_compliant; raw fields → MDM device shape. Router /api/v1/mdm/devices now uses the fallback method. 7 new tests cover: needs_credentials, jamf-only, intune-with-dedup, org_enrolled precedence, platform filter, exception isolation, both-zero-devices. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DevOpsMadDog
added a commit
that referenced
this pull request
May 1, 2026
…+Jamf) DONE in triage doc Backlog 10 closes 2 type-a endpoints. Class (a) tally: 10 → 8 deferred. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DevOpsMadDog
added a commit
that referenced
this pull request
May 5, 2026
… at HEAD 2c72e3a Suite 1 Beast Mode 13 files: 753 passed, 0 failed in 8.63s Suite 2 Perf -m perf: 194 passed, 2 skipped, 0 failed in 26.28s Suite 3 OWASP -m owasp: 47 passed, 2 skipped, 0 failed in 17.86s Suite 4 Lockdown (asyncio + coroutines): 11 passed, 0 failed in 6.50s Total: 1005 passed, 0 failed, 4 skipped, 0 broken collectors Commits validated since sweep #23: 9945b72, 2c72e3a (doc-only) CERTIFICATION: ALL GREEN Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DevOpsMadDog
added a commit
that referenced
this pull request
May 5, 2026
…oulder stop Append Closing Note v16: 1005-pass certification across all 4 lockdown suites (Beast Mode 753, Perf 194, OWASP 47, asyncio+coroutines lockdown 11). 24 sweeps, 10 real bugs caught + closed, 0 shipped. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_68df1ed639848329924e3bced93280b5