Update Fleet-maintained apps - #45666
Conversation
Generated automatically with cmd/maintained-apps.
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review to trigger a review and subscribe this PR to future pushes, or @claude review once for a one-time review.
Tip: disable this comment in your organization's Code Review settings.
Script Diff Resultsee/maintained-apps/outputs/claude/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/claude/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/tailscale-app/darwin.json=== Install // fb3d8a43 -> efaa1aa0 ===
--- /tmp/old.537j8R 2026-05-16 00:21:31.419779753 +0000
+++ /tmp/new.zFWj2q 2026-05-16 00:21:31.419779753 +0000
@@ -96,5 +96,5 @@
# install pkg files
quit_and_track_application 'io.tailscale.ipn.macsys'
-sudo installer -pkg "$TMPDIR/Tailscale-1.98.1-macos.pkg" -target /
+sudo installer -pkg "$TMPDIR/Tailscale-1.98.2-macos.pkg" -target /
relaunch_application 'io.tailscale.ipn.macsys'
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/teleport-connect/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/teleport-suite/darwin.json=== Install // 70c991f9 -> 7a279a2a ===
--- /tmp/old.2ZZPw1 2026-05-16 00:21:31.498779804 +0000
+++ /tmp/new.cWxicW 2026-05-16 00:21:31.498779804 +0000
@@ -96,5 +96,5 @@
# install pkg files
quit_and_track_application 'com.gravitational.teleport.tsh'
-sudo installer -pkg "$TMPDIR/teleport-18.8.0.pkg" -target /
+sudo installer -pkg "$TMPDIR/teleport-18.8.1.pkg" -target /
relaunch_application 'com.gravitational.teleport.tsh'
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/warp/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) === |
WalkthroughThis pull request updates version metadata across six maintained application manifests in Fleet. Claude Desktop (macOS and Windows) advance from Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
ee/maintained-apps/outputs/warp/darwin.json (1)
12-12: Warp installer lacks SHA256 integrity verification.The
sha256field is set to"no_check", which bypasses cryptographic verification of the installer. This prevents detection of corrupted downloads or potential supply-chain attacks.Consider working with Warp to enable checksum verification, or document the risk acceptance if this is intentional due to their release process.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@ee/maintained-apps/outputs/warp/darwin.json` at line 12, The release manifest currently sets the JSON "sha256" field to "no_check" for the Warp macOS installer in darwin.json, disabling integrity verification; replace "no_check" with the actual SHA256 checksum of the distributed installer (obtain the checksum from Warp's official release artifacts or compute it from the signed installer you intend to ship) and update any installer/download logic to validate the downloaded file against that checksum, or if you cannot obtain a checksum, add a documented risk-acceptance note in the manifest/comments explaining why verification cannot be performed and create a follow-up TODO to obtain vendor-provided checksums or implement signature verification.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@ee/maintained-apps/outputs/warp/darwin.json`:
- Line 12: The release manifest currently sets the JSON "sha256" field to
"no_check" for the Warp macOS installer in darwin.json, disabling integrity
verification; replace "no_check" with the actual SHA256 checksum of the
distributed installer (obtain the checksum from Warp's official release
artifacts or compute it from the signed installer you intend to ship) and update
any installer/download logic to validate the downloaded file against that
checksum, or if you cannot obtain a checksum, add a documented risk-acceptance
note in the manifest/comments explaining why verification cannot be performed
and create a follow-up TODO to obtain vendor-provided checksums or implement
signature verification.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 835a8867-c1ea-49ca-a22c-04cc3ff1b0da
📒 Files selected for processing (6)
ee/maintained-apps/outputs/claude/darwin.jsonee/maintained-apps/outputs/claude/windows.jsonee/maintained-apps/outputs/tailscale-app/darwin.jsonee/maintained-apps/outputs/teleport-connect/darwin.jsonee/maintained-apps/outputs/teleport-suite/darwin.jsonee/maintained-apps/outputs/warp/darwin.json
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit