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

Add new detector and test cases for incorrect-exponentiation #167

Closed
5 tasks done
arturoBeccar opened this issue Apr 24, 2024 · 0 comments
Closed
5 tasks done

Add new detector and test cases for incorrect-exponentiation #167

arturoBeccar opened this issue Apr 24, 2024 · 0 comments

Comments

@arturoBeccar
Copy link
Member

arturoBeccar commented Apr 24, 2024

Description

Add a new detector and test cases for incorrect exponentiation, using as reference similar linting detector in other blockchains (reference-1, reference-2)

Acceptance Criteria

  • Add at least one vulnerable and remediated test case pair added to test-cases/incorrect-expontiation/intecorrect-exponentiation-1. If another test case pair is added, add it to test-cases/incorrect-expontiation/intecorrect-exponentiation-2.
  • Add new detector added to detectors/incorrect-exponentiation folder.
  • Both the vulnerable and remediated test cases must have tests.
  • Ensure that the detector detects the vulnerable case and is not activated on the remediated one.
  • Add all relevant documentation. (maybe in a new issue)

Estimate

15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants