From 23b3af8f094735b00e33bb6db18c7ca98b083715 Mon Sep 17 00:00:00 2001 From: arijitroy003 Date: Thu, 23 Jul 2026 14:36:38 +0530 Subject: [PATCH] Fix typo in README and add requirements.txt --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 3c0aa9e..7bc5034 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ CVE-2015-4642 Try https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-4642 ``` -A `--product` option allows spotlighting a particular product via a case-insenstive regex, e.g., here's the same exact command above spotlighting EUS products: +A `--product` option allows spotlighting a particular product via a case-insensitive regex, e.g., here's the same exact command above spotlighting EUS products: ``` $ rhsecapi CVE-2013-4113 CVE-2014-3669 CVE-2004-0230 CVE-2015-4642 --product eus diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f229360 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +requests