286
286
for package in s.get('packages', []):
287
287
status = package.get('status', '')
288
288
if status == 'pending_attach':
290
290
version = package.get('version', '')
291
291
size = package.get('download_size', 0)
292
292
self.ua_security_packages.append((name, version, size))