[sqlite] Security issues in SQLite

2015-03-23 Thread Saurav Sarkar
Thanks a lot Richard for your inputs. the link indeed looks positive enough :). Would like to know if anyone else has gone through similar experiences . Best Regards, Saurav On Mon, Mar 23, 2015 at 5:26 PM, Richard Hipp wrote: > On 3/23/15, Saurav Sarkar wrote: > > Hi All, > > > > We use SQ

[sqlite] Security issues in SQLite

2015-03-23 Thread Saurav Sarkar
Hi All, We use SQLite in our application. Ours is an windows store application internally uses SQlite to store data (embedded). I use SQLitePCL library which is a C# .NET based library I was asked to perform Fortify scans on the SQLite code of 3.8.8.3 I used the amalgamation code. Since it is a

[sqlite] Security issues in SQLite

2015-03-23 Thread R.Smith
On 2015-03-23 01:59 PM, Saurav Sarkar wrote: > Thanks a lot Richard for your inputs. > > the link indeed looks positive enough :). > > Would like to know if anyone else has gone through similar experiences . Often. Just to add - many times people have posted here about some or other static ana

[sqlite] Security issues in SQLite

2015-03-23 Thread Simon Slavin
On 23 Mar 2015, at 11:59am, Saurav Sarkar wrote: > Thanks a lot Richard for your inputs. > > the link indeed looks positive enough :). > > Would like to know if anyone else has gone through similar experiences . SQLite depends on people calling certain library routines in a certain way. So

[sqlite] Security issues in SQLite

2015-03-23 Thread Richard Hipp
On 3/23/15, Saurav Sarkar wrote: > Hi All, > > We use SQLite in our application. Ours is an windows store application > internally uses SQlite to store data (embedded). I use SQLitePCL library > which is a C# .NET based library > > I was asked to perform Fortify scans on the SQLite code of 3.8.8.3