Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Update cloudtrail mapping conflicts (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnbus committed Apr 23, 2020
1 parent 332b35a commit 3cd9ff6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mq/plugins/cloudtrail.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def __init__(self):
'details.requestparameters.describevpcendpointsrequest.filter.value',
'details.requestparameters.describevpcendpointsrequest.vpcendpointid',
'details.requestparameters.describevpcendpointserviceconfigurationsrequest',
'details.requestparameters.describecapacityreservationsrequest',
'details.requestparameters.disableapitermination',
'details.requestparameters.distributionconfig.callerreference',
'details.requestparameters.domainname',
Expand All @@ -63,8 +64,11 @@ def __init__(self):
'details.responseelements.endpoint',
'details.responseelements.securitygroups',
'details.responseelements.lastmodified',
'details.responseelements.lastmodifieddate',
'details.responseelements.findings.service.additionalinfo.unusual',
'details.responseelements.distribution.distributionconfig.callerreference'
'details.responseelements.distribution.distributionconfig.callerreference',
'details.responseelements.invalidation.invalidationbatch.callerreference',
'details.responseelements.responseparameters.method.response.header.access-control-allow-methods',
]

def convert_key_raw_str(self, needle, haystack):
Expand Down

0 comments on commit 3cd9ff6

Please sign in to comment.