aboutsummaryrefslogtreecommitdiffstats
path: root/test/security/jdwp_whitelist.txt
diff options
context:
space:
mode:
authormrichomme <morgan.richomme@orange.com>2020-02-11 09:46:48 +0100
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-03-10 08:19:09 +0000
commit99b8b9ef5eec91d511cd31d548f2e1174f70a069 (patch)
tree40ec23e244b0bc909e80a7766ae1d473f32f13c3 /test/security/jdwp_whitelist.txt
parent13de1c66eb55333e18d552ccd4fdde30dd06ad02 (diff)
Add a white list for jdwp tests
The port scanned can be the default redis port. A white list must be included to avoid false positive. Open quesiton, should this list be passed as argument? It is relatively static so for the moment, I created a list to exclude through grep -V the false positive Issue-ID: INT-1435 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: Ibaed4c5c0e5ae179af0ae317e543c1efdc9ddef2 Signed-off-by: mrichomme <morgan.richomme@orange.com>
Diffstat (limited to 'test/security/jdwp_whitelist.txt')
-rw-r--r--test/security/jdwp_whitelist.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/security/jdwp_whitelist.txt b/test/security/jdwp_whitelist.txt
new file mode 100644
index 000000000..34d5f63df
--- /dev/null
+++ b/test/security/jdwp_whitelist.txt
@@ -0,0 +1,7 @@
+# White list for JDWP ports
+# JDWP = Java Debug Wire Protocol
+# The following list displays pods and their associated pod that could be
+# considered as False positive
+onap-dcae-redis 6379 # Redis port
+onap-msb-eag 6379 # Redis port
+onap-msb-iag 6379 # Redis port