Add a white list for jdwp tests 17/101517/8
authormrichomme <morgan.richomme@orange.com>
Tue, 11 Feb 2020 08:46:48 +0000 (09:46 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 10 Mar 2020 08:19:09 +0000 (08:19 +0000)
commit99b8b9ef5eec91d511cd31d548f2e1174f70a069
tree40ec23e244b0bc909e80a7766ae1d473f32f13c3
parent13de1c66eb55333e18d552ccd4fdde30dd06ad02
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>
test/security/check_for_jdwp.sh
test/security/jdwp_whitelist.txt [new file with mode: 0644]