Skip to content

fix: compose external security scheme refs during bundling (#932)#604

Open
daveshanley wants to merge 2 commits into
mainfrom
codex/issue-932
Open

fix: compose external security scheme refs during bundling (#932)#604
daveshanley wants to merge 2 commits into
mainfrom
codex/issue-932

Conversation

@daveshanley

Copy link
Copy Markdown
Member

External $refs to security schemes — both bare-file refs and component fragments — were not composed into components.securitySchemes when bundling. Use source-slot context to infer the securityScheme component type, with a shape guard (isSecuritySchemeNode) so bare-file wrapper maps and full OpenAPI documents are not misclassified.

External $refs to security schemes — both bare-file refs and component fragments — were not composed into components.securitySchemes when bundling. Use source-slot context to infer the securityScheme component type, with a shape guard (isSecuritySchemeNode) so bare-file wrapper maps and full OpenAPI documents are not misclassified.
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.77%. Comparing base (f078cc8) to head (2e8a9ea).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #604      +/-   ##
==========================================
- Coverage   99.78%   99.77%   -0.01%     
==========================================
  Files         283      283              
  Lines       34419    34452      +33     
==========================================
+ Hits        34345    34376      +31     
- Misses         46       48       +2     
  Partials       28       28              
Flag Coverage Δ
unittests 99.77% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant