Closed yeukhon closed 11 years ago
for alert in self.zap.core.alerts(): issue = self._minion_issue(alert)
the method .alerts() now returns the following format, rather than a list of dictionary directly.
.alerts()
new format:
{'alerts': [ dict1, dict2, dict3 ....]}
the method
.alerts()
now returns the following format, rather than a list of dictionary directly.new format: