mirror of
https://github.com/prompt-security/clawsec.git
synced 2026-06-13 05:28:02 +03:00
85966ff569
* Update installation instructions and remove deprecated SKILL_URL * Remove redundant installation instruction from Home component * Remove unused SKILL_URL import from Home component
8 lines
238 B
TypeScript
8 lines
238 B
TypeScript
|
|
// Feed URL for fetching live advisories
|
|
export const ADVISORY_FEED_URL = 'https://clawsec.prompt.security/releases/latest/download/feed.json';
|
|
|
|
// Local feed path for development
|
|
export const LOCAL_FEED_PATH = '/advisories/feed.json';
|
|
|