Add NodePorts filtering with development environment basis 86/103686/5
authorPawel Wieczorek <p.wieczorek2@samsung.com>
Tue, 25 Feb 2020 12:36:59 +0000 (13:36 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Wed, 25 Mar 2020 13:08:24 +0000 (13:08 +0000)
commit600bce340bda372151b4120d89c854f2decc3a93
tree32b37ae282f41729665661c9eb29237e0d5e4610
parent45d5c7a8853f5b25dbb9b6b8a99846d68a199468
Add NodePorts filtering with development environment basis

This patch has not made "sslendpoints" fully compatible with
"check_for_nonssl_endpoints.sh" script yet. It sets up basic development
environment for Golang-based checkers, though.

Tool output will be added to the README after reaching full
compatibility with previous (script) version.

Development environment brought by this patch is heavily based on:
https://github.com/SamsungSLAV/boruta

Issue-ID: SECCOM-261
Change-Id: I8f035b63bea13785c40971ede5fdbbc9b6810168
Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
test/security/sslendpoints/.dockerignore [new file with mode: 0644]
test/security/sslendpoints/.gitignore [new file with mode: 0644]
test/security/sslendpoints/Dockerfile [new file with mode: 0644]
test/security/sslendpoints/Makefile [new file with mode: 0644]
test/security/sslendpoints/README
test/security/sslendpoints/go.mod [new file with mode: 0644]
test/security/sslendpoints/go.sum [new file with mode: 0644]
test/security/sslendpoints/main.go [new file with mode: 0644]
test/security/sslendpoints/ports/ports.go [new file with mode: 0644]
test/security/sslendpoints/ports/ports_suite_test.go [new file with mode: 0644]
test/security/sslendpoints/ports/ports_test.go [new file with mode: 0644]