We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of using regular expressions to replace URL path variables, we should use:
https://github.com/char0n/openapi-path-templating?tab=readme-ov-file#resolution
It looks like this affects at least two places:
swagger-js/src/execute/swagger2/parameter-builders.js
Line 54 in 10cbc2e
swagger-js/src/execute/oas3/parameter-builders.js
Line 24 in 10cbc2e
The text was updated successfully, but these errors were encountered:
fix(execute): replace regular expressions in path builders
ab45480
Refs #3503
fix(security): replace regular expressions in path builders (#3504)
642a87c
Refs #3503 --------- Co-authored-by: Vladimir Gorej <vladimir.gorej@gmail.com>
Addressed in #3504
Sorry, something went wrong.
chore(release): cut the 3.27.4 release [skip ci]
43e55ec
## [3.27.4](v3.27.3...v3.27.4) (2024-05-08) ### Bug Fixes * **security:** replace regular expressions in path builders ([#3504](#3504)) ([642a87c](642a87c)), closes [#3503](#3503)
glowcloud
Successfully merging a pull request may close this issue.
Instead of using regular expressions to replace URL path variables, we should use:
https://github.com/char0n/openapi-path-templating?tab=readme-ov-file#resolution
It looks like this affects at least two places:
swagger-js/src/execute/swagger2/parameter-builders.js
Line 54 in 10cbc2e
swagger-js/src/execute/oas3/parameter-builders.js
Line 24 in 10cbc2e
The text was updated successfully, but these errors were encountered: