Benefit of Parameter Map size validation in web application controller

I have a web application (Spring MVC) and have input data validation for every parameter in the controller. What is NOT present is checking for accepted Parameter Map Size. i.e When the controller expected 10 parameters and the request has… Continue reading Benefit of Parameter Map size validation in web application controller

Should untrusted strings be sanitized server-side if they’re inserted into the document body through document.createTextNode?

Chat webapp. Clients (that is, web browsers) send messages to the server, which the server broadcasts to all connected clients. Client-side code looks like this:

let p = document.createElement(‘p’)
p.appendChild(document.cre… Continue reading Should untrusted strings be sanitized server-side if they’re inserted into the document body through document.createTextNode?

New Venzee tool brings data transformation and validation to your blockchain project

 If the blockchain is going to be an immutable record, you need to start with clean data. The question is, how do you get clean data into a blockchain database to begin with. It’s kind of a quandary for use cases not starting with a green field, but Venzee, a startup that has been helping customers clean up their retail supply chain data to share with large vendors, thinks it has an… Read More Continue reading New Venzee tool brings data transformation and validation to your blockchain project