Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Dec 18, 2024
1 parent 774c648 commit 6903af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ The application accepts various command-line arguments to tailor its behavior.
- `attack-surface`: Perform attack surface analysis for the project.
- `threat-scenarios`: Perform threat scenarios analysis for the project using [Daniel Miessler's](https://danielmiessler.com/) [prompt](https://github.com/danielmiessler/fabric/blob/f5f50cc4c94a539ee56bc533e9b1194eb9aa424d/patterns/create_threat_scenarios/system.md).
- `attack-tree`: Perform attack tree analysis for the project.
- `--refinement-count`: Number of iterations to refine the generated documentation (default: `1`). Higher values may produce more detailed and polished output but will increase token usage.
- `--files-context-window`: Maximum token size for LLM context window. Automatically determined if not set.
- `--files-chunk-size`: Chunk size in tokens for splitting files. Automatically determined if not set.
Expand Down

0 comments on commit 6903af5

Please sign in to comment.