0090 devices are now patched against CVE-2019-18618 as well.

This commit is contained in:
Viktor Dragomiretskyy 2022-06-12 16:14:58 +12:00
parent 97c47fdc37
commit 20bcc125f6

View file

@ -40,10 +40,6 @@ crypto_backend = default_backend()
def get_partition_signature():
if usb.usb_dev().idVendor == 0x138a:
if usb.usb_dev().idProduct == 0x0090:
return b''
return partition_signature