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

Trace an "AttributeError" when accessing an attribute that is missing #338

Open
nielstron opened this issue Mar 1, 2024 · 0 comments
Open
Labels
bb: minor Minor issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request

Comments

@nielstron
Copy link
Contributor

nielstron commented Mar 1, 2024

Currently an "IndexError" is raised for constant list accesses when going out of bounds, which includes the accesses done when accessing fields of PlutusData. Since this is equivalent to accessing non-existant fields of a Python object, an "AttributeError" would be more descriptive of the issue at hand.

Bug bounty: 350 ADA

@nielstron nielstron added the enhancement New feature or request label Mar 1, 2024
@nielstron nielstron added bb: minor Minor issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb: minor Minor issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant