-
LTDingZhen
high
# `depositETHIntoMultipleRounds` can be abused to create 0 ETH deposit
## Summary
`depositETHIntoMultipleRounds` lacks validation on 0 ETH deposits, attackers can use this feature …
-
您好,我在尝试运行eval.sh和evaluate.py,但是出现了如下报错,我检查了attack-labels,这好像是一个运行时生成的文件夹,里面什么也没有,请问这个是什么问题,如何解决呢,谢谢?
0it [00:01, ?it/s]
ln -s /content/drive/MyDrive/proj/T-SEA/data/INRIAPerson/Test/labels/yolov2…
-
petro1912
high
# The `depositETHIntoMultipleRounds` function does not check all values in the `amounts` array, so it can be used in attacks to stop multiple rounds.
## Summary
Instead of checking a…
-
ravikiran.web3
high
# YoloV2::cancel() accepting numberOfRounds as parameter is buggy, incorrect implementation.
## Summary
YoloV2::cancel(uint256 numberOfRounds) function is cancelling future roun…
-
Anubis
medium
# Improper Access Control in **cancel** Function
## Summary
The **cancel** function in the YoloV2 contract allows the owner to cancel rounds, but it lacks appropriate checks to preven…
-
nobody2018
medium
# round.deposits may have duplicate currentEntryIndex
## Summary
A malicious user could break the assumption that there are no duplicates of `currentEntryIndex` in `round.deposit…
-
@WongKinYiu Hi,
Since CSPDarkNet53 is better than CSPResNeXt50 for Detector, try to train these 4 models:
| Model | GPU | 256x256 | 512x512 | 608x608 |
| :-- | :-: | :-: | :-: | :-: |
| dark…
-
Krace
high
# Users could deposit 0 ETH into the round
## Summary
Users could deposit 0 ETH into the round via `depositETHIntoMultipleRounds` function, leading to the increase of `round.deposits` a…
-
Anubis
medium
# Potential Reentrancy in ERC-20 Transfers
## Summary
The contract interacts with external ERC-20 contracts within the **_deposit** function without reentrancy protection, potentially…
-
makumbaoscar
medium
# Potential Denial of Service (DoS) Attack due to Unbounded withdrawalCalldata Array Processing in claimPrizes Function
## Summary
Winners might have to pay more in transaction…