Skip to content

Repository files navigation

mobile-cve-buster

Read-only Svelte front end for mobile OEM security bulletins and CVE patch status. CVE data is loaded at runtime from Cybref (output/mobile/ on GitHub).

Run locally

You need Node.js.

npm install
npm run dev

Open http://localhost:5173. The app fetches JSON from https://raw.githubusercontent.com/emeryn/Cybref/main/output/mobile.

To point at another source (e.g. a Cybref fork or local mirror):

VITE_DATA_URL=http://localhost:8080/output/mobile npm run dev

If you change VITE_DATA_URL for production, rebuild so the CSP connect-src includes that origin.

Production build:

npm run build

About

Read-only Svelte front end for mobile OEM security bulletins and CVE patch status

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages