diff --git a/advanced_expert/vulnerabilities/arithmetic_errors/README.md b/advanced_expert/vulnerabilities/arithmetic_errors/README.md new file mode 100644 index 0000000..470bcef --- /dev/null +++ b/advanced_expert/vulnerabilities/arithmetic_errors/README.md @@ -0,0 +1,6 @@ +## arithmetic errors + +
+ +* solidity < 0.8: integers in overflow / underflow without any errors. +* solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.