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
- Host: GitHub
- URL: https://github.com/ryosukedtomita/cve_checker
- Owner: RyosukeDTomita
- License: unlicense
- Created: 2024-12-19T06:46:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T14:37:53.000Z (10 months ago)
- Last Synced: 2025-05-15T19:12:59.459Z (5 months ago)
- Topics: cve, nvd, serverless, wip-do-not-use
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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
```