Preventing insecure deserialization in Node.js
Serialization is the process of converting a JavaScript object into a stream of sequential bytes to send over a network or save to a database. Serialization changes the original data format while preserving its state and properties, so we can recreat...
snyksec.hashnode.dev9 min read