Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problematic License of iOSSecuritySuite #61

Open
matecode opened this issue Apr 9, 2024 · 3 comments
Open

Problematic License of iOSSecuritySuite #61

matecode opened this issue Apr 9, 2024 · 3 comments

Comments

@matecode
Copy link

matecode commented Apr 9, 2024

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.

securing/IOSSecuritySuite@039aeb3

@thomas-stockx
Copy link

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
Copy link

techouse commented May 7, 2024

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants