aws-solutions / content-analysis-on-aws

As of August 30, 2023, this AWS Solution is no longer available. Existing deployments will continue to run. The functionality provided by Content Analysis on AWS will be superseded with functionality in Media2Cloud on AWS and Content Localization on AWS. We encourage you to explore these solutions.
https://aws.amazon.com/solutions/implementations/aws-content-analysis/
Apache License 2.0
96 stars 47 forks source link

Anonymous data is not anonymous #5

Closed ianwow closed 3 years ago

ianwow commented 3 years ago

The anonymous data logger fails to redact the account id. Here's a sample of the data it reports:


{
    "Solution": "SO0163",
    "UUID": "78305d21-fa03-440b-bb15-11416f4213d3",
    "TimeStamp": "2021-02-24T23:23:15.476092",
    "Data": {
        "ServiceToken": "arn:aws:lambda:us-west-2:[account_id]:function:mie03a-anonymous-data",
        "SolutionId": "SO0163",
        "Version": "1.0",
        "Resource": "AnonymousMetric",
        "UUID": "78305d21-fa03-440b-bb15-11416f4213d3"
    }
}
ianwow commented 3 years ago

This was fixed last year.