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
A malicius administrador is able to create n vaultcontroller childs under his control.
Since each child has the same limits as the parent controller, the effective total limits for this malicius administrador is n*_dailyAmountLimitn*_dailyTxnLimitn*_txnAmountLimit
initializeChildVault should check that the sum of the limits for the current childres does not exceed the parent limits.
setChildVaultLimits/setVaultLimits should also propagate total limits.
The text was updated successfully, but these errors were encountered:
A malicius administrador is able to create
n
vaultcontroller childs under his control.Since each child has the same limits as the parent controller, the effective total limits for this malicius administrador is
n*_dailyAmountLimit
n*_dailyTxnLimit
n*_txnAmountLimit
initializeChildVault
should check that the sum of the limits for the current childres does not exceed the parent limits.setChildVaultLimits
/setVaultLimits
should also propagate total limits.The text was updated successfully, but these errors were encountered: