Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 523BE200C4B for ; Mon, 20 Mar 2017 08:05:20 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 50E29160B76; Mon, 20 Mar 2017 07:05:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9A7D4160B81 for ; Mon, 20 Mar 2017 08:05:19 +0100 (CET) Received: (qmail 93118 invoked by uid 500); 20 Mar 2017 07:05:17 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 91632 invoked by uid 99); 20 Mar 2017 07:05:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Mar 2017 07:05:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6DEA3E97E7; Mon, 20 Mar 2017 07:05:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: lukaszlenart@apache.org To: commits@struts.apache.org Date: Mon, 20 Mar 2017 07:05:22 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [07/13] struts-extras git commit: Adds badges with license and current version in the Maven Central archived-at: Mon, 20 Mar 2017 07:05:20 -0000 Adds badges with license and current version in the Maven Central Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/4954222d Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/4954222d Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/4954222d Branch: refs/heads/master Commit: 4954222d6b6d5d1c134e695bd26e5e3a401b97e5 Parents: 29f4231 Author: Lukasz Lenart Authored: Sat Mar 18 14:59:12 2017 +0100 Committer: Lukasz Lenart Committed: Sat Mar 18 14:59:12 2017 +0100 ---------------------------------------------------------------------- README.md | 2 ++ struts2-secure-jakarta-multipart-parser-plugin/README.md | 3 +++ struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 3 +++ 3 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 93c1da3..0bd5922 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # The Apache Struts Extras +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + This a subproject of the [Apache Struts](http://struts.apache.org/) project which provides different plugins, mostly focused on fixing (if possibe) vulnerabilities in older versions of the framework. http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/struts2-secure-jakarta-multipart-parser-plugin/README.md ---------------------------------------------------------------------- diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md b/struts2-secure-jakarta-multipart-parser-plugin/README.md index acaeb80..c8ca76a 100644 --- a/struts2-secure-jakarta-multipart-parser-plugin/README.md +++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md @@ -1,5 +1,8 @@ # Apache Struts 2 Extras - secure Jakarta Multipart parser plugin +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-multipart-parser-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-multipart-parser-plugin/) +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + This plugin provides a safe implementation of the Jakarta Multipart parser from the Struts Core. It can be used to mitigate vulnerability described in the [S2-045](http://struts.apache.org/docs/s2-045.html) Security Bulletin. http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4954222d/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md ---------------------------------------------------------------------- diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md index c37e0a8..0f27ce5 100644 --- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md +++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md @@ -1,5 +1,8 @@ # Apache Struts 2 Extras - Secure Jakarta Stream Multipart parser plugin +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-stream-multipart-parser-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.struts/struts2-secure-jakarta-stream-multipart-parser-plugin/) +[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) + This plugin provides a safe implementation of the Jakarta Stream Multipart parser from the Struts Core. It can be used to mitigate vulnerability described in the [S2-045](http://struts.apache.org/docs/s2-045.html) Security Bulletin.