Lucene search
+L

2 matches found

Code423n4
Code423n4
added 2021/08/25 12:00 a.m.14 views

getMarketInfo skipResults does not work

Handle cmichel Vulnerability details The RCFactory.getMarketInfo function uses the same counter resultNumber for the result arrays' index. This counter is increased if skipResults is set, and the arrays are therefore not indexed at zero. if resultNumber skipResults // @audit increases the array...

6.8AI score
SaveExploits0
Code423n4
Code423n4
added 2021/06/17 12:00 a.m.12 views

Market opening time can be before the locking time

Handle shw Vulnerability details Impact In the function createMarket of RCFactory, the market opening time is not checked before the market locking time, and thus markets can be created with invalid time configurations accidentally. Besides, if the advancedWarning is non-zero, there are two check...

7.1AI score
SaveExploits0
Rows per page
Query Builder