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

Bump version #1991

Merged
merged 143 commits into from
Jun 23, 2023
Merged

Bump version #1991

merged 143 commits into from
Jun 23, 2023

Conversation

0xalpharush
Copy link
Contributor

No description provided.

elopez and others added 30 commits November 8, 2022 19:53
This adds a new `fail_on` config option that can be changed with
a mutually exclusive group of argument flags. It also decouples
the exclude_* and fail_on flags, so you can do things like
`fail_on: pedantic` while disabling optimization findings.
Additionally, this adds some new code to detect the old-style
config options, migrate their settings, and alert the user.

Fixes #1458
Given a list of functions from one contract, finds tainted functions/variables in other contracts
and functions that call tainted functions
and add TaintedFunction and TaintedVariable classes
montyly and others added 25 commits June 22, 2023 10:34
use current scope instead of parent scope to determine if arith. is checked
Improved `is_function_modified` in upgradeability util
…ss-contract-taint

Perform cross-contract taint analysis from diff of two upgrade versions
Additional optimizations for similar_variables.py
Fixed issue which disallowed using operator[] with TopLevelVariables
Check the respective parameter's storage location for each argument
@0xalpharush 0xalpharush merged commit f8cf5d6 into master Jun 23, 2023
@0xalpharush 0xalpharush deleted the bump-version branch June 23, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.