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

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


The following commit(s) were added to refs/heads/master by this push:
     new 69b2e4c  Add 'developers' section so that it is easier to find out 
whom to contact in case of security issues
69b2e4c is described below

commit 69b2e4c84eb097f55f7b02dfb17c6be057de2f6f
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jan 2 00:55:50 2019 +0200

    Add 'developers' section so that it is easier to find out whom to contact 
in case of security issues
    
    As recommended at: https://snyk.io/blog/10-maven-security-best-practices
---
 pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index c43cf96..d52a848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,16 @@
                <system>jira</system>
                <url>http://issues.apache.org/jira/browse/WICKET</url>
        </issueManagement>
+       <developers>
+               <developer>
+                       <id>team</id>
+                       <name>Apache Wicket PMC</name>
+                       <email>[email protected]</email>
+                       <roles>
+                               <role>security</role>
+                       </roles>
+               </developer>
+       </developers>
        <scm>
                
<connection>scm:git:http://git-wip-us.apache.org/repos/asf/wicket.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/wicket.git</developerConnection>

Reply via email to