From 20bcc125f6d0e26205d161d62fae888ad567e04c Mon Sep 17 00:00:00 2001 From: Viktor Dragomiretskyy Date: Sun, 12 Jun 2022 16:14:58 +1200 Subject: [PATCH] 0090 devices are now patched against CVE-2019-18618 as well. --- validitysensor/init_flash.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/validitysensor/init_flash.py b/validitysensor/init_flash.py index 6cd54ec..7dfd546 100644 --- a/validitysensor/init_flash.py +++ b/validitysensor/init_flash.py @@ -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