Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
27 changes: 14 additions & 13 deletions .github/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<!-- release-version: 0.1.31 -->
<!-- release-version: 0.1.32 -->

<!-- release-section: highlights:start -->
## Highlights

- require explicit scan-fatal worker errors ([#996](https://github.com/openai/codex-security/pull/996))
- explain that the local Git hook is advisory ([#1000](https://github.com/openai/codex-security/pull/1000))
- bump docker/build-push-action from 7.3.0 to 7.4.0 ([#992](https://github.com/openai/codex-security/pull/992))
- bump the third-party group across 2 directories with 6 updates ([#1003](https://github.com/openai/codex-security/pull/1003))
- bump docker/setup-buildx-action from 4.3.0 to 4.4.1 ([#1002](https://github.com/openai/codex-security/pull/1002))
- support Codex 0.156.1 with Bubblewrap ([#997](https://github.com/openai/codex-security/pull/997))
- suggest finding owners ([#1010](https://github.com/openai/codex-security/pull/1010))
- \[codex\] align security policy with Codex bug bounty scope ([#1001](https://github.com/openai/codex-security/pull/1001))
- support long filenames when staging documents ([#1016](https://github.com/openai/codex-security/pull/1016))
- include Objective-C sources in scan inventories ([#989](https://github.com/openai/codex-security/pull/989))
- ignore URL parameters when reading device codes ([#979](https://github.com/openai/codex-security/pull/979))
- page reducer inputs by serialized size ([#1025](https://github.com/openai/codex-security/pull/1025))
- return the Deep Scan ID in structured output ([#1026](https://github.com/openai/codex-security/pull/1026))
- keep Deep Scan guidance in structured output ([#1029](https://github.com/openai/codex-security/pull/1029))
- bump the third-party group across 2 directories with 4 updates ([#1032](https://github.com/openai/codex-security/pull/1032))
- bump ruff from 0.16.7 to 0.16.8 in /plugins/codex-security ([#1022](https://github.com/openai/codex-security/pull/1022))
- bump the codex group across 3 directories with 2 updates ([#1033](https://github.com/openai/codex-security/pull/1033))
- patch vulnerable development dependencies ([#1034](https://github.com/openai/codex-security/pull/1034))
- include Solidity sources in scan inventories ([#1021](https://github.com/openai/codex-security/pull/1021))
- include Svelte components in scan inventories ([#1028](https://github.com/openai/codex-security/pull/1028))
- propagate wizard cancellation to prompts ([#540](https://github.com/openai/codex-security/pull/540))
- preserve explicit virtualenv launchers ([#227](https://github.com/openai/codex-security/pull/227))
- upgrade Codex CLI and SDK to 0.157.1 ([#1041](https://github.com/openai/codex-security/pull/1041))
- honor the requested output format when rerunning a scan ([#203](https://github.com/openai/codex-security/pull/203))
- calculate diff digests at completion ([#1040](https://github.com/openai/codex-security/pull/1040))
<!-- release-section: highlights:end -->

<!-- release-section: upgrades:start -->
Expand Down
6 changes: 3 additions & 3 deletions .github/release-pr-state.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"baseVersion": "0.1.30",
"baseCommit": "6eecd8ca2587fe44d3b971026d32d591b5ecd315",
"baseVersion": "0.1.31",
"baseCommit": "c09a996de0009e54b96ec16b2aa724674655b3f3",
"sections": {
"highlights": {
"generatedHash": "d61514ff994bd174c26cdf3d70334124afc65f7941f6e10ed07897bd7f9ec7a3",
"generatedHash": "a5797ad7a09cd3eb46694663730e396bf2bfd0988ba9312ffce66fb232d71311",
"humanOwned": false
},
"upgrades": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openai/codex-security",
"version": "0.1.31",
"version": "0.1.32",
"description": "TypeScript SDK and CLI for Codex Security",
"license": "Apache-2.0",
"author": "OpenAI",
Expand Down
Loading