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

Upgrade swagger-parser to fix vulnerability #333

Merged
merged 2 commits into from Dec 19, 2022

Conversation

Haegin
Copy link
Contributor

@Haegin Haegin commented Oct 17, 2022

Fixes Vulnerability with dependency swagger-parser v10.0.2 #287.

swagger-parser depends on z-schema, which depends on validator, and the version that swagger-parser v10.0.2 depends on has a security vulnerability (GHSA-xx4c-jj58-r7x6).

PR #300 tried to fix this, but because the version is pinned to 10.0.2 exactly in package.json it hasn't changed the version used.

Fixes Vulnerability with dependency swagger-parser v10.0.2 Surnet#287.

swagger-parser depends on z-schema, which depends on validator, and the
version that swagger-parser v10.0.2 depends on has a security
vulnerability (GHSA-xx4c-jj58-r7x6).

PR Surnet#300 tried to fix this, but because the version is pinned to 10.0.2
exactly in package.json it hasn't changed the version used.
Pinning to ^10.0.3 to ensure nothing reintroduces the vulnerable version
@stale
Copy link

stale bot commented Dec 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Dec 16, 2022
@daniloab daniloab merged commit 7086903 into Surnet:master Dec 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants