You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
worker-4-b
committed
docs(vuln): document --refresh, --max-age, and cache_info
Issue #30 — document the new vuln-scan staleness flags and the cache_info
output block.
- README.md: expand the vuln-scan command row with --refresh / --max-age
and the cache_info block.
- SKILL-QUICK.md: add the flags + cache_info note to the Security command
list.
- CHANGELOG.md: new 'OSV Cache Staleness Flag + Refresh Flags (issue #30)'
section under [8.2.0] with Added / Changed / Non-Breaking subsections.
|`vuln-scan [workspace]`| Scan dependencies for known CVEs (OSV.dev + native audit) |
124
+
|`vuln-scan [workspace] [--refresh] [--max-age Nh]`| Scan dependencies for known CVEs (OSV.dev + native audit). `--refresh` bypasses the OSV cache; `--max-age Nh` treats cache entries older than N hours as stale for this run. Output includes a `cache_info` block (`last_refresh`, `age_hours`, `ttl_hours`, `is_stale`, `stale_packages`) — issue #30|
125
125
|`taint [workspace]`| Run AST-based taint analysis for vulnerability detection |
126
126
|`dataflow [workspace] [--source] [--sink]`| Data flow taint analysis with cross-file call graph |
0 commit comments