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
Per the relevant finding in the BaseRecoverableAccount, the periods require further sanitization so as to ensure that the security period is less than the security window.
Impact:
The UpgradeableOpenfortAccount deployer factory can be presently misconfigured, causing discrepancies in the BaseRecoverableAccount implementation.
We advise such validation to be imposed in the UpgradeableOpenfortFactory::constructor as well, preventing misconfiguration of deployed UpgradeableOpenfortAccount contracts.
The text was updated successfully, but these errors were encountered:
UOF-01M: Insufficient Validation of Period Configurations
Description:
Per the relevant finding in the
BaseRecoverableAccount
, the periods require further sanitization so as to ensure that the security period is less than the security window.Impact:
The
UpgradeableOpenfortAccount
deployer factory can be presently misconfigured, causing discrepancies in theBaseRecoverableAccount
implementation.Example:
Recommendation:
We advise such validation to be imposed in the
UpgradeableOpenfortFactory::constructor
as well, preventing misconfiguration of deployedUpgradeableOpenfortAccount
contracts.The text was updated successfully, but these errors were encountered: