mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-25 18:41:14 +00:00
fix(ci): classify proxied APNs TLS tunnel (#110480)
* fix(ci): classify proxied APNs TLS tunnel * fix(ci): prove network CodeQL contract changes Co-authored-by: zhang-guiping <zhang.guiping@xydigit.com> --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -4998,6 +4998,12 @@ printf '%s\n' "\${CURL_SUCCESS_IP:-203.0.113.7}"
|
||||
expect(workflow).toContain(
|
||||
'codex_transport="extensions/codex/src/app-server/transport-websocket.ts"',
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
"network_codeql_contract_pattern='^\\.github/codeql/(codeql-network-runtime-boundary-critical-quality\\.yml|openclaw-boundary/queries/(raw-socket-callsite-classification|managed-proxy-runtime-mutation)\\.ql)$'",
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
'if grep -Eq "$network_codeql_contract_pattern" "$changed_files" ||',
|
||||
);
|
||||
expect(workflow).toContain(
|
||||
'| select(.filename != "extensions/codex/src/app-server/transport-websocket.ts")',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user