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

Outdated OpenZeppelin Library #106

Open
hats-bug-reporter bot opened this issue Oct 14, 2024 · 1 comment
Open

Outdated OpenZeppelin Library #106

hats-bug-reporter bot opened this issue Oct 14, 2024 · 1 comment
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@hats-bug-reporter
Copy link

Github username: @catellaTech
Twitter username: catellatech
Submission hash (on-chain): 0x341f7e7f8c71b8caf0233bcc398a17056fcef00ce96fcc693f12556afb3461a7
Severity: low

Description:

Summary

You are currently using OpenZeppelin contracts library version 4.6.0 (released on 2022-04-26). This version is slightly outdated, and the latest version 5.0.2 (released on 2024-02-29) includes several optimizations and minor fixes.

Vulnerability Detail

The latest version of OpenZeppelin provides improvements in performance and resolves minor bugs. You can check the complete list of changes since version 4.6.0 in the following link:
OpenZeppelin Changelog

Impact

  • Potentially unoptimized methods
  • Minor bugs that have been addressed in later versions

Code Snippet

This issue can be seen in the package.json file of the project:
Link to code

Tool used

  • Manual review

Recommendation

It is recommended to upgrade the OpenZeppelin library to the latest version, 5.0.2, to benefit from optimizations and bug fixes.

@hats-bug-reporter hats-bug-reporter bot added the bug Something isn't working label Oct 14, 2024
@Ghoulouis
Copy link

Using version 4.6 still maintains stability

@Ghoulouis Ghoulouis added the invalid This doesn't seem right label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant