Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check for OpenAPI for schemes using http #3205

Closed
tsmithv11 opened this issue Jul 11, 2022 · 0 comments · Fixed by #3547
Closed

Add check for OpenAPI for schemes using http #3205

tsmithv11 opened this issue Jul 11, 2022 · 0 comments · Fixed by #3547
Labels
checks Check additions or changes good first issue Good for newcomers openapi OpenAPI or Swagger

Comments

@tsmithv11
Copy link
Collaborator

Describe the issue
HTTP is unsafe to use for endpoints

Examples

...
  "paths": {
    "/": {
      "get": {
        "schemes": [
          "http"
        ],
        ...
      }
    }
  }
...
@tsmithv11 tsmithv11 added checks Check additions or changes openapi OpenAPI or Swagger labels Jul 11, 2022
@tsmithv11 tsmithv11 added the good first issue Good for newcomers label Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
checks Check additions or changes good first issue Good for newcomers openapi OpenAPI or Swagger
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant