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
{{ message }}
This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
A spam offer (say with a phone number to buy something from), can gain all the discovery placement benefits of boosting without using any OGN.
To do this, the evil listing just needs to store a commission in IPFS and not send any deposit with the eth transaction. Bingo!
Of course, the listing can't be purchased without a colluding purchaser, who sets the offer commission to zero, but that's not a problem for someone looking to use the site as a billboard.
Discovery ranking should use the min(commission.amount, deposit.amount). Probably need to do this at indexing time.
Is there anywhere else where this will trip things up?
A spam offer (say with a phone number to buy something from), can gain all the discovery placement benefits of boosting without using any OGN.
To do this, the evil listing just needs to store a commission in IPFS and not send any deposit with the eth transaction. Bingo!
Of course, the listing can't be purchased without a colluding purchaser, who sets the offer commission to zero, but that's not a problem for someone looking to use the site as a billboard.
Discovery ranking should use the
min(commission.amount, deposit.amount)
. Probably need to do this at indexing time.Is there anywhere else where this will trip things up?
Test case:
The text was updated successfully, but these errors were encountered: