CartoDB / carto-python

CARTO Python client
https://carto.com
BSD 3-Clause "New" or "Revised" License
154 stars 62 forks source link

Restrict the attributes set from responses in Maps/NamedMaps #119

Closed jgoizueta closed 5 years ago

jgoizueta commented 5 years ago

Fixes #118

jgoizueta commented 5 years ago

I'm not sure if we need something similar for anonymous maps

jgoizueta commented 5 years ago

Hey, I checked and currently AnonymousMap is not affected by the problem in #118, but it could in the future, so I've protected it too with a white list of admitted fields.

Can you take another look at this now, @alrocar ?