-
# Non Critical and Low Risk Issues
### ---------------------------------------------------------------------------
## 1 Low-Risk - Divergence between code and documentation
In documentation:
`Once …
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/shelter-client/contracts/ConvexStakingWrapper.sol
https://github.com/code-423n4/2022-02-concur/blob/shelter-client/contracts/MasterCh…
-
so let me preface this by saying that the cheapino on a wired connection with my computer is flawless. every key registers. 100% reliable. a joy to type on.
however, i was very impatient for a wire…
-
# Lines of code
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConvexStakingWrapper.sol#L179
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConvexStakingWrapper.so…
-
1. considered using != instead of > can save gas
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConvexStakingWrapper.sol#L236
// gas cost 45422
Change to:
```
if (_amount != 0) {
…
-
# Handle
wuwe1
# Vulnerability details
# Potential reentrance in claimRewards
## POC
https://github.com/code-423n4/2022-02-concur/blob/main/contracts/ConcurRewardPool.sol#L37-L38
```solidity
…
-
In [`93f7235`](https://github.com/RosalindFranklinUniv/up/commit/93f723590503df4aedade88dc632e2ec30aea56c
), SAP Concur (https://us2.concursolutions.com/home) was **down**:
- HTTP code: 0
- Response t…
RFUMS updated
2 weeks ago
-
# Report
* [Non-Critical](#non-critical)
* [emit events for address or important state changes](#emit-events-for-address-or-important-state-changes)
* [don't convert to a smaller bit uint w…
-
### Odoo Version
- [X] 15.0
- [X] 16.0
- [X] 17.0
- [ ] Other (specify)
### Steps to Reproduce
- Create a product with a quantity > 0
![image](https://github.com/user-attachments/assets/08769198…
-
# C4-001 : PREVENT DIV BY 0
## Impact - LOW
On several locations in the code precautions are taken not to divide by 0, because this will revert the code. However on some locations this isn’t done.…