-
Notifications
You must be signed in to change notification settings - Fork 7
Fix Issue #33 security hardening#34
Merged
Merged
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
bigph00t
commented
May 15, 2026
Contributor
Author
Release/build follow-through for Issue #33:
- Mobile repo merged directly to
main:MobileCLI/mobile@af59681(chore: bump mobile release version to 1.0.2). - Website repo merged directly to
main:bigph00t/MobileCLI-website@5eab78e(docs: align security and install guidance). - Local CLI release build installed at
/home/bigphoot/.local/bin/mobilecli; SHA-256 matchescli/target/release/mobilecli:c08fcff615579dbc3d409782da9e3c758c82a3aff89eb3b1bbd7f2b922d98d18. - Xcode/iMac iOS build completed for MobileCLI
1.0.2build112. - RevenueCat/IAP build verification:
revenuecat_ios_full_key_count=1,RevenueCat.bundlepresent,PurchasesHybridCommon.bundlepresent. - Exported IPA:
/tmp/MobileCLI-1.0.2-112-export/MobileCLI.ipa; SHA-2560115b1021ae9e09320b1f2b7e4f9feaa8c38513e8b11b7e0e11dd9a2abc39432. - App Store Connect upload succeeded; delivery UUID
3923ac8b-109f-4d9a-8559-7a711af7e2ca;altool --build-statusreportsVALID.
Root verification run before PR creation:
cargo fmt --checkcargo clippy --all-targets -- -D warnings -A dead-codecargo testcargo build --releasecargo check --target x86_64-unknown-linux-gnucargo check --target x86_64-pc-windows-gnubash scripts/test-installer-checksum.shbash -n install.shbash -n website/public/install.shdiff -u install.sh website/public/install.shgit diff --check
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
Verification
Related: #33