summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2018-03-02 20:41:46 +0000
committerVENKATESH KUMAR <vv770d@att.com>2018-03-02 15:58:58 -0500
commit2dbdeb02a159d3c821aa76ab2b4086b38f3a2680 (patch)
tree1908ae778b3ec02153d9d970ddb48157367551ca
parentae3897e5081c78744308c63b4423777188241219 (diff)
address security issue reported
Change-Id: I6ad0916cb2d385b01eaaae5c76e99f1f7e81ea30 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-360
-rwxr-xr-xetc/collector.properties1
-rw-r--r--pom.xml8
2 files changed, 7 insertions, 2 deletions
diff --git a/etc/collector.properties b/etc/collector.properties
index 5ec982a6..373ca6ed 100755
--- a/etc/collector.properties
+++ b/etc/collector.properties
@@ -57,6 +57,7 @@ exceptionConfig=./etc/ExceptionConfig.json
## When authflag is enabled, only secure port will be supported
## To disable enter 0
header.authflag=0
+
## Combination of userid,base64 encoded pwd list to be supported
## userid and pwd comma separated; pipe delimitation between each pair
header.authlist=sample1,c2FtcGxlMQ==
diff --git a/pom.xml b/pom.xml
index af798f78..04a0d3a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,9 +91,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<version>2.2.6</version>
-
+
</dependency>
-
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
@@ -401,6 +400,11 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<artifactId>jackson-core</artifactId>
<version>2.8.10</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
+ <artifactId>jackson-databind</artifactId>
+ <version>2.8.11.1</version>
+ </dependency>
</dependencies>
</dependencyManagement>
</project>