We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the internal audit described here,
The following report has been written with few recommendations:
https://www.notion.so/massa-innoteam/FT-NFT-Contract-Audit-comments-0dd27b501ce44fcf9fbe131a7b6ebb8e?pvs=4#0385a7301ef442b89759faf6577b9f67
as-pect.config.js
Token Constructor Security:
Safe Math Library Usage:
Burn Functions Security:
Unit Tests Enhancements:
ft.spec.ts
ft-burn.spec.ts
ft-mint.spec.ts
The text was updated successfully, but these errors were encountered:
@peterjah @gregLibert FYI
Sorry, something went wrong.
No branches or pull requests
Following the internal audit described here,
The following report has been written with few recommendations:
https://www.notion.so/massa-innoteam/FT-NFT-Contract-Audit-comments-0dd27b501ce44fcf9fbe131a7b6ebb8e?pvs=4#0385a7301ef442b89759faf6577b9f67
Recommendations
Code Coverage
as-pect.config.js
file.Dependencies
Code Security Checkup
root
Token Constructor Security:
Safe Math Library Usage:
burnable
Burn Functions Security:
Unit Tests Enhancements:
ft.spec.ts
unit test, check for transfer and allowance overflows.ft-burn.spec.ts
unit test, check for burn and decreaseTotalSupply overflows.ft-mint.spec.ts
unit test, verify that increase balance and supply do not overflow.The text was updated successfully, but these errors were encountered: