You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2022-08-rigor/contracts/Community.sol::624 => for (uint256 i = 0; i < _communities[_communityID].memberCount; i++) {
2022-08-rigor/contracts/HomeFiProxy.sol::87 => for (uint256 i = 0; i < _length; i++) {
2022-08-rigor/contracts/HomeFiProxy.sol::136 => for (uint256 i = 0; i < _length; i++) {
2022-08-rigor/contracts/Project.sol::248 => for (uint256 i = 0; i < _length; i++) {
2022-08-rigor/contracts/Project.sol::311 => for (uint256 i = 0; i < _length; i++) {
2022-08-rigor/contracts/Project.sol::322 => for (uint256 i = 0; i < _length; i++) {
2022-08-rigor/contracts/libraries/Tasks.sol::181 => for (uint256 i = 0; i < _length; i++) _alerts[i] = _self.alerts[i];
c4udit Report
Files analyzed
Issues found
Don't Initialize Variables with Default Value
Impact
Issue Information: G001
Findings:
Tools used
c4udit
Cache Array Length Outside of Loop
Impact
Issue Information: G002
Findings:
Tools used
c4udit
Use != 0 instead of > 0 for Unsigned Integer Comparison
Impact
Issue Information: G003
Findings:
Tools used
c4udit
Use immutable for OpenZeppelin AccessControl's Roles Declarations
Impact
Issue Information: G006
Findings:
Tools used
c4udit
Long Revert Strings
Impact
Issue Information: G007
Findings:
Tools used
c4udit
Use Shift Right/Left instead of Division/Multiplication if possible
Impact
Issue Information: G008
Findings:
Tools used
c4udit
The text was updated successfully, but these errors were encountered: