—
PYSEC-2022-196
상세
Vyper is a Pythonic Smart Contract Language for the Ethereum Virtual Machine. In version 0.3.1 and prior, bytestrings can have dirty bytes in them, resulting in the word-for-word comparisons giving incorrect results. Even without dirty nonzero bytes, two bytestrings can compare to equal if one ends with `"\x00"` because there is no comparison of the length. A patch is available and expected to be part of the 0.3.2 release. There are currently no known workarounds.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
PyPI / vyper
최초 영향 버전:
0 수정 버전: 2c73f8352635c0a433423a5b94740de1a118e508 수정
pip install --upgrade 'vyper>=2c73f8352635c0a433423a5b94740de1a118e508'