This repository contains a script to fetch and analyze Microsoft Patch Tuesday security updates.
The script retrieves information about Microsoft security updates for a specified month and year, analyzes the vulnerabilities, and provides statistics such as the total number of vulnerabilities, types of vulnerabilities, and highest-rated vulnerabilities.
To use the script, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/Robinzor/patch-tuesday.git
-
Navigate to the cloned repository directory:
cd patch-tuesday
-
Run the script with the desired month and year in the format YYYY-MMM:
python patchtuesday.py YYYY-MMM
Replace
YYYY-MMM
with the desired month and year (e.g.,2024-Mar
). -
Optionally, if you want to bypass the day check and force the update, you can use the
--force
option:python patchtuesday.py YYYY-MMM --force
The
--force
option allows you to bypass the day check and update the report even if it's not the second Tuesday of the month.
This project is licensed under the MIT License. See the LICENSE file for details.