Add script which looks for open JDWP ports 83/82983/2
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 21 Mar 2019 21:49:38 +0000 (22:49 +0100)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Thu, 21 Mar 2019 22:01:49 +0000 (23:01 +0100)
commit28c3d2eda6db3d497b0895c139ec57a79c75f41f
tree8a970c211e75d672019f667f3553609acac0bca6
parentdb2fcdd0b3cbb8df0b207bd60f30df17391d5b3e
Add script which looks for open JDWP ports

ONAP should not expose any open JDWP ports even inside a cluser.

Let's start enforcing this by adding test script to integration which
will find all open JDWP ports.

Based on initial work by:
Radoslaw Zeszczuk <r.zeszczuk@samsung.com>

Issue-ID: SECCOM-231
Change-Id: Ica46faad55850c74ed24728d54f6afdb3301a6d2
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
test/security/check_for_jdwp.sh [new file with mode: 0755]