INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 177 forks source link

Hello, I have implement this library in my app and its working nice, but when I am uploading my app to google play store , I have received a Email, which consider this line: "We wanted to let you know that your application is statically linking against a version of OpenSSL that has multiple security vulnerabilities for users. Please migrate your app to an updated version of OpenSSL by Jul 7, 2015. ". Please advice me what to do for this. #16

Open khyatiChitroda opened 8 years ago

asuhov commented 8 years ago

Hello, could you please describe, what features of the Media for Mobile library do you use in your application? We are going to open source Media for Mobile around April'16.

khyatiChitroda commented 8 years ago

yeah sure, I have implement video trimming from that library.

asuhov commented 8 years ago

Thanks. OpenSSL library won't be required for video trimming functionality.

khyatiChitroda commented 8 years ago

but I found that , error is becoming from libippresample.so , this is used openssl, may be. because if i have remove this its works properly. but unable to apply trimming.

asuhov commented 8 years ago

It's strange, libippresample.so shoudn't use Openssl. Openssl is used only by AudibleMagic plugin. If you don't use AudibleMagic, then you can simply exclude libssl.so library from your project.

khyatiChitroda commented 8 years ago

Hey thankx, solved my problem. thank you very much

DanhDue commented 8 years ago

I have same problem although I have removed libssl.so from my project. Please help me fix it?

Thank so much!

khyatiChitroda commented 8 years ago

Hey, tell me your problem

Khyati

-----Original Message----- From: "DanhDue ExOICTÌ" notifications@github.com Sent: ‎28-‎04-‎2016 01:27 PM To: "INDExOS/media-for-mobile" media-for-mobile@noreply.github.com Cc: "khyatiChitroda" khyatichitroda@gmail.com; "Author" author@noreply.github.com Subject: Re: [INDExOS/media-for-mobile] Hello, I have implement this libraryin my app and its working nice, but when I am uploading my app to google playstore , I have received a Email, which consider this line: "We wanted to letyou know that your application is statically linking against a version ofOpenSSL that has multiple security vulnerabilities for users. Please migrateyour app to an updated version of OpenSSL by Jul 7, 2015. ". Please advice mewhat to do for this. (#16)

I have same problem. Please help me fix it? Thank so much! — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

DanhDue commented 8 years ago

I have implement this library for my app. I have removed libssl.so library because I don't use it. But when I publish my app to Google Play, they reject it with reason:

This app uses software that contains security vulnerabilities for users. Below is the list of vulnerabilities and the corresponding APK versions that were detected in your recent submission. Please upgrade your app(s) as soon as possible and increment the version number of the upgraded APK.

Vulnerability: OpenSSL APK Version(s): 1

The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za. To confirm your OpenSSL version, you can do a grep via:

$ unzip -p YourApp.apk | strings | grep "OpenSSL"

You can find more information and next steps in this Google Help Center article.

Please help me fix it!

Thank so much!

khyatiChitroda commented 8 years ago

Remove audiblemagic lib

-----Original Message----- From: "DanhDue ExOICTÌ" notifications@github.com Sent: ‎28-‎04-‎2016 03:18 PM To: "INDExOS/media-for-mobile" media-for-mobile@noreply.github.com Cc: "khyatiChitroda" khyatichitroda@gmail.com; "Author" author@noreply.github.com Subject: Re: [INDExOS/media-for-mobile] Hello, I have implement this libraryin my app and its working nice, but when I am uploading my app to google playstore , I have received a Email, which consider this line: "We wanted to letyou know that your application is statically linking against a version ofOpenSSL that has multiple security vulnerabilities for users. Please migrateyour app to an updated version of OpenSSL by Jul 7, 2015. ". Please advice mewhat to do for this. (#16)

I have implement this library for my app. I have removed libssl.so library because I don't use it. But when I publish my app to Google Play, they reject it with reason: This app uses software that contains security vulnerabilities for users. Below is the list of vulnerabilities and the corresponding APK versions that were detected in your recent submission. Please upgrade your app(s) as soon as possible and increment the version number of the upgraded APK. Vulnerability: OpenSSL APK Version(s): 1 The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za. To confirm your OpenSSL version, you can do a grep via: $ unzip -p YourApp.apk | strings | grep "OpenSSL" You can find more information and next steps in this Google Help Center article. Please help me fix it! Thank so much! — You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

DanhDue commented 8 years ago

Thanks so much!

smackd40 commented 6 years ago

Adding a little more detail to the point above.

This can also be accessed in the Preferences > Editor > General > Auto Import -Section is called"Exclude from Imports and Completion" (Add the following and compile) --AudioContentRecognition.java --IRecognitionPlugin.java