As it was mentioned many times that any ERC20 tokens can be used as collateral token but fee on transfer tokens are not compatiable with the protcol maintained incorrect order book due not checking balance before and after transfering tokens
all the token transfer place are affected by this
eg. https://github.com/Cyfrin/2023-07-foundry-defi-stablecoin/blob/main/src/DSCEngine.sol#L149
See summary
Incorrect orderbook of collateral so incorrect healthfactor and all other related things
Manual
Use the balance before and after the transfer to calculate the received amount instead of assuming that it would be equal to the amount passed as a parameter.
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.