AdamGold / microsoft_security_acknowledgments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This script creates a CSV file of all Microsoft published vulnerabilities. It does so by sending concurrent requests to retrieve all vulnerabilities from 2015 to 2020. For each vulnerability, it sends another request the URL of its reference (which contains more information about the vulnerability) and then writes everything to a CSV file.

Installation & Usage

This package uses poetry for packaging.

pip install poetry
poetry run python -m src.main

About


Languages

Language:Python 100.0%