Netflix / security_monkey

Security Monkey monitors AWS, GCP, OpenStack, and GitHub orgs for assets and their changes over time.
Apache License 2.0
4.36k stars 800 forks source link

Python 3 inconsistent list ordering causing frequent change detections #1248

Closed mikegrima closed 4 years ago

mikegrima commented 4 years ago

There is a major issue in the Python 3 upgrade that is resulting in many erroneous changes being detected. The root cause is related to inconsistent ordering in lists being sent back from the AWS API.

Currently investigating a permanent fix.