Ejemplo n.º 1
0
def _is_cve201715361_vulnerable_yubikey():
    if _one_yubikey:
        return is_cve201715361_vulnerable_firmware_version(get_version())
    else:
        return False
Ejemplo n.º 2
0
def is_not_roca(dev):
    return not is_cve201715361_vulnerable_firmware_version(dev.version)
Ejemplo n.º 3
0
def _is_cve201715361_vulnerable_yubikey():
    if _one_yubikey:
        return is_cve201715361_vulnerable_firmware_version(get_version())
    else:
        return False
Ejemplo n.º 4
0
def is_not_roca(info):
    return not is_cve201715361_vulnerable_firmware_version(info.version)