From 5ae8c85c7f27a569aae66e0a7c1ef0f629a98a92 Mon Sep 17 00:00:00 2001 From: kenna-bmcdevitt Date: Thu, 29 Oct 2020 01:46:51 -0500 Subject: [PATCH] remove not needed instance var --- security_tools/redhat_tools/rhel_rpm_to_cve.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/security_tools/redhat_tools/rhel_rpm_to_cve.rb b/security_tools/redhat_tools/rhel_rpm_to_cve.rb index 6608129..a592be2 100644 --- a/security_tools/redhat_tools/rhel_rpm_to_cve.rb +++ b/security_tools/redhat_tools/rhel_rpm_to_cve.rb @@ -12,7 +12,6 @@ class RhelRpmToCve @filepath = filepath @file = File.read(filepath) if filepath @xml = Ox.parse(file) if filepath - @sec_api_url = 'https://access.redhat.com/hydra/rest/securitydata' end def list_pkg_names