aboutsummaryrefslogtreecommitdiffstats
path: root/test/security
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Fix check certification python pakagingmrichomme2-0/+2
2020-07-03Initiate check certificate validity testmrichomme9-0/+686
2020-07-02Create runtime setup for the scriptBartek Grzybowski4-5/+44
2020-07-02Fix --conf option validationBartek Grzybowski1-7/+9
2020-07-02Add compare NodePort and Ingress scanLucjan Bryndza1-6/+75
2020-07-01Fix ingress default http and https portsLucjan Bryndza1-2/+4
2020-05-08Add missing dependency for port scanningPawel Wieczorek1-0/+7
2020-05-08Use correct nmap filtersPawel Wieczorek1-1/+11
2020-04-27Exclude VFC-redis from xfail listmrichomme1-0/+1
2020-04-10remove CLI from https xfail listmrichomme1-2/+0
2020-03-31Grant a waiver for SO 30277Krzysztof Opasiak1-0/+2
2020-03-25Add 'build' target for 'sslendpoints' projectBartek Grzybowski1-0/+5
2020-03-25Reduce cyclomatic complexityPawel Wieczorek3-17/+132
2020-03-25Add "expected failure" support to non-SSL NodePort scannerPawel Wieczorek2-3/+61
2020-03-25Run port scanPawel Wieczorek4-2/+78
2020-03-25Add IP addresses filteringPawel Wieczorek3-0/+148
2020-03-25Add temporary "make" target for automated testing compatibilityPawel Wieczorek1-0/+4
2020-03-25Add NodePorts filtering with development environment basisPawel Wieczorek11-5/+592
2020-03-25Increase verifiability of security checksPawel Wieczorek2-0/+45
2020-03-19Add services with waiver to expected failures list for non-SSL endpoints testsPawel Wieczorek1-0/+6
2020-03-19Filter out only open non-SSL portsPawel Wieczorek1-1/+1
2020-03-12Fix regex for http xfail listmrichomme1-1/+1
2020-03-12Unify expected failures lists naming conventionPawel Wieczorek1-1/+1
2020-03-12Add upstream services to expected failures list for non-SSL endpoints testsPawel Wieczorek1-0/+4
2020-03-11Rename white list to xfail list to clarify the role of the listmrichomme1-1/+1
2020-03-10Drop filtering out services recognized as HTTPPawel Wieczorek1-9/+9
2020-03-10Add expected failures list for HTTP endpoints testsPawel Wieczorek2-11/+55
2020-03-10Add a white list for jdwp testsmrichomme2-42/+95
2020-03-05Fix linting issues in check_for_ingress_and_nodeports.pyBartek Grzybowski1-6/+6
2020-03-05Fix indentation and whitespace issues in Python scriptsBartek Grzybowski1-2/+2
2020-02-21Fix YAML files linter errors for duplicated keysBartek Grzybowski1-1/+0
2020-01-29k8s: Drop support for CasablancaPawel Wieczorek12-467/+5
2020-01-29k8s: Drop process name trimming from etcd on RKEPawel Wieczorek1-1/+5
2020-01-29k8s: Mock etcd information collectionPawel Wieczorek5-2/+42
2020-01-29k8s: Validate controller manager flags requiring appropriate valuesPawel Wieczorek3-0/+58
2020-01-28Extend label matching for cluster node's External IPPawel Wieczorek1-2/+2
2019-12-18Ingress controller and node port scannerLucjan Bryndza1-0/+266
2019-10-01k8s: Validate controller manager flags requiring specific valuesPawel Wieczorek3-1/+60
2019-09-30k8s: Resolve Docker response formatting issuePawel Wieczorek2-0/+18
2019-09-30k8s: Resolve address conflicts in virtual environmentsPawel Wieczorek3-7/+7
2019-09-27k8s: Validate controller manager address flagPawel Wieczorek5-1/+98
2019-09-27k8s: Add controller manager information collectionPawel Wieczorek4-2/+27
2019-09-27k8s: Validate scheduler flagsPawel Wieczorek5-1/+101
2019-09-27k8s: Add scheduler information collectionPawel Wieczorek4-2/+27
2019-09-27k8s: Extract common validators for DRY codePawel Wieczorek3-205/+232
2019-09-27k8s: Extract common interface to simplify developmentPawel Wieczorek5-81/+142
2019-09-26k8s: Change default cluster access method choice logicPawel Wieczorek1-1/+6
2019-09-26k8s: Declutter checker by dividing it into smaller packagesPawel Wieczorek5-52/+64
2019-09-26k8s: Call correct methods for API server auditing flags validationPawel Wieczorek1-3/+3
2019-09-26k8s: Validate API server request timeoutPawel Wieczorek3-0/+39