Following is abort bid taker function
As can be seen that the comments state that the function can only be called by the offer owner but instead in the function it allows only stock owner to call this function.
Now either comments are wrong or the implementation is wrong . According to me the comments are wrong thus low severity otherwise high severity. Why I think that the comment is wrong is because once the owner of a offer aborts the ask offer than the bidder for that order should be allowed to get his funds back and thats exactly what should happen in abortBidTaker function hence stock owner should only be allowed to call this function.
Either wrong owner is allowed to call this function or comments are wrong.
Manual review.
Either update the comments or change the access control of the funciton.
Invalid. when taker offers are created pointing to a `offer`, the relevant `stockInfoMap` offers are created with the owner of the offer aka `authority`, set as the creater of the offer, as seen [here](https://github.com/Cyfrin/2024-08-tadle/blob/04fd8634701697184a3f3a5558b41c109866e5f8/src/core/PreMarkets.sol#L245). Hence, we should verify `stockInfoMap`, regardless of the taker order being a ASK (selling points) or BID (buying points) taker order, so there is no issue here, other than documentation error
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.