Insecurity and Python pickles
Insecurity and Python pickles
Posted Mar 14, 2024 16:58 UTC (Thu) by NYKevin (subscriber, #129325)In reply to: Insecurity and Python pickles by atnot
Parent article: Insecurity and Python pickles
This is a game of "don't read the thread." I made that comment in response to an assertion that some data could not be mapped into SQL because it was not 2D. In that case, you already have to turn it into bytes anyway (e.g. with numpy.ndarray.tofile() into a BytesIO object, which was already being done in the code I was commenting on in the first place). My point is that you can put metadata and other such stuff into "real" SQL columns, and store anything that doesn't easily map to SQL objects as TEXT, and then you can skip the nonsense with JSON. You have not meaningfully responded to that assertion, you've simply talked past me.
