An open API service indexing awesome lists of open source software.

https://github.com/ryosukedtomita/cve_checker

AWS ServerlessFramework with Nist Vulnerability Database(NVD) API
https://github.com/ryosukedtomita/cve_checker

cve nvd serverless wip-do-not-use

Last synced: 5 months ago
JSON representation

AWS ServerlessFramework with Nist Vulnerability Database(NVD) API

Awesome Lists containing this project

README

          

# CVE CHECKER

![un license](https://img.shields.io/github/license/RyosukeDTomita/cve_checker)

## INDEX

- [ABOUT](#about)
- [ENVIRONMENT](#environment)
- [PREPARING](#preparing)

---

## ABOUT

AWS Lambda to hit [NVD API](https://nvd.nist.gov/developers/vulnerabilities) to get CVE information

---

## ENVIRONMENT

- AWS Lambda
- Python3.12

---

## PREPARING

1. set up `serverless`. See [Getting Started](https://www.serverless.com/framework/docs/getting-started)
2. clone this repository
3. `serverless deploy`

```shell
cd cvechecker
sls deploy
```