Skip to main content

CVE Telegram bot.

Project description

CVE Bot: Telegram bot that notifies about package update linked with CVE

Build Status codecov PyPi version Python versions black-formatter wemake-python-styleguide License: MIT

Try it out!

Key Features

  • Frequent DB update
  • Get actual info based on CVE number or Package name
  • Subscribe to update at any number of CVEs

Technical Requirements/Installation

Pre-requirements

Install Python 3.9, and pip package management tool.

Development Status

CVE Bot is in active development and accepts contributions. See our Contributing section below for more details.

We report new releases information here.

How to contribute

Fork, clone, setup development environment. No third-party build or test tools need to be installed at your system.

python3 -m venv .venv
. ./.venv/bin/activate
pip install setuptools wheel
pip install -e '.[dev]'

After that you'll have cve_bot and all development tools installed into virtualenv. Refer to config to set proper env vars for development. Actually the minimum required is CVE_BOT_TOKEN with your token Hack, then make PR. Don't forget to write unit tests, and check your code:

flake8 cve_bot
isort -c cve_bot
black --check cve_bot
pytest --cov

Or you can just install git-hooks

Git hooks

ln -s -r -t ./.git/hooks/ ./hooks/*

License

MIT, see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cve_bot-1.0.0.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

cve_bot-1.0.0-py3-none-any.whl (19.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page