Update Fleet-maintained apps#45360
Conversation
Generated automatically with cmd/maintained-apps.
Script Diff Resultsee/maintained-apps/outputs/camtasia/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/docker/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/drawio/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/google-chrome/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/google-chrome/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/intune-company-portal/darwin.json=== Install // b52e7ca2 -> f176f95a ===
--- /tmp/old.bo0P4A 2026-05-13 12:39:55.751725735 +0000
+++ /tmp/new.fly7Lg 2026-05-13 12:39:55.752725761 +0000
@@ -117,6 +117,6 @@
EOF
-sudo installer -pkg "$TMPDIR"/CompanyPortal_5.2603.0-Upgrade.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
+sudo installer -pkg "$TMPDIR"/CompanyPortal_5.2604.0-Upgrade.pkg -target / -applyChoiceChangesXML "$CHOICE_XML"
relaunch_application 'com.microsoft.CompanyPortalMac'
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/ollama/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/ollama/windows.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/visual-studio-code/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) ===ee/maintained-apps/outputs/warp/darwin.json=== Install Script (no changes) ===
=== Uninstall Script (no changes) === |
WalkthroughThis pull request updates ten maintained-application configurations in the 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.
Actionable comments posted: 1
🤖 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.
Inline comments:
In `@ee/maintained-apps/outputs/warp/darwin.json`:
- Line 12: The sha256 field currently set to "no_check" disables checksum
verification; replace it in darwin.json by computing the release installer’s
real SHA-256 (e.g., run shasum -a 256 or openssl dgst -sha256 on the downloaded
artifact) and update the "sha256" value with the 64-character lowercase hex
digest for the exact release artifact referenced by this manifest; ensure the
checksum matches the distributed installer before committing.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 9bc2a39b-d457-4595-b2c0-1b04ece412f6
📒 Files selected for processing (10)
ee/maintained-apps/outputs/camtasia/windows.jsonee/maintained-apps/outputs/docker/windows.jsonee/maintained-apps/outputs/drawio/darwin.jsonee/maintained-apps/outputs/google-chrome/darwin.jsonee/maintained-apps/outputs/google-chrome/windows.jsonee/maintained-apps/outputs/intune-company-portal/darwin.jsonee/maintained-apps/outputs/ollama/darwin.jsonee/maintained-apps/outputs/ollama/windows.jsonee/maintained-apps/outputs/visual-studio-code/darwin.jsonee/maintained-apps/outputs/warp/darwin.json
| "installer_url": "https://releases.warp.dev/stable/v0.2026.05.06.15.42.stable_05/Warp.dmg", | ||
| "install_script_ref": "4b1c0c37", | ||
| "uninstall_script_ref": "bd923c6f", | ||
| "sha256": "no_check", |
There was a problem hiding this comment.
Security risk: Checksum validation is disabled.
The sha256 field is set to "no_check", which disables integrity verification of the installer. This creates a security vulnerability where:
- Corrupted downloads during network issues won't be detected
- Man-in-the-middle attacks could replace the installer with malicious code
- Compromised upstream servers could serve malware without detection
Please obtain and include the correct SHA-256 checksum for this release to ensure installer integrity.
🤖 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 sha256 field
currently set to "no_check" disables checksum verification; replace it in
darwin.json by computing the release installer’s real SHA-256 (e.g., run shasum
-a 256 or openssl dgst -sha256 on the downloaded artifact) and update the
"sha256" value with the 64-character lowercase hex digest for the exact release
artifact referenced by this manifest; ensure the checksum matches the
distributed installer before committing.
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
|
Closing in favor of #45395. |
Automated ingestion of latest Fleet-maintained app data.
Summary by CodeRabbit