logoalt Hacker News

WesleyJohnsonyesterday at 5:45 PM0 repliesview on HN

Could this be mitigated by using `dict()` instead of the `{}` literal, and then running an analysis to ensure the provided dictionary keys all end with valid operations? E.g, __contains, __lt, etc?

I don't have a strong background in static analysis.