Skip to content

feat: parser change for https://github.com/asyncapi/spec/issues/1129#1190

Open
deepamariapolson wants to merge 2 commits into
asyncapi:masterfrom
deepamariapolson:security-spec-change
Open

feat: parser change for https://github.com/asyncapi/spec/issues/1129#1190
deepamariapolson wants to merge 2 commits into
asyncapi:masterfrom
deepamariapolson:security-spec-change

Conversation

@deepamariapolson

Copy link
Copy Markdown

This implementation adds support for expressing both AND and OR logic in security requirements for AsyncAPI 3.x, addressing the limitation where only OR semantics were previously supported.

Changes Made

  1. Type Definitions (packages/parser/src/spec-types/v3.ts)
  2. Parser Implementation
  3. Test Coverage

Related Issue(s)

This change follows the proposal outlined in PR #1135. Please review the parser changes.
Corresponding json-spec-changes are mentioned in
asyncapi/spec-json-schemas#624

@changeset-bot

changeset-bot Bot commented Jun 20, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 5398207

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

@sonarqubecloud

Copy link
Copy Markdown

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.

Support AND logic for multiple security schemes in AsyncAPI 3.x

1 participant