QID 980492
QID 980492: Python (pip) Security Update for vyper (GHSA-c7pr-343r-5c46)
Security update has been released for vyper to fix the vulnerability.
Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.
The following code does not properly validate that its input is in bounds.
```python
@external
def foo(x: decimal) -> decimal:
return x
```
Solution
0.3.0 / #2447Workaround:
Don't use decimal args
Don't use decimal args
Vendor References
- GHSA-c7pr-343r-5c46 -
github.com/advisories/GHSA-c7pr-343r-5c46
CVEs related to QID 980492
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-c7pr-343r-5c46 | vyper |
|