mirror of
https://github.com/openai/codex.git
synced 2026-05-16 09:12:54 +00:00
fix: reconcile sandbox audit rebase
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -60,7 +60,7 @@ impl SandboxViolationAuditContext {
|
||||
metadata,
|
||||
turn_id: Some(ctx.turn.sub_id.clone()),
|
||||
call_id: Some(ctx.call_id.clone()),
|
||||
tool_name: Some(ctx.tool_name.clone()),
|
||||
tool_name: Some(ctx.tool_name.to_string()),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ CREATE INDEX idx_security_events_thread_created
|
||||
|
||||
CREATE INDEX idx_security_events_kind_created
|
||||
ON security_events(kind, created_at DESC, id DESC);
|
||||
|
||||
@@ -10,7 +10,6 @@ use crate::LogEntry;
|
||||
use crate::LogQuery;
|
||||
use crate::LogRow;
|
||||
use crate::STATE_DB_FILENAME;
|
||||
use crate::STATE_DB_VERSION;
|
||||
use crate::SecurityEvent;
|
||||
use crate::SecurityEventCreateParams;
|
||||
use crate::SecurityEventQuery;
|
||||
|
||||
Reference in New Issue
Block a user