- Add get_cve_feed RPCD method fetching from NVD API - Add CVE feed panel showing recent vulnerabilities with CVSS scores - Cache CVE feed for 30 minutes to reduce API calls - Link CVE IDs to NVD detail pages - Color-code severity (critical/high/medium/low) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"luci-app-ai-insights": {
|
|
"description": "Grant access to AI Insights Dashboard",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.ai-insights": ["status", "get_alerts", "get_posture", "get_timeline", "get_cve_feed"]
|
|
}
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.ai-insights": ["run_all", "analyze"]
|
|
}
|
|
}
|
|
}
|
|
}
|