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

Audit methods that contain array indexing and ensure that index out of bounds errors are thrown #75

Open
taylorjdawson opened this issue Nov 27, 2019 · 0 comments
Assignees

Comments

@taylorjdawson
Copy link
Contributor

Use Case:

Users want to know if they are bounds issues when using a method that get's a specific index of a piece of data. Like transaction index.

Requirements:

  • Go through methods getTransactionFromBlock & getUncle (any others that require index) throw 'Index out of bounds error'
@taylorjdawson taylorjdawson self-assigned this Nov 27, 2019
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

No branches or pull requests

1 participant