You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[avoid-call-value](./rules/security/avoid-call-value.md)| Avoid to use ".call.value()()". | $~~~~~~~~$✔️ ||
86
-
|[avoid-low-level-calls](./rules/security/avoid-low-level-calls.md)| Avoid to use low level calls. | $~~~~~~~~$✔️ ||
87
-
|[avoid-sha3](./rules/security/avoid-sha3.md)| Use "keccak256" instead of deprecated "sha3". | $~~~~~~~~$✔️ ||
88
-
|[avoid-suicide](./rules/security/avoid-suicide.md)| Use "selfdestruct" instead of deprecated "suicide". | $~~~~~~~~$✔️ ||
89
-
|[avoid-throw](./rules/security/avoid-throw.md)| "throw" is deprecated, avoid to use it. | $~~~~~~~~$✔️ ||
90
-
|[avoid-tx-origin](./rules/security/avoid-tx-origin.md)| Avoid to use tx.origin. | $~~~~~~~~$✔️ ||
91
-
|[check-send-result](./rules/security/check-send-result.md)| Check result of "send" call. | $~~~~~~~~$✔️ ||
92
-
|[compiler-version](./rules/security/compiler-version.md)| Compiler version must satisfy a semver requirement at least ^0.8.24. | $~~~~~~~~$✔️ ||
93
-
|[func-visibility](./rules/security/func-visibility.md)| Explicitly mark visibility in function. | $~~~~~~~~$✔️ ||
94
-
|[multiple-sends](./rules/security/multiple-sends.md)| Avoid multiple calls of "send" method in single transaction. | $~~~~~~~~$✔️ ||
95
-
|[no-complex-fallback](./rules/security/no-complex-fallback.md)| Fallback function must be simple. | $~~~~~~~~$✔️ ||
96
-
|[no-inline-assembly](./rules/security/no-inline-assembly.md)| Avoid to use inline assembly. It is acceptable only in rare cases. | $~~~~~~~~$✔️ ||
97
-
|[not-rely-on-block-hash](./rules/security/not-rely-on-block-hash.md)| Do not rely on "block.blockhash". Miners can influence its value. | $~~~~~~~~$✔️ ||
98
-
|[not-rely-on-time](./rules/security/not-rely-on-time.md)| Avoid making time-based decisions in your business logic. |||
99
-
|[reentrancy](./rules/security/reentrancy.md)| Possible reentrancy vulnerabilities. Avoid state changes after transfer. | $~~~~~~~~$✔️ ||
100
-
|[state-visibility](./rules/security/state-visibility.md)| Explicitly mark visibility of state. | $~~~~~~~~$✔️ ||
|[avoid-call-value](./rules/security/avoid-call-value.md)| Avoid to use ".call.value()()". | $~~~~~~~~$✔️ ||
86
+
|[avoid-low-level-calls](./rules/security/avoid-low-level-calls.md)| Avoid to use low level calls. | $~~~~~~~~$✔️ ||
87
+
|[avoid-sha3](./rules/security/avoid-sha3.md)| Use "keccak256" instead of deprecated "sha3". | $~~~~~~~~$✔️ ||
88
+
|[avoid-suicide](./rules/security/avoid-suicide.md)| Use "selfdestruct" instead of deprecated "suicide". | $~~~~~~~~$✔️ ||
89
+
|[avoid-throw](./rules/security/avoid-throw.md)| "throw" is deprecated, avoid to use it. | $~~~~~~~~$✔️ ||
90
+
|[avoid-tx-origin](./rules/security/avoid-tx-origin.md)| Avoid to use tx.origin. | $~~~~~~~~$✔️ ||
91
+
|[check-send-result](./rules/security/check-send-result.md)| Check result of "send" call. | $~~~~~~~~$✔️ ||
92
+
|[compiler-version](./rules/security/compiler-version.md)| Compiler version must satisfy a semver requirement at least ^0.8.24. | $~~~~~~~~$✔️ ||
93
+
|[func-visibility](./rules/security/func-visibility.md)| Explicitly mark visibility in function. | $~~~~~~~~$✔️ ||
94
+
|[multiple-sends](./rules/security/multiple-sends.md)| Avoid multiple calls of "send" method in single transaction. | $~~~~~~~~$✔️ ||
95
+
|[no-complex-fallback](./rules/security/no-complex-fallback.md)| Fallback function must be simple. | $~~~~~~~~$✔️ ||
96
+
|[no-immutable-before-declaration](./rules/security/no-immutable-before-declaration.md)| Immutable variables should not be used in state variable initializers before they are declared. | $~~~~~~~~$✔️ ||
97
+
|[no-inline-assembly](./rules/security/no-inline-assembly.md)| Avoid to use inline assembly. It is acceptable only in rare cases. | $~~~~~~~~$✔️ ||
98
+
|[not-rely-on-block-hash](./rules/security/not-rely-on-block-hash.md)| Do not rely on "block.blockhash". Miners can influence its value. | $~~~~~~~~$✔️ ||
99
+
|[not-rely-on-time](./rules/security/not-rely-on-time.md)| Avoid making time-based decisions in your business logic. |||
100
+
|[reentrancy](./rules/security/reentrancy.md)| Possible reentrancy vulnerabilities. Avoid state changes after transfer. | $~~~~~~~~$✔️ ||
101
+
|[state-visibility](./rules/security/state-visibility.md)| Explicitly mark visibility of state. | $~~~~~~~~$✔️ ||
0 commit comments