mirror of
https://github.com/aquasecurity/kube-hunter.git
synced 2026-05-21 08:36:38 +00:00
changed checking all cves
This commit is contained in:
@@ -115,7 +115,7 @@ class IsVulnerableToCVEAttack(Hunter):
|
||||
if self.check_cve_2018_1002105(api_version):
|
||||
self.publish_event(ServerApiVersionEndPointAccessPE(self.api_server_evidence))
|
||||
|
||||
elif self.check_cve_2019_1002100(api_version):
|
||||
if self.check_cve_2019_1002100(api_version):
|
||||
self.publish_event(ServerApiVersionEndPointAccessDos(self.api_server_evidence))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user