commit: eedb01f8d8c84b944ec948e029f75e181c8777fd
parent 616a9461c63ffe064ede64adaf8b1e14781e2da7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 2 Oct 2021 21:06:07 +0200
README.md: Add
Diffstat:
1 file changed, 32 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,32 @@
+# CVE-Client: CLI-based client / toolbox for CVE.org
+
+Because why would you ever rely on someone else's clobbered together JavaScript code to get important security information.
+
+## Dependencies
+- Perl 5
+- Getopt::Std (should be included in your perl)
+- JSON::MaybeXS (should be included in your perl)
+- LWP::UserAgent (should be included in your perl)
+- LWP::UserAgent::https
+
+## Example
+```
+% cve-client CVE-2021-35197
+CVE ID: CVE-2021-35197
+
+Description Language: eng
+Description:
+In MediaWiki before 1.31.15, 1.32.x through 1.35.x before 1.35.3, and 1.36.x before 1.36.1, bots have certain unintended API access. When a bot account has a "sitewide block" applied, it is able to still "purge" pages through the MediaWiki Action API (which a "sitewide block" should have prevented).
+
+Reference Source: MISC
+- Name: https://phabricator.wikimedia.org/T280226
+- URL: https://phabricator.wikimedia.org/T280226
+
+Reference Source: CONFIRM
+- Name: https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/thread/YR3X4L2CPSEJVSY543AWEO65TD6APXHP/
+- URL: https://lists.wikimedia.org/hyperkitty/list/mediawiki-announce@lists.wikimedia.org/thread/YR3X4L2CPSEJVSY543AWEO65TD6APXHP/
+
+Reference Source: GENTOO
+- Name: GLSA-202107-40
+- URL: https://security.gentoo.org/glsa/202107-40
+```