mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-17 23:13:26 +00:00
chore: generate
This commit is contained in:
parent
e8101ef7fe
commit
97a6bc19e7
4 changed files with 29 additions and 1 deletions
|
|
@ -8024,6 +8024,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -20401,6 +20404,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -21179,6 +21185,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -122,7 +122,8 @@ raw command text and are **not** home-expanded.
|
|||
working directory, not every path embedded in a command. Prefer a narrow shell allowlist over patterns intended to
|
||||
identify every dangerous command. Shell permission scanning identifies commands introduced by shell syntax, but it
|
||||
does not inspect source, callbacks, plugins, package scripts, remote commands, or other executable behavior delegated
|
||||
through an allowed program. For example, allowing `npm *`, `make *`, or `ssh *` also trusts what that program executes.
|
||||
through an allowed program. For example, allowing `npm *`, `make *`, or `ssh *` also trusts what that program
|
||||
executes.
|
||||
</Callout>
|
||||
|
||||
Relative mutation paths cannot escape the active Location, and symlink escapes
|
||||
|
|
|
|||
|
|
@ -8024,6 +8024,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -20401,6 +20404,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -21179,6 +21185,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -8024,6 +8024,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -20401,6 +20404,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
@ -21179,6 +21185,9 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"opaque": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"metadata": {
|
||||
"type": "object"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue