You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by oc...@apache.org on 2021/11/05 16:52:22 UTC

[trafficcontrol] branch 5.1.x updated: Changelog entry and version bump

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

ocket8888 pushed a commit to branch 5.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/5.1.x by this push:
     new 5a68d18  Changelog entry and version bump
5a68d18 is described below

commit 5a68d18cd0c07df8ba36c30084cb13d47e771d46
Author: ocket8888 <oc...@apache.org>
AuthorDate: Fri Nov 5 10:52:08 2021 -0600

    Changelog entry and version bump
---
 CHANGELOG.md                         | 3 +++
 VERSION                              | 2 +-
 traffic_router/build/pom.xml         | 2 +-
 traffic_router/configuration/pom.xml | 2 +-
 traffic_router/connector/pom.xml     | 2 +-
 traffic_router/core/pom.xml          | 2 +-
 traffic_router/geolocation/pom.xml   | 2 +-
 traffic_router/neustar/pom.xml       | 2 +-
 traffic_router/pom.xml               | 2 +-
 traffic_router/shared/pom.xml        | 2 +-
 10 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a94e1a..da32fef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
 
+## [5.1.4] - 2021-11-05
+- Traffic Ops: Sanitize username before executing LDAP query
+
 ## [5.1.3] - 2021-10-05
 ### Changed
 - Customer names in payloads sent to the `/deliveryservices/request` Traffic Ops API endpoint can no longer contain characters besides alphanumerics, @, !, #, $, %, ^, &amp;, *, (, ), [, ], '.', ' ', and '-'. This fixes a vulnerability that allowed email content injection.
diff --git a/VERSION b/VERSION
index cdb98d2..76e9e61 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.1.3
+5.1.4
diff --git a/traffic_router/build/pom.xml b/traffic_router/build/pom.xml
index 6d8829c..eb3d6da 100644
--- a/traffic_router/build/pom.xml
+++ b/traffic_router/build/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 
 	<scm>
diff --git a/traffic_router/configuration/pom.xml b/traffic_router/configuration/pom.xml
index 6906f44..3b06cc4 100644
--- a/traffic_router/configuration/pom.xml
+++ b/traffic_router/configuration/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/connector/pom.xml b/traffic_router/connector/pom.xml
index f387026..c69d7f3 100644
--- a/traffic_router/connector/pom.xml
+++ b/traffic_router/connector/pom.xml
@@ -19,7 +19,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-        <version>5.1.3</version>
+        <version>5.1.4</version>
 	</parent>
 
 	<artifactId>traffic_router_connector</artifactId>
diff --git a/traffic_router/core/pom.xml b/traffic_router/core/pom.xml
index 69112fa..ab710f5 100644
--- a/traffic_router/core/pom.xml
+++ b/traffic_router/core/pom.xml
@@ -18,7 +18,7 @@
 	<parent>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
 		<artifactId>traffic_router</artifactId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 
 	<artifactId>ROOT</artifactId>
diff --git a/traffic_router/geolocation/pom.xml b/traffic_router/geolocation/pom.xml
index 3c0ea56..12d6511 100644
--- a/traffic_router/geolocation/pom.xml
+++ b/traffic_router/geolocation/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/neustar/pom.xml b/traffic_router/neustar/pom.xml
index 6d82431..f705b97 100644
--- a/traffic_router/neustar/pom.xml
+++ b/traffic_router/neustar/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/traffic_router/pom.xml b/traffic_router/pom.xml
index 57e47a4..d3b6299 100644
--- a/traffic_router/pom.xml
+++ b/traffic_router/pom.xml
@@ -18,7 +18,7 @@
 
 	<artifactId>traffic_router</artifactId>
 	<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-	<version>5.1.3</version>
+	<version>5.1.4</version>
 	<packaging>pom</packaging>
 	<name>traffic_router</name>
 
diff --git a/traffic_router/shared/pom.xml b/traffic_router/shared/pom.xml
index 3abc054..a6ac276 100644
--- a/traffic_router/shared/pom.xml
+++ b/traffic_router/shared/pom.xml
@@ -25,7 +25,7 @@ under the License.
 	<parent>
 		<artifactId>traffic_router</artifactId>
 		<groupId>com.comcast.cdn.traffic_control.traffic_router</groupId>
-		<version>5.1.3</version>
+		<version>5.1.4</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>