todays product advirories implemented
This commit is contained in:
@@ -962,11 +962,13 @@ stella reachability analyze --scan <path> --code <path> [--output <path>]
|
||||
|
||||
### stella graph
|
||||
|
||||
Visualize dependency graphs.
|
||||
Call graph evidence and lineage commands.
|
||||
|
||||
**Usage:**
|
||||
```bash
|
||||
stella graph --sbom <path> [--output <path>] [--format svg|png|dot]
|
||||
stella graph explain --graph-id <id> [--vuln-id <id>] [--purl <purl>] [--json]
|
||||
stella graph verify --hash <blake3:...> [--format text|json|markdown]
|
||||
stella graph lineage show <digest|purl> [--format json|graphson|mermaid] [--output <path>]
|
||||
```
|
||||
|
||||
---
|
||||
@@ -993,6 +995,20 @@ stella notify --scan <path> --channel slack --webhook <url>
|
||||
|
||||
---
|
||||
|
||||
### stella issuer
|
||||
|
||||
Manage issuer keys for signing and verification.
|
||||
|
||||
**Usage:**
|
||||
```bash
|
||||
stella issuer keys list --format json
|
||||
stella issuer keys create --type ecdsa --name primary --format json
|
||||
stella issuer keys rotate <id> --format json
|
||||
stella issuer keys revoke <id> --format json
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Language-Specific Commands
|
||||
|
||||
### stella ruby
|
||||
|
||||
Reference in New Issue
Block a user