https://github.com/rosvik/cve.li
Frontend for cve.li, a CVE lookup service
https://github.com/rosvik/cve.li
cve nextjs vulnerabilities
Last synced: 6 months ago
JSON representation
Frontend for cve.li, a CVE lookup service
- Host: GitHub
- URL: https://github.com/rosvik/cve.li
- Owner: rosvik
- License: agpl-3.0
- Created: 2019-12-02T19:29:18.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T09:32:50.000Z (7 months ago)
- Last Synced: 2025-12-07T17:17:45.098Z (7 months ago)
- Topics: cve, nextjs, vulnerabilities
- Language: TypeScript
- Homepage: https://cve.li
- Size: 829 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cve.li
This is the project files for [cve.li](https://cve.li), a website for browsing CVE data.
### Installation
Clone the repo, then copy `.env.example` to `.env` and populate it with your database credentials. Instructions and code to set up a database is in progress...
Then run `pnpm install` to install dependencies, and `pnpm run dev` to start a development server. (If you don't have pnpm installed, run `corepack enable` to install it.)