{ "issues": [ { "id": "wiz-issue-001", "title": "Publicly exposed S3 bucket with sensitive data", "severity": "CRITICAL", "status": "OPEN", "control": { "id": "wiz-control-public-s3", "name": "Public S3 bucket exposure" }, "entity": { "id": "arn:aws:s3:::acdl-leaked-bucket", "name": "acdl-leaked-bucket", "cloudPlatform": "AWS", "subscriptionId": "111111111111" } }, { "id": "wiz-issue-002", "title": "IAM role with overly broad permissions", "severity": "HIGH", "status": "RESOLVED", "control": { "id": "wiz-control-iam-broad", "name": "Overly broad IAM role" }, "entity": { "id": "arn:aws:iam::111111111111:role/acdl-broad-role", "name": "acdl-broad-role", "cloudPlatform": "AWS", "subscriptionId": "111111111111" } }, { "id": "wiz-issue-003", "title": "Security group allows 0.0.0.0/0 on port 22", "severity": "MEDIUM", "status": "IN_PROGRESS", "control": { "id": "wiz-control-ssh-open", "name": "SSH open to the world" }, "entity": { "id": "arn:aws:ec2:us-east-1:111111111111:security-group/sg-abcdef", "name": "acdl-ssh-sg", "cloudPlatform": "AWS", "subscriptionId": "111111111111" } } ] }