From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFEF213933E for ; Mon, 19 Jul 2021 02:55:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D3B9E0B1D; Mon, 19 Jul 2021 02:55:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E57B8E0B1D for ; Mon, 19 Jul 2021 02:55:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DBE5342A8E for ; Mon, 19 Jul 2021 02:55:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C4257D7 for ; Mon, 19 Jul 2021 02:55:04 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1626663283.4a160a6b646b01fa14f59ac14337640141451864.ajak@gentoo> Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: bin/ X-VCS-Repository: proj/security X-VCS-Files: bin/CVETool.py X-VCS-Directories: bin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 4a160a6b646b01fa14f59ac14337640141451864 X-VCS-Branch: ajak-cvetool Date: Mon, 19 Jul 2021 02:55:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e96aee1-da67-4455-aa4c-337e6be1506e X-Archives-Hash: 6e8aab2e42c454271e8925d362253fd8 commit: 4a160a6b646b01fa14f59ac14337640141451864 Author: John Helmert III gentoo org> AuthorDate: Sat Jul 17 16:46:39 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Mon Jul 19 02:54:43 2021 +0000 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=4a160a6b cvetool: fix missing import Signed-off-by: John Helmert III gentoo.org> bin/CVETool.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/CVETool.py b/bin/CVETool.py index 7a5c576..29eab39 100644 --- a/bin/CVETool.py +++ b/bin/CVETool.py @@ -1,4 +1,5 @@ import re +import os import sys from base64 import b64encode