Skip to content

Update Fleet-maintained apps#47563

Closed
fleet-release wants to merge 1 commit into
mainfrom
fma-2606130859
Closed

Update Fleet-maintained apps#47563
fleet-release wants to merge 1 commit into
mainfrom
fma-2606130859

Conversation

@fleet-release

@fleet-release fleet-release commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Automated ingestion of latest Fleet-maintained app data.

Summary by CodeRabbit

  • Chores
    • Updated installer metadata and checksums for 12 maintained applications (Android Studio, Audacity, AWS CLI, Codex, Dropbox, FireAlpaca, Microsoft Edge, Nextcloud Talk, Notesnook, NVIDIA GeForce NOW, Spotify, and Syncovery) to reflect latest available versions.

Generated automatically with cmd/maintained-apps.
@github-actions

Copy link
Copy Markdown
Contributor

Script Diff Results

ee/maintained-apps/outputs/android-studio/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/audacity/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/aws-cli/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/codex-app/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/dropbox/windows.json

=== Install Script (no changes) ===
=== Uninstall // 1035e43a -> f9913fdb ===

--- /tmp/old.4DqHH2	2026-06-13 09:03:52.211321370 +0000
+++ /tmp/new.cfYuZx	2026-06-13 09:03:52.211321370 +0000
@@ -1,4 +1,4 @@
-$product_code = '{C1BD7420-DAD0-58F1-BAD3-C58354BEE1AB}'
+$product_code = '{6D846646-9AD7-5D6C-8BB0-04B336C8EC3A}'
 $timeoutSeconds = 300  # 5 minute timeout
 
 # Fleet uninstalls app using product code that's extracted on upload

ee/maintained-apps/outputs/firealpaca/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/microsoft-edge/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/nextcloud-talk/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/notesnook/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/nvidia-geforce-now/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/spotify/windows.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

ee/maintained-apps/outputs/syncovery/darwin.json

=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===

@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Walkthrough

This PR updates installer metadata for 12 maintained applications across Windows and macOS. Each update bumps the application version number and synchronizes the corresponding SQL version-comparison gate, installer download URL, and SHA256 checksum. Dropbox additionally updates the uninstall script reference ID from 1035e43a to f9913fdb to reflect a product code change. All other installer and uninstall script reference IDs remain unchanged. The updated applications are Android Studio, Audacity, AWS CLI, Codex, Dropbox, FireAlpaca, Microsoft Edge, Nextcloud Talk, Notesnook, NVIDIA GeForce Now, Spotify, and Syncovery.

Possibly related PRs

  • fleetdm/fleet#46451: Updates Microsoft Edge Windows installer metadata with version bump and synchronized query/URL/checksum changes.
  • fleetdm/fleet#46405: Modifies AWS CLI Windows manifest entry with version bump and installer metadata synchronization.
  • fleetdm/fleet#46505: Updates Android Studio Windows FMA configuration including install/uninstall script payloads used by the manifest entry.
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description is minimal and vague. It lacks required checklist items, testing details, and specific information about what changes were made. Complete the pull request description template with appropriate checklist items, testing details, and clarification on the automated ingestion process.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title directly describes the main change: updating multiple Fleet-maintained applications to their latest versions.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fma-2606130859

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.

@coderabbitai coderabbitai Bot left a comment

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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
ee/maintained-apps/outputs/nvidia-geforce-now/darwin.json (1)

12-12: ⚠️ Potential issue | 🟠 Major | ⚖️ Poor tradeoff

Installer integrity verification is disabled.

The sha256 field is set to "no_check", which disables cryptographic verification of the installer download. This creates a security gap where:

  • Man-in-the-middle attacks could substitute a malicious installer
  • Compromise of NVIDIA's download server would go undetected
  • No guarantee that the downloaded file matches what NVIDIA intended to distribute

This is likely due to NVIDIA using a rolling release URL (line 9) without version numbers, making stable checksums impossible. However, the security risk remains real.

Consider documenting this risk in your security documentation and monitoring for:

  • Alternative distribution methods from NVIDIA (versioned URLs with checksums)
  • Additional validation signals (code signing verification on the DMG)
  • Network-level controls to reduce MITM risk
🤖 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/nvidia-geforce-now/darwin.json` at line 12, The
"sha256" field is set to "no_check", disabling installer integrity verification;
replace that value with a real SHA-256 checksum for the current macOS installer
(compute the checksum for the exact DMG you download and hard-code it into the
sha256 field) or, if a stable versioned URL/checksum cannot be obtained,
implement a post-download verification step (e.g., validate the DMG's code
signature or the app bundle signature in your installer flow and log/abort on
mismatch) and update any security docs to note the residual risk and monitoring
plan; ensure the change touches the sha256 entry and the download/installation
verification logic so the checksum or signature check is enforced.
🤖 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.

Outside diff comments:
In `@ee/maintained-apps/outputs/nvidia-geforce-now/darwin.json`:
- Line 12: The "sha256" field is set to "no_check", disabling installer
integrity verification; replace that value with a real SHA-256 checksum for the
current macOS installer (compute the checksum for the exact DMG you download and
hard-code it into the sha256 field) or, if a stable versioned URL/checksum
cannot be obtained, implement a post-download verification step (e.g., validate
the DMG's code signature or the app bundle signature in your installer flow and
log/abort on mismatch) and update any security docs to note the residual risk
and monitoring plan; ensure the change touches the sha256 entry and the
download/installation verification logic so the checksum or signature check is
enforced.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ee63df45-19e0-4646-9757-db81cb178a98

📥 Commits

Reviewing files that changed from the base of the PR and between 268c918 and ba1d788.

📒 Files selected for processing (12)
  • ee/maintained-apps/outputs/android-studio/windows.json
  • ee/maintained-apps/outputs/audacity/windows.json
  • ee/maintained-apps/outputs/aws-cli/windows.json
  • ee/maintained-apps/outputs/codex-app/darwin.json
  • ee/maintained-apps/outputs/dropbox/windows.json
  • ee/maintained-apps/outputs/firealpaca/darwin.json
  • ee/maintained-apps/outputs/microsoft-edge/windows.json
  • ee/maintained-apps/outputs/nextcloud-talk/darwin.json
  • ee/maintained-apps/outputs/notesnook/darwin.json
  • ee/maintained-apps/outputs/nvidia-geforce-now/darwin.json
  • ee/maintained-apps/outputs/spotify/windows.json
  • ee/maintained-apps/outputs/syncovery/darwin.json

@github-actions

Copy link
Copy Markdown
Contributor

Closing in favor of #47565.

@github-actions github-actions Bot closed this Jun 13, 2026
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.

2 participants