You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the maxminddb crate from 0.30.0 to 0.32.0, adding resource
limits for decoding and verification of malformed databases, fixing
overflowing extended data types, and improving record decoding, search-tree
lookups, and selective path lookups.
Databases that exceed the new decoding or verification limits now raise InvalidDatabaseError, including databases that previously decoded successfully.
Updated Rust and Ruby dependencies.
Updated the MaxMind-DB test submodule and added coverage for the new resource
limits and expanded malformed database corpus.