-
# Lines of code
https://github.com/ArenaX-Labs/2024-02-ai-arena-mitigation/blob/setUpAirdrop-mitigation/src/FighterFarm.sol#L241
https://github.com/ArenaX-Labs/2024-02-ai-arena-mitigation/blob/setUpA…
-
# Handle
defsec
# Vulnerability details
## Impact
the isContract function that uses EXTCODESIZE was discovered to be hackable. The function will return false if it is invoked from a contract's co…
-
# Lines of code
https://github.com/code-423n4/2022-03-timeswap/blob/00317d9a8319715a8e28361901ab14fe50d06172/Timeswap/Convenience/package.json#L40
# Vulnerability details
## Impact
I discovered an…
-
Often in PR reviews the following things are asked:
- sort deps alphabetically
- use `{ version = "1.0" }`, instead of `"1.0"` directly
- remove unused deps
These changes can probably be autom…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function _isValidAdminOrPoolDelegate() is not about pause/unpause but about msg.sender being valid Admin or Pool Delegate, which is used by pau…
-
## CVE-2021-41091 - Medium Severity Vulnerability
Vulnerable Library - github.com/Docker/Docker-v20.10.7+incompatible
Moby Project - a collaborative project for the container ecosystem to assemble c…
-
### Checks
- [x] I have searched the existing issues for a similar bug and it does not exist!
### PlexRipper version
Latest
### Platform
Linux
### Browsers
Google Chrome
### Description
Greet…
-
Hi folks,
As you already know, the floating-point noise mechanisms provided by diffprivlib are all vulnerable to precision-based attacks, as described in [this blog post](https://www.tmlt.io/resour…
-
```
What steps will reproduce the problem?
1. Use the Gitblit Go distribution with the bundled Jetty Server
See
http://blog.gdssecurity.com/labs/2015/2/25/jetleak-vulnerability-remote-leakage-
of-sh…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
Function unpause() in PoolFactory.sol can be called by both Governor and Admin but the @dev Natspec comment incorrectly says that this is only …