jeroentrappers / flutter_jailbreak_detection

Flutter jailbreak detection plugin
BSD 3-Clause "New" or "Revised" License
65 stars 103 forks source link

Problematic License of iOSSecuritySuite #61

Open matecode opened 7 months ago

matecode commented 7 months ago

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

thomas-stockx commented 7 months ago

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'
techouse commented 6 months ago

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'
piotrek84nn commented 6 months ago

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