Skip to content

Commit 20bcc12

Browse files
committed
0090 devices are now patched against CVE-2019-18618 as well.
1 parent 97c47fd commit 20bcc12

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

validitysensor/init_flash.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040

4141

4242
def get_partition_signature():
43-
if usb.usb_dev().idVendor == 0x138a:
44-
if usb.usb_dev().idProduct == 0x0090:
45-
return b''
46-
4743
return partition_signature
4844

4945

0 commit comments

Comments
 (0)