You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our company's vulnerability scans this morning there was a security vulnerability discovered with a deep-down dependency of swagger parser v10.0.2 (z-schema v4.2.3 -> validator v13.6.0). It looks like this has been resolved with v10.0.3, so an upgrade of that dependency version to v10.0.3 seems to be in order.
The text was updated successfully, but these errors were encountered:
I see this was updated in the yarn.lock file in #300, but the changes don't seem to cascade when used due to the package.json still being a hard pin to 10.0.2. Would it be possible to cut a new release with a hard pin to 10.0.3?
Haegin
added a commit
to Haegin/swagger-jsdoc
that referenced
this issue
Oct 17, 2022
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.
In our company's vulnerability scans this morning there was a security vulnerability discovered with a deep-down dependency of swagger parser v10.0.2 (z-schema v4.2.3 -> validator v13.6.0). It looks like this has been resolved with v10.0.3, so an upgrade of that dependency version to v10.0.3 seems to be in order.
The text was updated successfully, but these errors were encountered: