flutter_jailbreak_detection icon indicating copy to clipboard operation
flutter_jailbreak_detection copied to clipboard

Problematic License of iOSSecuritySuite

Open matecode opened this issue 10 months ago • 3 comments

Just what to note that iOSSecuritySuite just switch (silently) to a problematic custom end user license. This could be problematic if your users don't check the licenses of the dependencies.

https://github.com/securing/IOSSecuritySuite/commit/039aeb35b1aed8f28220435a88e77a616437436a

matecode avatar Apr 09 '24 08:04 matecode

A (temporary) workaround if the new EULA is an issue for you.

In your ios/podfile you can add:

target 'Runner' do
  # Pin IOSSecuritySuite to latest pre-2.x.x release to avoid new EULA
  pod 'IOSSecuritySuite', '1.9.11'

thomas-stockx avatar Apr 15 '24 08:04 thomas-stockx

This fork from 1.9.11 (BSD 2-Clause) seems up-to-date https://github.com/KaiaHealth/IOSSecuritySuite

pod 'IOSSecuritySuite', :git => 'https://github.com/KaiaHealth/IOSSecuritySuite.git', :tag => '1.9.15'

techouse avatar May 07 '24 14:05 techouse

I has spoke with authors of iOSSecuritySuite and they will start to check if someone is using they product :(.

piotrek84nn avatar May 16 '24 10:05 piotrek84nn