Skip to content

Robinzor/patch-tuesday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Patch Tuesday Report

This repository contains a script to fetch and analyze Microsoft Patch Tuesday security updates.

Overview

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.

Usage

To use the script, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/Robinzor/patch-tuesday.git
  2. Navigate to the cloned repository directory:

    cd patch-tuesday
  3. 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).

  4. 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.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages