https://github.com/jmousqueton/github-cve-monitor
Github action for monitoring CVE
https://github.com/jmousqueton/github-cve-monitor
cve cybersecurity github-actions python
Last synced: 20 days ago
JSON representation
Github action for monitoring CVE
- Host: GitHub
- URL: https://github.com/jmousqueton/github-cve-monitor
- Owner: JMousqueton
- License: mit
- Created: 2022-05-01T17:21:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T01:33:39.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:46:53.572Z (about 1 year ago)
- Topics: cve, cybersecurity, github-actions, python
- Language: Python
- Homepage: https://cve-monitor.mousqueton.io
- Size: 108 MB
- Stars: 36
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Github CVE Monitor 
> Automatic monitor Github CVE using Github Actions
[](https://github.com/JMousqueton/git-cve-monitor/actions/workflows/run.yml)[](https://github.com/JMousqueton/github-cve-monitor/actions/workflows/pages/pages-build-deployment)
[](https://twitter.com/JMousqueton)
[](https://github.com/jmousqueton/github-cve-monitor/blob/main/LICENSE)## Documentation π
Visit [cve-monitor](https://cve-monitor.mousqueton.io) for a demonstration.
### Commande line π»
Execute `python3 main.py`
### En utilisant Github-Action βοΈ
check [run.yml](https://github.com/JMousqueton/github-cve-monitor/blob/main/.github/workflows/run.yml) file
## Installation πΏ
### Dependancies
```
pip3 install -r requirements.txt
```## β οΈ Limitation
Github limits api call to 100 entries per page
## Roadmap
| Status | Task | Version |
|---|---|---|
| π | Add statistics | 2.1 |
| β | ~~Correct bug with field CVE~~ | 2.0c |
| β | ~~sort by CVE~~ | 2.0b |
| β | ~~extract CVE~~ | 2.0 |
| β | ~~increase the number of responses on API Call (now 30)~~ | 2.0 |
| π’ | bypass the api limit | 3.0 |#### LΓ©gende
| Status | Description |
|---|---|
| β | Done |
| π | In progress |
| π’ | To Do |
| π‘ | Perhaps one day |
| π΄ | Never |## Author
π€ **Julien Mousqueton**
* Website:
* LinkedIn: [Julien Mousqueton](https://linkedin.com/in/julienmousqueton)
* Twitter: [@JMousqueton](https://twitter.com/JMousqueton)
* Github: [@JMousqueton](https://github.com/JMousqueton)## Thanks
- [P1ay8y3ar](https://github.com/p1ay8y3ar) for the original idea π‘
- [Guillaume Zeja](https://twitter.com/guzefr) pour le support sur python et les encouragements π»