mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
chore(docs): update is_dangerous_command method description (#48)
This commit is contained in:
parent
a579e21037
commit
6fd11e8e45
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@ def is_dangerous_command(command: str) -> bool:
|
|||
"""
|
||||
Check if the command matches any dangerous patterns.
|
||||
|
||||
Dangerous patterns in this function are defined as commands that may present risk to system stability.
|
||||
|
||||
Args:
|
||||
command (str): The shell command to check.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue