swagger-api / swagger-api/swagger-parser

security not parsing "none" (branch v1)

Open
#1,305 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
867
Forks
560
Avg merge
2d 21h
Merged PRs (30d)
7

Description

Same as #492 bug already resolved in v2

empty security object is not getting parsed

"security": [
{},
{"oauth": […]},
{"token-1": []},
{"token-2": []}
]
parsed has only 3 elements

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing branch v1 with the behavior described as already resolved in v2 and issue #492. Reproduce the provided security array and verify that parsing preserves the empty security object, so the parsed result contains all four elements.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, openapi
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.