Skip to content

Release 1.11.0- Native file-system integration - #533

Open
terrerox wants to merge 80 commits into
masterfrom
release-1.9.1
Open

Release 1.11.0- Native file-system integration#533
terrerox wants to merge 80 commits into
masterfrom
release-1.9.1

refactor(tests): replace hardcoded parent UUID with constant in Docum…

af5f860
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / SonarCloud succeeded Aug 28, 2026 in 3s

2 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 77 in android/app/src/main/AndroidManifest.xml

See this annotation in the file changed.

Code scanning / SonarCloud

Content providers should use separate read and write permissions Medium

Make sure using a single permission for read and write is safe here. See more on SonarQube Cloud

Check warning on line 65 in ios/Internxt/SharedAuthKeychain.swift

See this annotation in the file changed.

Code scanning / SonarCloud

iOS and macOS Keychain keys should require user authentication Medium

This keychain item will not require authentication to be used. Make sure it is safe here. See more on SonarQube Cloud