Re: [IO] Security issues from v2.2?

2018-05-05 Thread Gary Gregory
I do not see any references to any CVE on https://commons.apache.org/proper/commons-io/changes-report.html or https://commons.apache.org/proper/commons-io/jira-report.html Gary On Thu, May 3, 2018 at 5:24 AM, vaibhav singh wrote: > Hi, > > I wanted to know if there are any security fixes which

Re: [DBCP] Possible to get query strings from datasource?

2018-05-05 Thread Martin Gainty
ConnectionPool responsibility is only to execute Validation Query and deliver connection from pre-assembled connection-pool unfortunately since SQL queries come from implementor there is no way for lower level libraries such as commons-pool to know a-priori all of the queries being executed. Mo