0090 devices are now patched against CVE-2019-18618 as well.
This commit is contained in:
parent
97c47fdc37
commit
20bcc125f6
1 changed files with 0 additions and 4 deletions
|
|
@ -40,10 +40,6 @@ crypto_backend = default_backend()
|
||||||
|
|
||||||
|
|
||||||
def get_partition_signature():
|
def get_partition_signature():
|
||||||
if usb.usb_dev().idVendor == 0x138a:
|
|
||||||
if usb.usb_dev().idProduct == 0x0090:
|
|
||||||
return b''
|
|
||||||
|
|
||||||
return partition_signature
|
return partition_signature
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue