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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new 0012dad  Uses proper XSD when defining suppressions for OWASP plugin
0012dad is described below

commit 0012dad94c7a8ec9af74c972eccc9542b4f22819
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Nov 13 07:54:02 2019 +0100

    Uses proper XSD when defining suppressions for OWASP plugin
---
 src/etc/project-suppression.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/etc/project-suppression.xml b/src/etc/project-suppression.xml
index 19454e3..30480cd 100644
--- a/src/etc/project-suppression.xml
+++ b/src/etc/project-suppression.xml
@@ -17,7 +17,7 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<suppressions 
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd";>
+<suppressions 
xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd";>
     <suppress>
         <notes><![CDATA[
         This suppresses false positives identified on Struts Annotations.

Reply via email to