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

KS–PCS–O–16 Missing Overflow Check Flag in Cargo.toml #720

Closed
Tracked by #682
DavidM-D opened this issue Jul 24, 2024 · 0 comments
Closed
Tracked by #682

KS–PCS–O–16 Missing Overflow Check Flag in Cargo.toml #720

DavidM-D opened this issue Jul 24, 2024 · 0 comments

Comments

@DavidM-D
Copy link
Contributor

DavidM-D commented Jul 24, 2024

The NEAR Security Checklist defines the following criteria:
Check for underflow and overflow!. In rust, you can do this by simply adding
the overflow-checks = true flag in your Cargo.toml. This flag is not present/is not set in Cargo.toml.

@DavidM-D DavidM-D mentioned this issue Jul 24, 2024
24 tasks
DavidM-D added a commit that referenced this issue Jul 24, 2024
Prevent overflows in the contract
@github-project-automation github-project-automation bot moved this from Backlog to Done in Emerging Technologies Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant