We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84097b commit b559e6cCopy full SHA for b559e6c
packages/core/src/codewhispererChat/tools/executeBash.ts
@@ -192,7 +192,8 @@ export class ExecuteBash {
192
Array.from(dangerousPatterns).some((pattern) => arg.includes(pattern))
193
)
194
) {
195
- return { requiresAcceptance: true, warning: highRiskCommandWarningMessage }
+ // put the mutation message for dangerous pattern command for now, will update as long as finalized with appsec team
196
+ return { requiresAcceptance: true, warning: mutateCommandWarningMessage }
197
}
198
continue
199
default:
0 commit comments