swagger-routes-express icon indicating copy to clipboard operation
swagger-routes-express copied to clipboard

Connect your Express route controllers to restful paths using your Swagger definition file

Results 10 swagger-routes-express issues
Sort by recently updated
recently updated
newest added

Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.989.0 to 1.996.0. Release notes Sourced from @​snyk/protect's releases. v1.996.0 1.996.0 (2022-09-01) Bug Fixes bump golang plugin version (8893f81) Features add --var-file support (537372d) v1.995.0 1.995.0 (2022-08-31)...

dependencies

Bumps [@faker-js/faker](https://github.com/faker-js/faker) from 7.4.0 to 7.5.0. Release notes Sourced from @​faker-js/faker's releases. v7.5.0 What's Changed docs: improve getting started by @​matthewmayer in faker-js/faker#1247 docs: fix browser usage by @​Shinigami92 in...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.0. Release notes Sourced from eslint's releases. v8.23.0 Features 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas) 30b1a2d feat: add allowEmptyCase option...

dependencies

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 6.0.0 to 6.0.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-plugin-promise&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Hosting an api with basePath in swagger document not set or set to just a single slash ("/") does not seem to work. With basePath set to "/", this library...

good first issue
looking into it

Stuff to investigate - [ ] `callbacks` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#callbackObject - [ ] `pathItems` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#pathItemObject - [ ] client certificates in `securitySchemes` - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#securitySchemeObject - [ ] `paths` are not...

feature
idea

Bumps [@snyk/protect](https://github.com/snyk/snyk) from 1.1038.0 to 1.1040.0. Release notes Sourced from @​snyk/protect's releases. v1.1040.0 1.1040.0 (2022-10-21) Bug Fixes Invoke snyk-iac-test asynchronously (1a5e734) v1.1039.0 1.1039.0 (2022-10-21) Features new cloud context flag --snyk-cloud-environment...

dependencies

Hi, Security with scopes is not working as described here https://github.com/davesag/swagger-routes-express/blob/develop/README.md#security-with-scopes. Can you provide a working example where we can define more than one authentication middleware. Thanks

looking into it

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade semver from 7.6.0 to 7.6.1. :information_source: Keep your dependencies...

Hi, I noticed that having are route with only a HEAD request defined leads to it being filtered out [here](https://github.com/davesag/swagger-routes-express/blob/f31a7510ce8e48f4b780b919bc96c73294ee743a/src/extract/v3/extractPaths.js#L40). Adding `head` to the list of methods seems to fix...