diff options
author | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-01 16:24:47 +0100 |
---|---|---|
committer | Lee, Tian (tl5884) <TianL@amdocs.com> | 2018-10-01 16:24:47 +0100 |
commit | 0d9b3896ad594816b1eb7048949114e6a18c4bd4 (patch) | |
tree | 67b318549cc5de466a999a3fd1029402ac6b593f /sidecar/rproxy/config/auth | |
parent | 69f4409bb70e8891a08219133bfc09c07aecbde6 (diff) |
Fix NexusIQ security vulnerabilities
Remove Spring Boot Jackson dependencies and replace with Gson
implementation.
Fix potential source of NullPointerException.
Change-Id: I3a715a023223b596e8a0979f0e0d381511fca32d
Issue-ID: AAF-529
Signed-off-by: Lee, Tian (tl5884) <TianL@amdocs.com>
Diffstat (limited to 'sidecar/rproxy/config/auth')
-rw-r--r-- | sidecar/rproxy/config/auth/uri-authorization.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sidecar/rproxy/config/auth/uri-authorization.json b/sidecar/rproxy/config/auth/uri-authorization.json index 29b152d..61ea9e6 100644 --- a/sidecar/rproxy/config/auth/uri-authorization.json +++ b/sidecar/rproxy/config/auth/uri-authorization.json @@ -104,11 +104,5 @@ "test.auth.access\\|tenants\\|read", "test.auth.access\\|vservers\\|read" ] - }, - { - "uri": "\/rproxy\/.*", - "permissions": [ - "org\\.access\\|rproxy\\|get" - ] } ]
\ No newline at end of file |