Skip to content

Commit

Permalink
fix typo in read me and add links in index
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaTea committed Oct 16, 2024
1 parent 09b9107 commit 8123952
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions solidity/codeql/docs/docs/Detectors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ title: Detectors

# Detectors Index

- incorrect-shift
- divide-before-multiply
- transfer-from
- incorrect-exp
- msg-value-in-for-loop
- unprotected-self-destruct
- unchecked-send
- is-unrecheable
- bad-prng
- [incorrect-shift](../Detectors/incorrect-shift.md)
- [divide-before-multiply](../Detectors/divide-before-multiply.md)
- [transfer-from](../Detectors/transfer-from.md)
- [incorrect-exp](../Detectors/incorrect-exp.md)
- [msg-value-in-for-loop](../Detectors/msg-value-in-for-loop.md)
- [unprotected-self-destruct](../Detectors/unprotected-self-destruct.md)
- [unchecked-send](../Detectors/unchecked-send.md)
- [is-unreachable](../Detectors/is-unreachable.md)
- [bad-prng](../Detectors/bad-prng.md)
2 changes: 1 addition & 1 deletion solidity/codeql/docs/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Shutting down query evaluator.
| 5 | `divide-before-multiply` | Detects loss of precision |
| 6 | `incorrect-exp` | Detects use of bitwise xor instead of exponential |
| 7 | `unchecked-send` | The return value of a send is not checked |
| 8 | `is-unrecheable` | Detects dead code |
| 8 | `is-unreachable` | Detects dead code |
| 9 | `unprotected-self-destruct` | Detects unprotected call to selfdestruct/suicidal |
Expand Down

0 comments on commit 8123952

Please sign in to comment.