This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new c4413ee  Update false positives
c4413ee is described below

commit c4413ee4d9d8c2a3e9029b39dee997afb53ec633
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jan 26 14:15:23 2021 +0000

    Update false positives
---
 res/findbugs/filter-false-positives.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/res/findbugs/filter-false-positives.xml 
b/res/findbugs/filter-false-positives.xml
index bcc56ba..7cb9dd8 100644
--- a/res/findbugs/filter-false-positives.xml
+++ b/res/findbugs/filter-false-positives.xml
@@ -445,6 +445,20 @@
   <Match>
     <!-- Non-constant strings are configuration settings rather than client
          supplied -->
+    <Class name="org.apache.catalina.session.DataSourceStore" />
+    <Or>
+      <Method name="clear" />
+      <Method name="getSize" />
+      <Method name="keys" />
+      <Method name="load" />
+      <Method name="remove" />
+      <Method name="save" />
+    </Or>
+    <Bug pattern="SQL_PREPARED_STATEMENT_GENERATED_FROM_NONCONSTANT_STRING" />
+  </Match>
+  <Match>
+    <!-- Non-constant strings are configuration settings rather than client
+         supplied -->
     <Class name="org.apache.catalina.session.JDBCStore" />
     <Or>
       <Method name="clear" />


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to