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

v0.1.8 Staging #608

Merged
merged 13 commits into from
Jul 28, 2024
Merged

v0.1.8 Staging #608

merged 13 commits into from
Jul 28, 2024

Conversation

alexroan
Copy link
Contributor

@alexroan alexroan commented Jul 22, 2024

  • New detectors:
    • HIGH: Uninitialized state variables consumed
    • HIGH: Dangerous Unary Operator
    • HIGH: Unchecked return value
    • HIGH: Right to left special character used
    • HIGH: Tautological conditional
    • HIGH: Misused Boolean
    • HIGH: Functions sending ETH without msg.sender checks
    • HIGH: Delegatecall to an unprotected address
    • HIGH: Deletion of nested mapping
    • HIGH: Usage of pre-declared local variables
    • HIGH: Weak Randomness (First contribution from @DavidDrob !! 🥳 👏 )
  • Optimize release binary for speed
  • Callgraph preprocessing allowing for detectors to search upstream and downstream callgraph <3

@alexroan alexroan marked this pull request as ready for review July 28, 2024 21:29
@alexroan alexroan merged commit 2d6ea32 into master Jul 28, 2024
18 checks passed
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.

3 participants