Marty Chong
Marty Chong
The collector produces the following client error when trying to enumerate elastic beanstalks: botocore.exceptions.ClientError: An error occurred (503) when calling the DescribeEnvironments operation (reached max retries: 4): Service Unavailable
There are a number of log messages such as 'Could not get bucket statistic for.....' 'There was a problem collecting website config for...' These should be move to warning level...
An error may be observed from a worker thread: Traceback (most recent call last): File "/opt/pyenv/lib/python3.5/site-packages/cinq_scheduler_sqs/__init__.py", line 345, in execute_worker worker.run() File "/opt/pyenv/lib/python3.5/site-packages/cinq_auditor_required_tags/__init__.py", line 115, in run self.notify(notifications) File "/opt/pyenv/lib/python3.5/site-packages/cinq_auditor_required_tags/__init__.py",...
the cinq AWS collector may be too aggressive when polling resources: e.g. botocore.exceptions.ClientError: An error occurred (RequestLimitExceeded) when calling the DescribeFlowLogs operation (reached max retries: 4): Request limit exceeded.
An issue was reported with the Volume Auditor Report: - The Volume Auditor Report is showing EBS Volumes that have been deleted (The IssueID is not being removed when the...
The following error may be observed in cloud-inquisitor logs: Traceback (most recent call last): File "/opt/pyenv/lib/python3.5/site-packages/cinq_scheduler_sqs/__init__.py", line 320, in execute_worker MessageAttributeNames=('RetryCount',) File "/opt/pyenv/lib/python3.5/site-packages/boto3/resources/factory.py", line 520, in do_action response = action(self,...
## Description It appears when building the bundle a number of variables are being referenced before they are assigned. Specifically it appears when [cti_vuln is none](https://github.com/OpenCTI-Platform/connectors/blob/dfd7d1b91826739e0ab169c4202f4407aebb1136/external-import/cisa-known-exploited-vulnerabilities/src/main.py#L167), vuln_id and other variables...