Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5f90b68
fix: preserve complete Deep scan reducer evidence
mldangelo-oai Aug 15, 2026
54aff1a
fix: retain complete finding, scope, and coverage evidence
mldangelo-oai Aug 15, 2026
a792d90
fix: preserve validated ratings and remap merged evidence
mldangelo-oai Aug 15, 2026
4b1ed1f
fix: preserve validated evidence and exact scan completeness
mldangelo-oai Aug 15, 2026
d4a54c5
fix: reject unsupported reducer findings and merge root causes
mldangelo-oai Aug 15, 2026
5ffd6d3
fix: reconcile duplicate findings and preserve worker writeups
mldangelo-oai Aug 15, 2026
20b485b
fix: reject fabricated evidence from deep scan reducers
mldangelo-oai Aug 15, 2026
be0a338
fix: reconcile deep scan evidence and worker artifacts
mldangelo-oai Aug 15, 2026
1533d10
fix: preserve only accepted deep scan evidence narratives
mldangelo-oai Aug 15, 2026
eb00fce
fix: retain accepted finding titles in deep reductions
mldangelo-oai Aug 15, 2026
d10222f
refactor: simplify Deep scan evidence preservation
mldangelo-oai Aug 15, 2026
e735f36
fix: preserve grounded Deep reducer evidence and recovery
mldangelo-oai Aug 25, 2026
d569559
merge: preserve Deep reducer fixes on current main
mldangelo-oai Aug 25, 2026
2bf48ba
fix: preserve reducer locations coverage and threat semantics
mldangelo-oai Aug 25, 2026
867785c
fix: bind reducer ratings and claims to accepted evidence
mldangelo-oai Aug 25, 2026
f35896b
fix: retain reducer modality and validated source outcomes
mldangelo-oai Aug 25, 2026
718dc06
fix: reconcile conflicting and nullable reducer evidence
mldangelo-oai Aug 25, 2026
1ad3639
fix: reconcile structured evidence and bind threat claims
mldangelo-oai Aug 25, 2026
2be36ca
fix: retain ordered reducer evidence and complete claims
mldangelo-oai Aug 25, 2026
e14bfa2
fix: preserve coherent ordered reducer evidence
mldangelo-oai Aug 25, 2026
e7b7a89
fix: preserve source-backed finding provenance
mldangelo-oai Aug 25, 2026
80084a7
fix: retain complete source-backed reducer claims
mldangelo-oai Aug 25, 2026
9f455e9
fix: preserve repeated traces and assertion boundaries
mldangelo-oai Aug 25, 2026
440c2bb
fix: preserve compatible reducer modes and structured evidence
mldangelo-oai Aug 25, 2026
5ff2fb0
fix: preserve complete finding semantics and ordered data flow
mldangelo-oai Aug 25, 2026
dca1d9a
fix: retain complete compatible worker evidence and identities
mldangelo-oai Aug 25, 2026
febdecd
fix: preserve trusted histories and independent evidence catalogs
mldangelo-oai Aug 25, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/typescript/_bundled_plugin/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codex-security",
"version": "0.1.37",
"version": "0.1.40",
"description": "Codex Security workflows for security scans, analysis, and investigation.",
"author": {
"name": "OpenAI"
Expand Down
Binary file modified sdk/typescript/_bundled_plugin/mcp/server.mjs.br.part-000
Binary file not shown.
Binary file modified sdk/typescript/_bundled_plugin/mcp/server.mjs.br.part-001
Binary file not shown.
2 changes: 1 addition & 1 deletion sdk/typescript/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PACKAGE_VERSIONS = packageVersions(
export const VERSION = PACKAGE_VERSIONS.package;
export const CODEX_SDK_VERSION = PACKAGE_VERSIONS.sdk;
export const CODEX_EXECUTABLE_VERSION = PACKAGE_VERSIONS.executable;
export const BUNDLED_PLUGIN_VERSION = "0.1.37" as const;
export const BUNDLED_PLUGIN_VERSION = "0.1.40" as const;

const PACKAGE_NAME = "@openai/codex-security";

Expand Down
Loading
Loading