Repository: cayenne-website Updated Branches: refs/heads/asf-site c20f8f2e3 -> 0f8aea157
Add 'Other Contributors' section Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/0f8aea15 Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/0f8aea15 Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/0f8aea15 Branch: refs/heads/asf-site Commit: 0f8aea157622605e1bfa375d03adc4af80cf3be8 Parents: c20f8f2 Author: Nikita Timofeev <[email protected]> Authored: Mon Sep 10 14:59:48 2018 +0300 Committer: Nikita Timofeev <[email protected]> Committed: Mon Sep 10 14:59:48 2018 +0300 ---------------------------------------------------------------------- contributors.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/0f8aea15/contributors.html ---------------------------------------------------------------------- diff --git a/contributors.html b/contributors.html index 9de2678..56c46e9 100644 --- a/contributors.html +++ b/contributors.html @@ -206,6 +206,25 @@ </table> </div> + <h3 class="text-center">Other Contributors</h3> + <p class="text-center"></p> + <div class="table-responsive mt-2 mb-5"> + <table class="table table-bordered "> + <thead> + <tr> + <th>Name</th> + <th>Organization</th> + <th>Comment</th> + </tr> + </thead> + <tbody><tr> + <td>jianingwang</td> + <td>Tencent's XuanWu Lab</td> + <td>Found and reported XXE Vulnerability in Cayenne Modeler</td> + </tr></tbody> + </table> + </div> + <h3 class="text-center">Emeritus Committers</h3> <p class="text-center">Committers who are no longer active in the community. We wish them well and hope to see them return.</p> <div class="table-responsive mt-2 mb-5"> @@ -236,7 +255,6 @@ </tr></tbody> </table> </div> - </section> </main>
