kadenzipfel / smart-contract-vulnerabilities

A collection of smart contract vulnerabilities along with prevention methods
https://kadenzipfel.github.io/smart-contract-vulnerabilities/
1.63k stars 218 forks source link

Added lack-of-input-validation.md #49

Closed indeqs closed 1 month ago

indeqs commented 1 month ago

Added lack-of-input-validation as a response to issue 48

kadenzipfel commented 1 month ago

Will come back to do a proper review of this, but initial thoughts are:

indeqs commented 1 month ago

After combing through some old docs, this issue was fixed in Solidity v0.5.0 as seen here and some more discussion on the same here

It was a learning journey!

I believe it is also worth a note to know the existence of this blog here as it goes into a little bit depth on the same