MCPcopy Create free account
hub / github.com/BishopFox/cloudfox / executeDynamoDbCheck

Method executeDynamoDbCheck

aws/databases.go:302–312  ·  view source on GitHub ↗
(r string, wg *sync.WaitGroup, semaphore chan struct{}, dataReceiver chan Database, servicemap *awsservicemap.AwsServiceMap)

Source from the content-addressed store, hash-verified

300}
301
302func (m *DatabasesModule) executeDynamoDbCheck(r string, wg *sync.WaitGroup, semaphore chan struct{}, dataReceiver chan Database, servicemap *awsservicemap.AwsServiceMap) {
303 m.executeCheck(check{
304 region: r,
305 wg: wg,
306 semaphore: semaphore,
307 dataReceiver: dataReceiver,
308 serviceMap: servicemap,
309 service: "dynamodb",
310 executor: m.getDynamoDBTablesPerRegion,
311 })
312}
313
314func (m *DatabasesModule) writeLoot(outputDirectory string, verbosity int) string {
315 path := filepath.Join(outputDirectory, "loot")

Callers 1

executeChecksMethod · 0.95

Calls 1

executeCheckMethod · 0.95

Tested by

no test coverage detected