-
Notifications
You must be signed in to change notification settings - Fork 575
Closed
Description
Hello all,
I did recently a security audit of an Android Application that is using this library as dependency.
One issue of this report was, that the files in lib/armeabi-v7a/libsqlcipher.so and lib/x86/libsqlcipher.so are not compiled with -D_FORTIFY_SOURCE=2
Recently I did a quick test with a security scanner (checksec) on Ubuntu and could confirm this:

Is that true? Do you provide the builds without this compiler flag?
If not, do you think that it should be added due to security reasons?
As far as I know D_FORTIFY_SOURCE will introduce multiple checks to memory management to improve stability and security.
Thank you
Metadata
Metadata
Assignees
Labels
No labels