Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync master <> dev #2475

Merged
merged 72 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
4a241c5
Write file on each save
utx0 Aug 1, 2023
e38966c
detect reinitializer in unprotected_upgrade detector
vovikhangcdv Oct 25, 2023
314ceeb
remove ambiguous relation between _is_upgradeable and _is_upgradeable…
vovikhangcdv Oct 26, 2023
2b81c02
make lint
vovikhangcdv Oct 30, 2023
ca851e2
make lint
vovikhangcdv Oct 30, 2023
4c90475
Merge branch 'dev' into dev
vovikhangcdv Oct 30, 2023
eba14c9
Add more academic references
montyly Jan 2, 2024
d54728c
Update README.md
montyly Mar 13, 2024
f10759c
Update README.md
montyly Mar 13, 2024
3905158
Update README.md
montyly Mar 13, 2024
2bd6cbe
Remove deprecated flags and their migration.
DarkaMaul Apr 8, 2024
41f599b
Remove libraries, mock contract, option interfaces
smonicas Aug 22, 2022
ea01702
Fix remove interfaces inherited
smonicas Aug 22, 2022
4164039
Fix
smonicas Aug 22, 2022
20fa97c
Remove interface from inheritance graph.
DarkaMaul Apr 9, 2024
dcec99b
Reduce verbosity for InvalidCompilation errors
DarkaMaul Apr 10, 2024
0ecf6b4
fix: unused state var detector for abstract/library
0xalpharush Apr 11, 2024
57743a4
Merge pull request #2419 from crytic/fix/fp-unused-state-var
0xalpharush Apr 14, 2024
ae0cb5b
Merge pull request #2410 from DarkaMaul/feature/remove-flags-2351
0xalpharush Apr 15, 2024
9413e1e
Fix #2430
DarkaMaul Apr 18, 2024
bb8ad18
chore: fix some typos in comments
careworry Apr 18, 2024
0fad849
Merge pull request #2431 from crytic/fix/evm-printer
0xalpharush Apr 18, 2024
ec06304
Merge pull request #2433 from careworry/master
0xalpharush Apr 18, 2024
6074ab1
Remove calls to isinstance to improve performances.
DarkaMaul Apr 19, 2024
6afe440
Memoize calls to __str__
DarkaMaul Apr 19, 2024
ae6fc40
Remove unneeded metaclass
DarkaMaul Apr 19, 2024
bb84278
Prevent a call to isinstance in _filter_state_variables_written
DarkaMaul Apr 19, 2024
59caf4b
Revert "Memoize calls to __str__"
DarkaMaul Apr 19, 2024
85b39ea
Add missing expression types
DarkaMaul Apr 19, 2024
91e9ff5
Merge branch 'dev' into features/perf-improvment
DarkaMaul Apr 19, 2024
74d8837
Fix bugs in the EVM printer
DarkaMaul Apr 19, 2024
2979cb8
Restore plugin example to working state
elopez Apr 19, 2024
7f82f4a
Merge pull request #2436 from crytic/dev-slither-plugin
0xalpharush Apr 19, 2024
68adb6e
Continue performance improvments
DarkaMaul Apr 22, 2024
950a49c
Merge branch 'dev' into features/perf-improvment
DarkaMaul Apr 22, 2024
82f295f
Replace cache with lru_cache to keep Py3.8 compatibility
DarkaMaul Apr 22, 2024
8c46b9e
Configure coderabbit review to also consider PR on dev branch.
DarkaMaul Apr 23, 2024
7fff11b
chore: fix some typos in comments
alwayshang Apr 24, 2024
5636dff
Merge pull request #2444 from alwayshang/master
0xalpharush Apr 24, 2024
fb23f27
Merge pull request #2417 from crytic/invalid-compilations-errors
0xalpharush Apr 24, 2024
ded705d
Merge pull request #2441 from crytic/features/code-rabbit
0xalpharush Apr 24, 2024
e2daa8a
Add detectors_to_include to override exclude args
nsiregar Apr 23, 2024
0dca6a6
chore: fix typos and link update
xiaoxianBoy May 4, 2024
4645ba5
Merge pull request #2453 from xiaoxianBoy/fix-typos
0xalpharush May 5, 2024
1f15416
Merge branch 'dev' into dev
vovikhangcdv May 9, 2024
08d631f
fix: support array of structs in abi.decode
0xalpharush May 15, 2024
5793b0d
Merge pull request #2438 from crytic/features/perf-improvment
0xalpharush May 17, 2024
22b9cfc
fix: use contract declarer's scope for name resolution
0xalpharush May 17, 2024
4f661e4
add test for 08d631f
0xalpharush May 17, 2024
bfa99eb
Merge pull request #2459 from crytic/fix/identifier-resolve-with-rena…
0xalpharush May 17, 2024
aed5927
Merge pull request #2460 from crytic/test/abi-decode-array-of-structs
0xalpharush May 17, 2024
40578ae
dependabot[bot] May 20, 2024
599edf7
dependabot[bot] May 20, 2024
f0b592e
Merge pull request #2463 from crytic/dependabot/github_actions/dev/ca…
0xalpharush May 28, 2024
9ee2ae0
Merge pull request #2461 from crytic/dependabot/github_actions/dev/ca…
0xalpharush May 28, 2024
221cfc6
chore: remove unused scripts
0xalpharush Jun 3, 2024
a46835b
Merge pull request #2435 from crytic/fix/evm-printer
0xalpharush Jun 4, 2024
7d3b73c
Merge pull request #2440 from nsiregar/add-detectors-to-include-overr…
0xalpharush Jun 4, 2024
dc767b1
Merge pull request #2468 from crytic/chore/remove-unused-scripts
0xalpharush Jun 4, 2024
ecf8b24
lint
0xalpharush Jun 4, 2024
8615b19
Merge branch 'dev' into fix-inheritance-printer-rebase
0xalpharush Jun 4, 2024
5d78357
Merge branch 'dev' into update-readme
0xalpharush Jun 4, 2024
ee7023c
Merge pull request #2153 from crytic/fix-inheritance-printer-rebase
0xalpharush Jun 4, 2024
4a3a2f6
Merge pull request #2270 from crytic/update-readme
0xalpharush Jun 4, 2024
dde3378
Merge pull request #2203 from vovikhangcdv/dev
0xalpharush Jun 4, 2024
23006f5
Merge pull request #2071 from utx0/master
0xalpharush Jun 4, 2024
b9a3ea6
remove similar-names bc it's slow (#2469)
0xalpharush Jun 4, 2024
4d09e59
Improve message error for when Crytic throws a KeyError. (#2418)
DarkaMaul Jun 5, 2024
57842b0
Fix regex patterns (#2442)
DarkaMaul Jun 5, 2024
5443292
fix: do not flag imports from import container as unused (#2471)
0xalpharush Jun 5, 2024
a0afa25
fix: filtering of unused-import,incorrect-solc, pragma (#2472)
0xalpharush Jun 5, 2024
02df0dc
prepare 0.10.3 release (#2474)
0xalpharush Jun 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
prepare 0.10.3 release (#2474)
  • Loading branch information
0xalpharush authored Jun 5, 2024
commit 02df0dcf37bca9b70e6a43acf6a5deceeba12b45
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,12 @@ Num | Detector | What it Detects | Impact | Confidence
85 | `costly-loop` | [Costly operations in a loop](https://github.com/crytic/slither/wiki/Detector-Documentation#costly-operations-inside-a-loop) | Informational | Medium
86 | `dead-code` | [Functions that are not used](https://github.com/crytic/slither/wiki/Detector-Documentation#dead-code) | Informational | Medium
87 | `reentrancy-unlimited-gas` | [Reentrancy vulnerabilities through send and transfer](https://github.com/crytic/slither/wiki/Detector-Documentation#reentrancy-vulnerabilities-4) | Informational | Medium
88 | `similar-names` | [Variable names are too similar](https://github.com/crytic/slither/wiki/Detector-Documentation#variable-names-too-similar) | Informational | Medium
89 | `too-many-digits` | [Conformance to numeric notation best practices](https://github.com/crytic/slither/wiki/Detector-Documentation#too-many-digits) | Informational | Medium
90 | `cache-array-length` | [Detects `for` loops that use `length` member of some storage array in their loop condition and don't modify it.](https://github.com/crytic/slither/wiki/Detector-Documentation#cache-array-length) | Optimization | High
91 | `constable-states` | [State variables that could be declared constant](https://github.com/crytic/slither/wiki/Detector-Documentation#state-variables-that-could-be-declared-constant) | Optimization | High
92 | `external-function` | [Public function that could be declared external](https://github.com/crytic/slither/wiki/Detector-Documentation#public-function-that-could-be-declared-external) | Optimization | High
93 | `immutable-states` | [State variables that could be declared immutable](https://github.com/crytic/slither/wiki/Detector-Documentation#state-variables-that-could-be-declared-immutable) | Optimization | High
94 | `var-read-using-this` | [Contract reads its own variable using `this`](https://github.com/crytic/slither/wiki/Detector-Documentation#public-variable-read-in-external-context) | Optimization | High
88 | `too-many-digits` | [Conformance to numeric notation best practices](https://github.com/crytic/slither/wiki/Detector-Documentation#too-many-digits) | Informational | Medium
89 | `cache-array-length` | [Detects `for` loops that use `length` member of some storage array in their loop condition and don't modify it.](https://github.com/crytic/slither/wiki/Detector-Documentation#cache-array-length) | Optimization | High
90 | `constable-states` | [State variables that could be declared constant](https://github.com/crytic/slither/wiki/Detector-Documentation#state-variables-that-could-be-declared-constant) | Optimization | High
91 | `external-function` | [Public function that could be declared external](https://github.com/crytic/slither/wiki/Detector-Documentation#public-function-that-could-be-declared-external) | Optimization | High
92 | `immutable-states` | [State variables that could be declared immutable](https://github.com/crytic/slither/wiki/Detector-Documentation#state-variables-that-could-be-declared-immutable) | Optimization | High
93 | `var-read-using-this` | [Contract reads its own variable using `this`](https://github.com/crytic/slither/wiki/Detector-Documentation#public-variable-read-in-external-context) | Optimization | High

For more information, see

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description="Slither is a Solidity and Vyper static analysis framework written in Python 3.",
url="https://github.com/crytic/slither",
author="Trail of Bits",
version="0.10.2",
version="0.10.3",
packages=find_packages(),
python_requires=">=3.8",
install_requires=[
Expand Down
Loading