code-423n4 / 2022-12-tigris-findings

8 stars 4 forks source link

QA Report #573

Closed code423n4 closed 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

GalloDaSballo commented 1 year ago

block.timestamp used as time proxy

Disputed

Use of hardcoded amount of days

R

Return value not being checked

R

Variable shadows another variable

Disputing as technically the variable is _owner and owner is a function

Deprecated code should be removed from the code

NC in this case

Use of magic numbers is confusing and risky

R

Naming convention of constants

R

Different versions of pragma

NC

Inconsistent spacing in comments

NC

Maximum line length exceeded

NC

Large multiples of ten should use scientific notation (e.g. 1e6) rather than decimal literals (e.g. 1000000), for readability

R

Missing inheritance

NC, personally disagree as Inheritance is poorly handled in solidity

Bad order of code

NC

Naming convention of variables

Disputing as very minor / personal

GalloDaSballo commented 1 year ago

5R 5NC

c4-sponsor commented 1 year ago

GainsGoblin marked the issue as sponsor confirmed

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-c