Skip to content

Commit

Permalink
Merge pull request #223 from samalws/master-fix-broken-links
Browse files Browse the repository at this point in the history
Fix broken links on site
  • Loading branch information
montyly authored Feb 23, 2023
2 parents 36fab64 + 5e64560 commit 68a1616
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions not-so-smart-contracts/substrate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Each _Not So Smart Pallet_ includes a standard set of information:

| Not So Smart Pallet | Description |
| --- | --- |
| [Arithmetic overflow](./arithmetic_overflow/README.md) | Integer overflow due to incorrect use of arithmetic operators |
| [Don't panic!](./dont_panic/README.md) | System panics create a potential DoS attack vector |
| [Weights and fees](./weights_and_fees/README.md) | Incorrect weight calculations can create a potential DoS attack vector |
| [Verify first](./verify_first/README.md) | Verify first, write last |
| [Unsigned transaction validation](./validate_unsigned/README.md) | Insufficient validation of unsigned transactions |
| [Bad randomness](./randomness/README.md) | Unsafe sources of randomness in Substrate |
| [Bad origin](./origins/README.md) | Incorrect use of call origin can lead to bypassing access controls |
| [Arithmetic overflow](arithmetic_overflow) | Integer overflow due to incorrect use of arithmetic operators |
| [Don't panic!](dont_panic) | System panics create a potential DoS attack vector |
| [Weights and fees](weights_and_fees) | Incorrect weight calculations can create a potential DoS attack vector |
| [Verify first](verify_first) | Verify first, write last |
| [Unsigned transaction validation](validate_unsigned) | Insufficient validation of unsigned transactions |
| [Bad randomness](randomness) | Unsafe sources of randomness in Substrate |
| [Bad origin](origins) | Incorrect use of call origin can lead to bypassing access controls |

## Credits

These examples are developed and maintained by [Trail of Bits](https://www.trailofbits.com/).

If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.
If you have questions, problems, or just want to learn more, then join the #ethereum channel on the [Empire Hacking Slack](https://empireslacking.herokuapp.com/) or [contact us](https://www.trailofbits.com/contact/) directly.

0 comments on commit 68a1616

Please sign in to comment.