Ripe Sage Ant
Medium
The missing check in increaseVouch()
allows to vouch on archived subjectId.
In increaseVouch() there is missing check that subjectProfileId is not archived.
As a result user can vouch for archived subject contrary to documentation
Author must submit vouch when subject is not archived. And only then he is available to increase balance.
No response
- User calls
vouchByProfileId()
with minimum amount - Subject is archived
- User calls
increaseVouch()
, increasing his stake on archived subject
Documentation is violated. Description in the file beginning serves as documentation.
User can increase stake balance on archived subject. It is hard to point out exact impact because system is not fully implemented yet.
No response
Add missing check.