mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-29 06:31:32 +00:00
security: harden API server key placeholder handling (#30738)
This commit is contained in:
parent
2df2f9190b
commit
be27bfed01
3 changed files with 15 additions and 1 deletions
|
|
@ -553,6 +553,7 @@ _PLACEHOLDER_SECRET_VALUES = {
|
|||
"***",
|
||||
"changeme",
|
||||
"your_api_key",
|
||||
"your_api_key_here",
|
||||
"your-api-key",
|
||||
"placeholder",
|
||||
"example",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue