https://github.com/thoth-station/cve-update-job
Update Thoth's database of CVEs
https://github.com/thoth-station/cve-update-job
application-stack artificial-intelligence cve hacktoberfest secure thoth
Last synced: about 2 months ago
JSON representation
Update Thoth's database of CVEs
- Host: GitHub
- URL: https://github.com/thoth-station/cve-update-job
- Owner: thoth-station
- License: gpl-3.0
- Created: 2018-08-01T12:43:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-29T22:00:47.000Z (about 2 years ago)
- Last Synced: 2025-03-24T13:51:25.179Z (2 months ago)
- Topics: application-stack, artificial-intelligence, cve, hacktoberfest, secure, thoth
- Language: Python
- Size: 1.17 MB
- Stars: 3
- Watchers: 9
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
thoth-cve-update-job
--------------------.. image:: https://img.shields.io/github/v/tag/thoth-station/cve-update-job?style=plastic
:target: https://github.com/thoth-station/cve-update-job/tags
:alt: GitHub tag (latest by date).. image:: https://quay.io/repository/thoth-station/cve-update-job/status
:target: https://quay.io/repository/thoth-station/cve-update-job?tab=tags
:alt: Quay - BuildA job for updating Thoth's CVE database of packages.
This job checks for new CVE records in the
`advisory-db `_ provided
by `PyPA `_. If there are new CVE records found,
this job automatically creates corresponding CVE entries in the
database.Installation and Deployment
===========================This job is run as an OpenShift CronJob that checks for updates in the
advisory-db. The deployment templates can be found at
`Thoth's thoth-application `_.Running CVE update job locally
==============================You can run this job locally without any cluster deployment. To do so, issue the following command:
.. code-block:: console
$ pipenv install # Install all the requirements
$ pipenv run python3 ./app.pyThe CVE job implementation will by default talk to your local PostgreSQL
instance located on localhost:5432. Follow `local PostgreSQL setup instructions
`_ for more
info.